资源列表

« 1 2 ... .11 .12 .13 .14 .15 3316.17 .18 .19 .20 .21 ... 16274 »

[系统编程RegistryCleanup

说明:RegistryHandler.cpp 查找,修改,删除注册表项,权限修改等注册表处理函数封装 RegistryHandler.h:头文件 RegistryCleanup.cpp 使用handler删除与某个usb设备相关注册表项 RegistryCleanup.h:头文件 FilterRecover.cpp:修改特定注册表项目的值 RegistryCleanup.dsw, RegistryCleanup.dsp: 工程文件-RegistryHandler.cpp find,
<linhui> 在 2025-06-27 上传 | 大小:7kb | 下载:0

[加密解密DES

说明:
<xiahy> 在 2025-06-27 上传 | 大小:4kb | 下载:0

[Linux/Unix编程SMP-affinity

说明:多核的linux环境下绑定中断到指定CPU.用于高性能服务器开发。-The multi-core linux environment bind to the specified interrupt CPU. For the development of high-performance servers.
<gao> 在 2025-06-27 上传 | 大小:3kb | 下载:0

[Linux/Unix编程linuxneihezhushi

说明:linux0.11的源代码的注释,有很高的实用价值,代码量很少,只有一万多行。-linux0.11 footnote to the source code with a high degree of practical value, code volume rarely, and only more than 10,000 lines.
<zhujie> 在 2025-06-27 上传 | 大小:283kb | 下载:0

[系统编程updateMy

说明:客户端实现自动更新程序 包括客户端和数据库更新-Automatic client update includes client and database updates
<yhy> 在 2025-06-27 上传 | 大小:313kb | 下载:0

[系统编程KillProcess

说明:Console界面的进程列举和终止的小程序,使用的是“微软推荐”的方法,代码原作者已开源于百度-Console interface and termination of the process of enumeration of small procedures, using Microsoft recommended approach, the code has been opened from the original author Baidu
<xynn> 在 2025-06-27 上传 | 大小:10kb | 下载:0

[系统编程FaxModem

说明:利用Modem通过串口或TAPI接口直接发送和接收传真.-The use of Modem or TAPI interface through the serial port to send and receive faxes directly.
<liubijian> 在 2025-06-27 上传 | 大小:1.4mb | 下载:0

[系统编程smalldatabase

说明:smalldatabase 小型的数据库,一般用做本地数据库使用,带例子-smalldatabase small databases, local databases used for general use, with examples
<易枫> 在 2025-06-27 上传 | 大小:923kb | 下载:0

[Linux/Unix编程linux_C_seiral

说明:Linux下C语言开发的串口操作程序,开发Linux控制程序可借鉴。-Linux under the C language developed by serial operating procedures, develop control procedures can learn from Linux.
<hany> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[加密解密rsa

说明:1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
<阿达悟> 在 2025-06-27 上传 | 大小:6kb | 下载:0

[Linux/Unix编程sendchar_to_serial

说明:Linux串操作的例程,可以用于ARM嵌入开发,在ARM 9下测试通过。-Linux operating string routines, can be used to ARM embedded development, in the ARM 9 under test.
<hany> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[加密解密rsajiamiyunli

说明: 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the media
<阿达悟> 在 2025-06-27 上传 | 大小:12kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 3316.17 .18 .19 .20 .21 ... 16274 »

源码中国 www.ymcn.org