资源列表
chap2
- 这是一个关于JSP网页开发的,我一般用JBUILDER开发,别的不知道
EditorDemo
- 简单的 文本编辑器,能实现编辑,复制,剪切,粘贴-Simple text editor, to achieve editing, copy, cut, paste
TextEditor
- 一款较强大的java小游戏,希望大家能喜欢,提高编程能力-a java game for studying
server2
- Witsml Server example using soap format and a wsdl file. implementing addstore and getfromstore
Runtime
- 这是Runtime的演示,有需要的可以下载参考
Calendars
- 初学JAVA自己编写的日历,挺不错的.多多支持-JAVA beginner prepared their own calendar, very good. A lot of support
linerequation
- 求解线性方程组的c代码,方便实用,对求解线性方程组很有帮助-For solving linear equations c code, convenient and practical, very useful for solving linear equations
Gauss-Seidel
- 采用Gauss-Seidel迭代法求解线性方程组的JAVA程序及应用实例-Using Gauss-Seidel iteration method for solving linear equations and examples of procedures
createCrmOrder
- Create order, to simulate the single, really do not know what to write.
1
- (1)先输入第一组操作数,并将其存放在一个文件中。 (2)然后输入第二组操作数,并将其存放在第二个文件中。 (3)选择一种加减乘除运算。 (4)从第一个文件中取第一个操作数,从第二个文件中取第二个操作数,将其按照第三步中选择的运算做加减乘除后存入到第三个文件中。 (5)从第三个文件中读取出运算结果。-(A) to enter the first set of operands, and store it in a file. (2) and then enter the seco
CType
- .The "replaceData(offset,count,arg)" method raises an INDEX_SIZE_ERR DOMException if the specified offset is greater than the length of the string.
K_Means
- k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。下面给出我写的源代码。-work process k-means al
