资源列表
form100
- 判断注册表,用于Vb.net注册表编程设计-To determine the registry, the registry for Vb.net Programming
panduanzichuan
- 用C语言编写的用于判断字符串的字串的小程序-Written by C language string used to determine the string of small programs
dfdf
- 屏蔽鼠标右键(javascr ipt代码实现的,方便好用)-sdsdsd
DataAccess
- a sample for using mssql server jdbc engine
ShapeTest
- 某州立大学的学生账单系统,州内外的学生收费不同,州内每学分收费$75,州外为$200,每个学生账单上有学校名称,学生姓名,学分数以及账单总数-State University students in a billing system that charges different students within and outside the state, the state charges $ 75 per credit, out of state for the $ 200 bill each
servlet
- this is only a brief descr iption of a servlet
ASCIIInputStream
- Conviert la entrada de binario a ASC-Conviert la entrada de binario a ASCII
Circle
- simple draggable circle for beginners to learn basics!
CoderCounter
- 统计源文件中代码的行数,注释的行数,空格行数-Statistics source file lines of code, comment lines, space rows
shuffle
- 三人斗地主代码,根据花色等模拟发牌程序,对于学Java的人有一定的参考价值-Three Landlords code, color, etc. according to the licensing process simulation for the study of Java have some reference value
Super-calculator-division
- 输入两个double数,就可以进行除法运算,计算出这两个数的商。可以选择精确到第多少位,位数为一个double值。-Enter the two double the number of division operations can be carried out to calculate the quotient of these two numbers. You can choose exactly to how many, a median of a double.
javashiyan
- 问题描述:编写一个应用程序计算梯形和圆形的面积。 基本要求:通过在程序中定义2个类来分别描述梯形和圆形的属性和求面积的方法,掌握类的定义方法;通过在程序中定义主类,创建梯形类和圆形类的对象计算它们的面积,掌握对象的定义和使用方法。 -To describe the trapezoidal and circular attributes and find the area of the two classes defined in the program, master class def