搜索资源列表
java_shiyan.rar
- 编程打印数字1-9的乘法表。编写一个字符界面的Application程序,接受用户输入的10个整数,比较并输出其中的最大和最小值。 编程接受用户输入的任意多个整数,以-1标志输入的结束,求出其中的最大值、最小值和平均值。 编写程序实现如下功能,接受用户输入的一个1-9000之间的年份,输出这一年是否是闰年。,Print digital programming of the multiplication table 1-9. The preparation of a character of th
15883879GourmetCoffee
- 这是一个Java 链表的排序算法,可以将原有的链表输入的数字和字符串逆序排出。-This is a list of Java sorting algorithm, the original list can be imported from digital and string reverse.
validator
- javascr ipt编写的比较全面的表单验证程序,包括数字、email、电话号码、时间、身份证号等-The comprehensive verification process of form writen by javascr ipt, including the number, email, phone number, time, ID number, etc.
java95
- 本例通过多线程技术每100us重绘界面 在绘制界面时 根据时间绘制成表盘和指针的形状 同时 在表盘下方是数字表显示时间-That this example is in dial down part by the fact that multi-thread technology each 100 us draw an interface again while drawing the form becoming the dial and guiding principle according t
orderlist
- 链表排序,制定输入数字个数,控制链表结点,结点结果总览-Linked list sorting, develop the input number of digits, control the linked list of nodes, nodes results overview
xatarena
- 倒计时 猜数字游戏 9*9乘法表 古文输出-Countdown guessing game 9* 9 multiplication tables classical output
JS-Validate
- Javascr ipt语言编写的表单验证,利用正则表达式校验格式等。实现文本框中英文数字校验,日期格式校验,邮箱、电话、手机校验-Javascr ipt form validation language, the use of regular expressions parity format. Alphanumeric text box to achieve parity, date format validation, mail, telephone, mobile phone and so
JavaScript-Validate
- 用Javascr ipt语言编写的表单验证,使用正则表达式实现校验,实现文本框数字、中英文、格式校验和日期、手机、电话格式校验-Written in Javascr ipt form validation, using regular expressions to achieve parity, realize the text box digital, in English, parity and date format, mobile phone, telephone format vali
java-five-code
- 函数一:判断从3到100之间有多少个素数,并输出所有的素数 函数二:如果一个数恰好等于它的因子之和,那么这个数就称为 "完数 ".此程序是找出1--500之间的所有完数并输出出来 函数三:有1、2、3四个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 函数四:输入三个整数a,b,c,请把这三个数由小到大输出。 函数五:输出乘法表(9*9)-Function one: determine how many prime numbers between 3-100 from
dictionary
- 字典程序,利用TreeMap对文本文档中的单词与出现频率数据进行字母表与数字的排序,增加,删除,查找等功能-Dictionary program, use TreeMap words of text documents and the frequency of occurrence data of the alphabet and numbers to sort, add, delete, search and other functions
multiplication-table
- 此次编程的内容是乘法表,只要输入相应的数字,就可以得到结果,这只是一个小小的编程,但是也是一个不错的成果。-The content of the program is the multiplication table, as long as the input corresponding figures, you can get the results, this is only a small programming, but also a good result.
Java-mid-term-test
- (1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。 重量(千克) 收费标准(元) weight<=10 1.00 10<weigh<=20 0.90 20<weigh<=30 0.80 (2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现