登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:LINUX
  2. 代码类别:所有
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 椭圆曲线 cryprtograrphy

简单的 ECDSA 实现 c。在这里讨论了使用非对称加密技术的加密算法。有很多算法使用公开可用的模块,如 MD5,沙 1 实现上传 ECDSA 用 C 语言编写的简单实现。

1
下载
86
浏览
2023-02-23发布

2. linux方面的资料word,包括命令,编程(C及编程环境构建)

linux方面的资料word,包括命令,编程(C及编程环境构建)-word of information, including ordering, programming (C programming environment), etc.

1
下载
66
浏览
2023-02-22发布

3. through two signals to achieve volume between the two threads simultaneously, an...

通过两个信号量来实现两个线程间的同步,完成了互斥功能.-through two signals to achieve volume between the two threads simultaneously, and completed the mutex function.

1
下载
68
浏览
2023-02-22发布

4. linux下的wifi源码,可以直接编译测试运行..希望大家能有作用

linux下的wifi源码,可以直接编译测试运行..希望大家能有作用-wifi under linux source code, you can directly compile the test run .. hope that we can have the role of

1
下载
73
浏览
2023-02-22发布

5. 周立功

ZLG-GUI源代码完整版12-font5_7.c -ZLG-GUI source code full version of 12-font5_7.c

1
下载
71
浏览
2023-02-22发布

6. 三星公司ARM芯片S3C2410 SD/MMC LINUX 驱动程序源码。

三星公司ARM芯片S3C2410 SD/MMC LINUX 驱动程序源码。-Samsung S3C2410 ARM chip SD/MMC Linux driver source.

1
下载
72
浏览
2023-02-22发布

7. C语言的数据结构,全部用标准 C语言实现。非常有帮助的

C语言的数据结构,全部用标准 C语言实现。非常有帮助的-C language data structures, all using standard C language. Very helpful

1
下载
53
浏览
2023-02-21发布

8. C Primer Plus课后题答案的源代码

C Primer Plus课后题答案的源代码-C Primer Plus answer questions after the source code

1
下载
58
浏览
2023-02-21发布

9. linux0。11完全注释

linux0。11完全注释-linux0. Fully 11 Notes

1
下载
66
浏览
2023-02-21发布

10. Linux word questions and answers, in one sentence to answer the problems encount...

Linux一句话问答,用一句话来回答使用Linux遇到的问题-Linux word questions and answers, in one sentence to answer the problems encountered by the use of Linux

1
下载
82
浏览
2023-02-21发布

12. many of the classic examples of embedded themselves see it

很多的经典的嵌入式例子 自己去看吧-many of the classic examples of embedded themselves see it

1
下载
67
浏览
2023-02-20发布

13. 用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教...

用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教-meun

1
下载
101
浏览
2023-02-20发布

14. 自动递归删除文件的工具程序

自动递归删除文件的工具程序-automatically delete files recursive procedure tools

2
下载
76
浏览
2023-02-19发布

15. linux驱动程序的scull例子

在《linux设备驱动程序》一书中,scull(simple character utility for loading localities,"区域装载的简单字符工具") 是一个操作内存区域的字符设备驱动程序,这片内存区域就相当于一个字符设备。 scull的优点在于他不和任何硬件相关,而只是操作从内核分配的一些内存。任何人都可以编译和运行scull,而且还看看可以将scull移植到linux支持的所有计算机平台上。但另一方面,除了展示内核和字符设备驱动程序之间的接口并且让用户运行某些测试例程外,scull设备做不了任何“有用”的事情。

2
下载
63
浏览
2023-02-19发布

16. VC写的分析IP数据包的代码.rar如何使用的朋友可

VC写的分析IP数据包的代码.rar如何使用的朋友可-VC write IP packet analysis code. Rar how to use friends can s

1
下载
73
浏览
2023-02-19发布

17. 星际大战

基于QT的星际大战     这个QT里面的星际大战游戏,和雷电之类的区别还是很大,比较粗糙,可以用作范例。主要是在LINUX环境下的,设计发射子弹,移动,计分等模块,具体可以自己下载来看看一样,还是有一定帮助的。

1
下载
65
浏览
2023-02-19发布

18. 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/p...

写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found in the /etc/passwd file.” 否则,输出“No such on our system” -Write a script file checkuser, the script run-time with a user name as a parameter, and specific requirements are as follows: 1) If the command-line format does not meet the requirements, there should be error message 2) in/etc/passwd file to check if there were any users, and if so, then the output " Found in the/etc/passwd file. " Otherwise, output" No such on our system "

1
下载
77
浏览
2023-02-19发布

19. linux环境下开发,利用测井数据制作合成地震记录的程序。在目录下执行make进行编译,在demo目录中有该程序的例子.

linux环境下开发,利用测井数据制作合成地震记录的程序。在目录下执行make进行编译,在demo目录中有该程序的例子.-linux environment development, the use of logging data produced synthetic seismogram procedures. Make the implementation of the directory to compile, in the demo directory has the program examples.

1
下载
68
浏览
2023-02-18发布

20. candance与门版图代码匹配

.global VDD GND.subckt and A B OUTM1 D A VDD VDD PMOS W=7u  L=0.7uM2 D B VDD VDD PMOS W=7u  L=0.7uM3 D A C GND  NMOS W=4.2u  L=0.7uM4 C B GND GND NMOS W=4.2u  L=0.7uM5 OUT D VDD VDD PMOS W=10u  L=0.6uM6 OUT D GND GND  NMOS W=4.9u  L=0.6u .ends andX1 A B OUT andVDD VDD GND 5Va A GND PULSE(0 5 0n 0 5n 50n 100n)Vb B GND PULSE(5 0 0n 0 5n 100n 300n).OPTIONS POST.tran 1n 600n.end 

1
下载
48
浏览
2023-02-18发布