资源列表
[系统编程] v2041_xxmanger
说明:一个学校管理系统,包括教师基本情况表、 教师基本工资表、教师电话号码表等项 -a school management system, including the table of basic teachers, teachers basic salary scale, teachers telephone numbers dropping<朱亮> 在 2008-10-13 上传 | 大小:74.07kb | 下载:0
[系统编程] hanshuyishe
说明:从RGB颜色空间到HIS,XYZ,xy,rg等颜色空间的转换,同时还有一个三角形到另一个三角形之间的映射-from RGB color space to the HIS, XYZ, xy, rg other color space conversion, Meanwhile there is a triangle to another triangle between the mapping<huguancheng> 在 2008-10-13 上传 | 大小:74.07kb | 下载:0
[弱点检测代码] Syn_ScanPort
说明:高速SYN端口扫描器的VC源代码,不久前从网上淘来的,非常不错:)-SYN port high-speed scanner VC source code from the Internet recently to the Amoy, very good :)<zxzl> 在 2008-10-13 上传 | 大小:74.21kb | 下载:2
[系统编程] MyPingPlus
说明:创建PingPlus工具,可实现Ping命令和Trace Route功能(列举出到达远端主机所经过的所有计算机)<无名> 在 2008-10-13 上传 | 大小:74.09kb | 下载:0
[Linux/Unix编程] guofengniubaogao
说明:在linux平台上编写的生产者消费者问题的课程设计报告,含源码,可以用来参考<牛国锋> 在 2008-10-13 上传 | 大小:74.17kb | 下载:0
[加密解密] RSA加长分段加密
说明:RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algo<何泽荣> 在 2008-10-13 上传 | 大小:74.21kb | 下载:0