资源列表
[Linux/Unix编程] SOCK_RAW_using_in_linux
说明:Linux下SOCK_RAW原理和应用示例,比较有趣!建议大家看看玩-Linux SOCK_RAW principle and application examples, the more interesting! We look at the proposal to play<handsoft> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] SOCK_RAW-FOR-Linux
说明:Linux下SOCK_RAW原理和应用,自己尝试编的,还请各位高手多多指点。-Linux SOCK_RAW principles and applications, try to compile, Members also requested the guidance of many experts.<左俊> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[系统编程] make_pyos_kernel
说明:有关操作系统引导的一个代码演示,希望各位多多指点~-the guidance of an operating system code demonstration, I hope many instructions ~ Thank you<左俊> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[系统编程] DigitClock
说明:数字时钟动态显示的程序,可以动态显示系统的时间。-digital clock shows the dynamic process, Dynamic Display System of time.<郭树印> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[系统编程] bank_c_source
说明:本程序是操作系统中经典算法银行家算法的实现.已经在turbo c2.0编译通过-operating system classic algorithm bankers algorithm implementation. Turbo has compiled c2.0 through<tqin007> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[加密解密] Global_masking_threshold
说明:数字水印方面的算法小程序 希望能给刚刚接触数字水印的朋友一点帮助 开发环境MATLAB-digital watermarking algorithm for the small programs just wanted to give digital watermarking contact friends to help develop environmental 1:00 M MATLAB<李铎> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] cp_dir
说明:一个关于目录复制的源码,可以参见linux里的源代码,找个自己写的功能比较简单易懂-a copy of the source code directory can see Linux's source code, to find yourself writing more easily understood function<fengyi> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[加密解密] EncryDeCry
说明:我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio<伍孝秉> 在 2025-06-17 上传 | 大小:1kb | 下载:0