资源列表
H123abc1
- 校园导游咨询 (1)设计你的学校的校园平面图,所含景点不少于10个 -campus tour guides advice (1) design your school campus plan, contained no less than 10 spots
ISODATA
- ISODATA算法 算法步骤: (1) 预置 a. 设定聚类分析控制参数: lc=预期的类数, lNc=初始聚类中心个数(可以不等于c), lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类), lθs =类内各分量分布的距离标准差上界(大于此数就分裂), lθD=两类中心间的最小距离下界(若小于此数,这两
MSP430温控+风扇
- MSP430温控+风扇
Process_to_hide
- The example of driver, which hides selected process, by manipulating EPROCESS struct, lang:C
areafill
- 采用横向搜索法实现不规则区域填充,克服了纵向搜索的一些缺点-areafill
4_1
- AVL树的建立,左右两子树的平衡,已经其他功能的实现-To make an AVL tree, and it s function is very useful and easy.
gc113294
- 用易编写的小例子,效果:内存读写例程2易语言存在误报请谨慎下载-Easy to use to write a small example, effect of the memory read and write routines: 2 easy language in the presence of false positives carefully please download
167
- 网络拷贝文件方法一(服务器),很不错的VB源码,适合VB爱好者学习研究。-Network to copy the file (server), very good VB source code for VB enthusiasts to learn the research.
test1
- 计算机图形学的联系,显示类似window的界面,选择功能,输入坐标,根据坐标画线,等-Select the function, enter coordinates, based on the coordinate line drawing, Park
seven_kind_sorting
- 七种排序方法的综合实现 包括1.快速排序2.插入排序3.选择排序4.冒泡排序5.堆排序6.归并排序7.基数排序-Seven sorting method to achieve quick sort, insertion sort selection sort bubble sort 5. Heap sort, merge sort 7. Radix sort
java109
- 显示时钟,可以作为各类比赛计时用。就像电子表一样回自动计时的-clock
mem101
- 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。