搜索资源列表
dialupass1.0代码c++builder
- 这个程序可以列举出电脑中所有拔号程序的帐号,密码及登录域.这是1.0版的源码,有点小BUG.-this procedure can give out all the computer dial-up procedures account, password and domain login. This is version 1.0 of the source, a little Bug.
AESDemo
- 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
c++++
- 没什么可传的,如果有事情的话旧不要下在这个啊,切记-nothing - and if there are things we do not have in Huajiu the ah, bearing in mind
C++MemoryPool_src
- C++内存池的使用例子,频繁的New和Delete操作会造成内存碎片,通过使用内存池,有效地解决了这个问题-C memory pool examples of the use and frequent New and Delete operations will cause memory debris, through the use of memory pool, effective solution to this problem
C++getTcpIp
- 又是一个抓包程序,请大家好好利用,这个是在dos窗口下运行的.
TomCrypt-Lib-c-language
- 这是由Rinick编写的加解密函数库。最近找了不少关于加解密的C源码,这个是最全,最好的一个
c++9
- 这个工程实现了C++中建立对象间消息连接的 一种系统方法
c++
- 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
C++NeiCunFenPei
- C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)。当调用者申请内存时,将导致MemInfo链表的遍历,遍历的
ipseinit.c
- 做ipsec的同志们可以 共同参阅下,这个是入门函数,
md5.c
- 这个是MD5算法C的源代码,希望对大家有用
lndir.c
- lndir: Create shadow link tree. 最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来
rijndael(全).zip
- rijndael(全).zip,已经通过AES认证。这个源码包是全的,含有std_defs2.h文件。这儿有很多rain doll源码包都不全,rijndael (all). Zip, has been certified by AES. This is the source of the packet, containing std_defs2.h document. There was a lot of rain doll source packages not all
linux_boa_cgic
- 感谢徐德志上传的那个web-cgi,我的这个源码是用于项目的,对一个嵌入式linux设备的参数设置,很适合LINUX c的web开发-Thank Xu-Zhi upload that web-cgi, I have this source code is used for the project on an embedded linux device parameter settings, it is suitable for LINUX c Development of the web
3des
- 这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
syn_flood.c.tar
- SYN攻击代码,是在linux下运行的,大家可以从这个例子学习,但不要利用此代码去攻击别人-SYN attack code is running under linux, we can learn from this example, but do not use this code to attack other people
array
- 对二维数组进行赋值,这个方法很有启发性的,我都看了好几遍了。希望对大家有用-To carry out the assignment of two-dimensional array, this method is very enlightening, I have read quite a few times a. We hope to be useful
lock2
- 这个是对版本一的改进,能完成对任意大小单一文件的异或加密,采用分段处理方式。-This is the the improvement of version 1.0, to complete a single document of any size or of different encryption, the use of sub-paragraph approach.
sleep
- 在cmd的环境下,常常需要等待一段时间,这时可以使用这个工具。使用命令可以任意组合时间单位,如:‘sleep.exe 1d2h3m4s’,表示要暂停1天2小时3分4秒 -In the cmd environment, often need to wait for some time, then you can use this tool. Use the command can be any combination of time units, such as: sleep.exe 1d
lxc.snap.c
- lxc 快照管理工具 些快照克隆的一个明显的用例是支持 rootfs图像的增量开发。 进行一些更改,快照, 做一些更改,快照,还原... lxc-snap是一个使用lxc API的小程序,可以更容易地支持这个用例。 你从一个overlayfs支持的容器开始,做一些更改,快照,进行一些更改,快照...这是一个更简单的模型比手动使用克隆,因为你继续开发相同的容器,o1,而快照被保留,直到您需要。(lxc-snap management tool)