资源列表
曲线放样
- 道路设计中,平面曲线计算的模型类,该类中可计算缓和曲线.-road design, calculation of the plane curve model categories, which translate such relaxation curves.
ISO
- 模式识别的动态聚类算法iso-data算法的具体实现,应用于模式分类等-dynamic clustering pattern recognition algorithm iso-specific data algorithm to achieve, such as data classification
SortPoint
- 如何将无序的多边形顶点集合,排序成逆时针顺序!这个正是凸包算法前面的一些准备工作!-how to disorderly polygon vertex assembly, sequencing into a counter-clockwise order! This is why the convex hull algorithm front of some preparation work!
机器码
- 外国人搞的,非常神奇的机器码!如此小的程序能产生效果如此好的3D动画,见识见识吧!运行方式在文件中有-foreigners engaging and very magical binary! Such a small procedure would produce results so good 3D animation, insight insights! Operation is in the document
如何用c语言给一个文件加密
- 如何用c语言给一个文件加密??? 应该可以做到吧?有人吗? 下面是一个实例,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改). :) -how to use language to a file encryption? ? ? Should be able to do it? Someone? Below is an example of an arbitrary right to file encryption, password request user
banksystem_6.0
- 使用vc6.0我自己制作的模拟银行结帐系统。 用txt代替了数据库。 用于初学者学习。-vc6.0 my own use of the simulated bank checkout. Txt instead of using a database. For beginners to learn.
2人五子棋游戏源码
- 2人五子棋游戏源,C写的,有兴趣的可以研究研究,希望大家一起讨论,献丑了-two games were the source of 331, C written in the interest of the studies can hope that we can discuss the shortcoming
pym
- 用VC++语言得到输入汉字拼音码的演示小程序。 -VC language to be used to input Chinese characters spelling yards small demonstration procedures.
高校运动会系统
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数);
算法集
- 很多小功能的实现:大小写转换,全半角转换。-many small functional realization : case-conversion, the entire half-angle conversion.
使用 JAVA 的设计概念简介
- 使用J#,JAVA来进行“掷骰子”这种小程序的实现,层层递进加深程序复杂度-using J # and Java to carry out "Dice" This small program to achieve the progressive deepening layers of complexity procedures
Java程序的性能优化StringBuffer与Vector
- 在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habit