搜索资源列表
sysBug
- 一个自己编写的木马程序,包括服务端和客户端.服务端把自己注册成为服务,并且使用了类似MFC的查表命令解释机制.-prepared by a Trojan own procedures, including server and the client. Server themselves registered as a service, and the use of a similar order MFC Lookup explain the mechanism.
CalRemainder
- 可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。-CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up proc
otl4_examples
- c++通过otl访问数据库的例子程序,包括对数据库表的增删改查-c++ otl access to the database through the example program, including the database tables CRUD
1234
- 带数码管显示的交通灯模拟控制系统设计. 硬件方面:8253产生1HZ的方波,脉冲到8259的IR1端,产生中断,调中断服务子程序。在加入紧急车道后,单脉冲()连到8259的IRO端,产生一个高级的中断请求信号。 软件方面:主程序先对各个硬件初始化,在开CPU中断,然后空操作,等待中断。执行低级中断(IR1)时,8255的PA口负责选数码管,PB口负责显示数字,用查表法可查到0~9的数码管编码。 采用循环扫描方法,人眼即可看到连续的二位数。当倒计时减到零时,对红绿灯取反。若手动上
crc-ccitt
- 用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;通信传输方式通过共享文件实现;生成多项式为 CRC-CCITT,能在两台计算机上运行程序,一台产生 CRC 码,另一台校验。-CRC-CCITT check software is designed by using look-up table method communication transmission mode is realized by shared file generating polynomial is CRC
哈希树
- 针对你所在的班级中的“人名”设计一个哈希表,完成相应的建表和查表程序。(A hash table is designed for the "name" of the class in which you are located, and the corresponding table and check - up procedures are completed.)