资源列表
tcorr
- 求两个序列的相关关系的fortan程序 -For the correlation between the two sequences of fortan procedures
T_test_cha
- t检验的fortran程序 看是否对大家有帮助-t test to see if the fortran program helpful to all of us
pcounter
- GetTickCount无法计算16ms以下的时间,该段代码可以进行毫秒级的精确计时-GetTickCount unable to calculate the following time 16ms, which can code the precise millisecond timing
EM_Introduction
- EM算法的模型聚类的研究及应用 EM算法的模型聚类的研究及应用 EM算法的模型聚类的研究及应用-EM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+AlgorithmEM+Algorithm
md5hash1
- This is a sample code for md5 hash implementation in VC-This is a sample code for md5 hash implementation in VC++
CBuilder
- C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
waiwenfanyi
- 牌照识别毕业设计所用的外文翻译,翻译内容正确,值得大家一用-Graduation Project license plate recognition in foreign languages used in translation, translation of the content is correct, everyone should be using
ok
- 实现文本闪光效果。卡拉OK的效果实现。并且实现直线的绘制。-Flash text effects to achieve. To achieve the effect of karaoke OK. Drawing a straight line and to achieve.
Serialporttools
- 串口编程工具。虽然不是源码,如果需要进行串口调试的,本工具绝对有用。-Serail programming tools. Though it is not source code, but it is very useful when you are debugging serial port or.
shangzai
- 主要是这几次的作业,有模拟计算器,子集划分,停车场管理,学籍管理-Mainly these operations, there are computers, a subset of division, car park management, school management
d
- 约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序-Joseph Central (Joseph) a descr iption of the problem is: numbered 1
singleton
- 设计模式中单件类的例子,用VC++开发,有源码和可执行程序,直接编译运行。是根据李建忠的设计模式讲义编写的例子,对初学设计模式的人很有帮助。-Design Patterns in a single category of examples, using VC++ development, there is source code and executable programs, run the compiler directly. LI Jian-zhong design is based on