资源列表
READER_WRITER
- 都写者模拟程序 思路:对一个CPU时间段处理,用一个STATE标志来做互斥,对写者来说一般处理它的第一个,读者是重点出来第一个,再以读者可以重入的思想, 处理相应的后面的读者
dtc
- DTC算法压缩,输出编码后的数据和压缩率,程序很简洁,注释很清楚
计算时间序列谱
- 计算时间序列的多重分形特征,求时间的幂谱频率关系图
111
- 可以随机产生6个数字-----一个小的VB程序-Can be randomly generated six figures----- a small VB program
table_full
- 表格全功能演示,采用实现添加行列、删除行列、移上、移下,编辑内容或样式。-Full-featured demo table, the implementation to add the ranks of the ranks of delete, move up, move, the editorial content or style.
hftree
- 一开始将所有的2n-1个节点的parent,lchild,rchild都赋初值-1 对于每个非叶子节点ht[i](存放在ht[n]~ht[2n-1]中),从h[0]~ht[i-1]中找到两个最小的且parent=-1(即还未加入到haffuman树中的节点,设为smin,fmin)作为ht[i]左右孩子,并且修改ht[i]的权值ht[i].w=ht[smin].w+ht[fmin].w 如此反复直到所有非叶子节点均已处理完 树的结点元素类型如下 struct htnode
Yirus2
- 一个简单的用汇编语言编好的病毒程序,它不会对电脑造成很大损害,可在电脑上试运行-A simple assembly language code with good virus program, it will not cause great damage to the computer can run the computer test
udpexample-1.3
- Sockets-2.3.9.3 udp的一个例子,,配合先前上传的tcp部分,可以很好的学习了。-Sockets-2.3.9.3 udp an example, with the tcp part of the previously uploaded, you can learn the good.
whois
- 快速查询域名WHOIS信息,支持所有后缀,代码简单。-Fast query domain name WHOIS information, and support for all suffixes, simple code.
Cars
- 用数据结构中队列和栈实现停车场管理-Parking management queue and stack data structure
EXP001
- 1. 输入一组整型元素序列,建立顺序表。 2. 实现该顺序表的遍历。 3. 在该顺序表中进行顺序查找某一元素,查找成功返回1,否则返回0。 4. 判断该顺序表中元素是否对称,对称返回1,否则返回0。 5. 实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 -Enter a integer sequence of elements, to establish the order of the table. Traversal of the order of th
cn700_vc3484645
- 银行家算法用c++ 编写 ,望提出意见-bankers c algorithm used to prepare the Pillar views
