资源列表
VC6_type
- VC6中不同类型之间的转换,困扰很多VC程序员的难题
duzhexiezhewenti1
- 定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ? 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ? 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ? 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ? 当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ? 当有读者在占用buffer时,写者应该等待,直到所有的读者都退
shiyan14
- 编写具有如下函数原型的递归与非递归两种函数f,负责判断数组a的前n个元素是否从大到小完全有序了,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool f(int a[], int n) 提示: (1)非递归函数中只需逐对地判断各a[i]与a[i+1]是否都已从大到小有序排列(i = 0,1,…,n-2)。 (2)递归函数中将问题分解处理为:若n=1(即只有1个元素时)则返回true而递归出口;n>1时,若最后一对元素不顺序则
4
- 在Visual Basic 环境下,利用分形原理,通过改变相关系数,实现树的不同形态的画法,通过参数的连续变化实现“树”的动画。-In the Visual Basic environment, the use of fractal theory, by changing the correlation coefficient, the tree achieve different forms of painting, through the implementation parameters
Cgongzhi.doc
- c++工资管理系统源码,希望对大家学习c和工资系统的编译有所帮助,谢谢大家!-c++ source code management system for wages, we want to learn c and the wage system, compiled help, thank you!
WinsockSource
- vb6 code for client and server communication
VirtualListCtrl
- 虚拟列表针对不同数据库的数据显示,增加很多可用的数据显示功能-vitual list DB DATA SHOW and show
RS
- golay码&RS码的性能分析与比较,在马头拉巴环境下完成,很好的程序。
qu7.1-lisence
- 可以破解ALTERA公司的QUATUSII 7.1 版软件.
45-
- 易语言摄像头人体识别源码,很不错的易语言源码,适合易语言爱好者学习。-Easy language camera body identification code, very good and easy language source code, for easy language enthusiasts to learn.
VB081217
- 工具箱VB6.0源代码,用Shell方法调用记事本,画图板,写字板,CD播放器.-Toolbox VB6.0 by use the source code, using the Shell method call notepad, drawing board, wordpad, CD player.
kaojei
- 用于特征降维,特征融合,相关分析等,旋转机械二维全息谱计算,模式识别中的bayes判别分析算法。- For feature reduction, feature fusion, correlation analysis, Rotating machinery 2-d holographic spectrum calculation, Pattern Recognition bayes discriminant analysis algorithm.
