资源列表
[Linux/Unix编程] qt
说明:QT designer的一些入门书籍,初学者使用,快速入门-QT designer some entry-books, for beginners to use, Quick Start<jason> 在 2025-06-08 上传 | 大小:3.2mb | 下载:0
[Linux/Unix编程] i2cdriver_test.tar
说明:Linux 2.6.24通过SMBUS总线(也类似于i2c总线)读写内存上的SPD信息。里面包含驱动和测试程序。再PC机上反复测试过,使用OK!本人2个星期的工作量。-Linux 2.6.24 through SMbus bus (also similar to i2c Bus) memory read and write information on the SPD. Which contains drivers and test procedures. PC, and then repeat<wanglin> 在 2025-06-08 上传 | 大小:105kb | 下载:0
[加密解密] Change_Decode
说明:简单的置换算法示例,帮助大家更好的理解密码学的知识,也方便引用-Examples of simple replacement algorithm to help us better understand the knowledge of cryptography, but also convenient to quote<孤飞弋> 在 2025-06-08 上传 | 大小:901kb | 下载:0
[Linux/Unix编程] uclinux_mplayer
说明:uclinux下mplayer的源码,解压后可看到详细的源码,但是没有详细说明,偶正在研究,有兴趣者可加QQ27639563,一起探讨-mplayer under uClinux source, after extracting the source can be seen in detail, but did not elaborate, even are studying Interested parties may increase QQ27639563, to explore<不走> 在 2025-06-08 上传 | 大小:8.17mb | 下载:0
[Linux/Unix编程] demo
说明:LInux BootLoader的说明文档,来自Linux2.6源代码的说明文档-LInux BootLoader of documentation, from Linux2.6 source code documentation<gav> 在 2025-06-08 上传 | 大小:35kb | 下载:0
[加密解密] WindowsApplication2
说明:通过调用动态链接库(dll)实现DES加密解密的程序,可以实现不同语言下数据传输的加密解密的一致性问题-By calling the dynamic-link library (dll) to achieve DES encryption and decryption process can be achieved in different languages under the encryption and decryption of data consistency problem<zhb> 在 2025-06-08 上传 | 大小:52kb | 下载:0
[CA认证] Afd
说明:RAS高级编程是一个RAS拨号程序高级开发,通过该程序不经能够实现电话拨号功能,还能实现如adsl、网通等拨号功能,还能够监控modem或者网卡的网络流量,绝对是一个值得读者学习的程序。 -RAS is a high-level programming Advanced Development RAS dial-up procedures, through the program can be achieved without a telephone dial-up function, bu<罗忠彬> 在 2025-06-08 上传 | 大小:686kb | 下载:0
[加密解密] DES
说明: DES算法要求加密密钥和解密密钥一致。密钥所需的字节数祖长度为8位。基于对需求的理解,密钥由客户设定,在加密和解密的时候,在服务器端输入一密钥达到文件的加密需求,在终端输入同一密钥达到加密文件的解密需求。 DES加密的时候,最后一位长度不足64的,它会自动填补到64,那么在我们进行字节数组到字串的转化过程中,可以把它填补的不可见字符改变了,所以时常引发系统抛出异常。为此,在处理过程中,我们需要把一些信息编码保存起来,使之保证数据完整性。故在des.Des类中运用到了convert4Cha<wuqian> 在 2025-06-08 上传 | 大小:6.26mb | 下载:0