搜索资源列表
ck_RcvBrd_tools
- 广播接受监听工具,可以接受UDP数据包,同时可以定制5个端口接受,也可以监听多播数据,监听有完整的日值,写入日志文件,是udp网络通信不可多得的网络工具-Broadcasting accept monitoring tool can accept UDP data packets, which can be customized to accept five ports, can multicast data wiretapping, bugging a full day value, writ
45614312
- 复杂模型机的设计与实现 综合运用所学计算机原理知识,设计并实现较为完整的计算机。模型机共有16条基本指令,其中算术逻辑指令7条,访问内存指令和程序控制指令4条,输入输出指令2条,其它指令1条。模型机的数据通路框图如下图所示。 -complex model for the design and implementation of the integrated use of learning computer science knowledge, design and implement a
WaterMark
- 文章介绍了小波数字水印的基本原理,有详细的理论和原理分析,仿真程序完整,有程序分析,仿真结论和数据全面。对学习的人很有帮助!!
AXPUnpack
- 最近研究了一下*狐的天龙**的打包文件axp格式,其实网上也有一些同学的分析,不过不是很完整。 过程: 1、OD加载游戏,通过对文件I/O的API下断点,定位游戏加载的打包文件 2、对程序读入的文件数据缓冲区下内存断点,定位索引和偏移的计算算法 3、通过IDA提取文件偏移和hash计算的代码,通过内嵌汇编测试程序 4、将代码还原成c代码 整个过程没有太大的技巧,关键是耐心和细心的考验,文件头和索引头还有一些字段无法确定其作用,许多地方是都是猜测,无法保证正确性。后还原时代码果如暴雪的mpq文件的
xlRW
- 由于种种原因,有时需要直接进行读取Excel文件数据.独立于MS Office系统,分析Excel文件格式并读取其数据.本程序只读取最基本的信息,若需应用还需更完整的分析 -For various reasons, sometimes directly read Excel file data. Independent of the MS Office system, analysis of the Excel file format and read the data in this appl
excel-operation
- 读入excle表格中的数据,通过选取姓名、编号等关键信息得到相关的此行完整信息,便于对大量数据的查找-Data read excle table, by selecting the name, number and other key information to obtain information related to this line complete, easy to find a large number of data
cobptyte
- 数据结构设计 平衡二叉树的实现,完整实现二叉树算法,-- balanced binary tree data structure design, a complete realization of binary tree algorithm,