资源列表
fackcoin
- 这是我自己写的一个假币问题!!拿来做课程设计的!-This is what I had written a counterfeiting problem! ! Used as a course design!
LU
- In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
key
- 原始的*,能够有效记录键盘按键,不采用hook技术。-The original keyboard record, can effectively record keyboard key, does not use the hook technology.
hfm
- 赫夫曼树的编码程序 赫夫曼树的编码程序-Huffman tree
wujiaoxing
- 利用VC++ API 画五边形 而且含有函数 会自动算出各点的值-Painting using VC++ API pentagon
91
- 数字编码可用ASCII码、16进制、8进制、8421BCD码、5421BCD码,给出相互转换的程序。-Digital code can be ASCII, 16 hex, 8 decimal, 8421BCD code, 5421BCD code, given the conversion process.
drawelipse
- Algorithm for drawing elipse
drawcircle
- Algorithm for drawing circle
HexToFile
- This program converts hexadecimal text file into binary. Useful for reverse engineering file formats. Use in conjunction with FileToHex program.
jiqiren
- 仿真机器人足球比赛的进攻代码与防守代码合集-Simulated robot soccer offensive and defensive code Collection code
ccode
- 包括汉诺塔、杨辉三角、求根值等c程序,在VC++6.0运行没问题。-Including the Tower of Hanoi, Yang Hui triangle, the value of such c rooting process running in VC++6.0 no problem.
code
- 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
