资源列表
[系统编程] Teaching_Evaluation
说明:学校员工系统的一种升级解决方案。相信会对大家有很大的帮助。-school system employees an update solutions. We believe this will be very helpful.<abow> 在 2008-10-13 上传 | 大小:1.04mb | 下载:0
[Linux/Unix编程] vox
说明:wav文件和VOX文件格式互相转换的源代码。-documents and VOX wav file format conversion between source code.<陈景卫> 在 2008-10-13 上传 | 大小:747.04kb | 下载:0
[系统编程] InjectPE
说明:在exe文件引入表中挂接自定义的dll文件,可用于exe加密、制作插件等。。作者学习pe文件格式的成果,绝对原创!-exe files in the introduction of the table definition articulated since the dll file that can be used exe encryption, such as plug-in production. . Study author pe file formats the results abs<倪玉龙> 在 2008-10-13 上传 | 大小:2.55kb | 下载:0
[系统编程] win32modify
说明:修改pe可执行文件的c语言实现,比汇编写的容易理解,且易移植!-revised pe executable files c language, the compilation was made easy to understand and easy to transplant!<倪玉龙> 在 2008-10-13 上传 | 大小:5.13kb | 下载:0
[系统编程] window2000服务编程源码
说明:这个是windows2000/xp的系统服务编程。实现了系统系统服务的注册,响应启动,停止服务的功能。-windows2000/xp system services programming. Implementation of the system for the registration system services in response to start and stop the service functions.<贾明> 在 2008-10-13 上传 | 大小:12.3kb | 下载:0
[加密解密] ECC (椭圆曲线加密算法) 的源代码c++builder
说明:ECC (椭圆曲线加密算法) 的源代码c++builder,很难得到的源代码-ECC (elliptic curve encryption algorithm) source code c builder, it is difficult to get the source code<李军> 在 2008-10-13 上传 | 大小:207.62kb | 下载:1
[系统编程] buddy_算法
说明:Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这<npu> 在 2011-05-27 上传 | 大小:4.21kb | 下载:1