资源列表
[Linux/Unix编程] linuxdriver
说明:介绍Linux内核驱动编程的一本书 最主要的是有源代码,都是可用的 学习操作系统很好<wuhao> 在 2008-10-13 上传 | 大小:1.06mb | 下载:0
[Linux/Unix编程] linuxdriver
说明:介绍Linux内核驱动编程的一本书 最主要的是有源代码,都是可用的 学习操作系统很好-Introduction Linux kernel driver programming the most important one this book is an active code, are available to learn a good operating system<wuhao> 在 2025-06-07 上传 | 大小:1.06mb | 下载:0
[Linux/Unix编程] LinuxSocketProgrammingByExample
说明:LinuxSocketProgramming有例子的,从最简单的c/s,到多个线程,多种触发机制等-LinuxSocketProgramming there are examples, from the simplest c/s, to multiple threads, a variety of trigger mechanisms<水念尘> 在 2025-06-07 上传 | 大小:1.06mb | 下载:0
[系统编程] DDDK004_clean
说明:Delphi Driver Development Kit v0.0.4 - unpacked, cause the old one s gave virus warnings because of the packer it was packed with.-Delphi Driver Development Kit v0.0.4- unpacked, cause the old one s gave virus warnings because of the packer it was pa<Raivis> 在 2025-06-07 上传 | 大小:1.06mb | 下载:0
[Linux/Unix编程] Transplant-linux-to-S3C2410
说明:linux移植到S3C2410平台的电子文档,该文档详细讲解了整个移植过程。-S3C2410 platform linux ported to the electronic document that explain in detail the entire transplant process.<zhangya> 在 2025-06-07 上传 | 大小:1.06mb | 下载:0
[Linux/Unix编程] db_network
说明:简单的电子词典,能够存储单词及其释义,基于Linux系统,使用了SQlite数据库(The electronic dictionary is simple, capable of storing a word and its interpretation)<九流之徒 > 在 2025-06-07 上传 | 大小:1.06mb | 下载:0
[加密解密] rsa
说明:1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P<Appoint> 在 2025-06-07 上传 | 大小:1.06mb | 下载:0