搜索资源列表
MSS
- U盘数据加密程序 用C语言编写的 非常经典的哟
opition
- 这是用c语言编写的 模拟生产者 消费者的程序
MyDES
- 用c语言编写的des加密程序。具体的算法可以参考相关规范,此处给出代码实现。
myusb(Linux).zip
- Linux下用C语言编写的一个用于查找usb设备,打开/关闭设备,以及往设备中读写的接口。并且提供了一个简单的测试程序及其源码,Under Linux using C language to find the one for the usb device, open/close devices, and devices to read and write interface. And provides a simple test program and its source code
Playfair1
- 用C语言编写的具有程序界面的Playfair加密解密算法,非常好用,适合作为研究学习的资料。-Using C language program interface with encryption and decryption algorithm Playfair, very useful for learning the information for research.
KeeLoq
- Keeloq滚动码的加密和解密程序,是用C语言编写的,可能会有点复杂,请慢慢研究!-KeeLoq Encrypt&Decrypt
BOOKSTORE
- [原创]一个用C语言编写的bookstore程序。具有查询,显示,添加,出售书籍等功能。可在windows下用gcc运行。也可以在unix下运行。-[Original] a use of C language procedures bookstore. With inquiries, show that addition of features such as the sale of books. Windows can be run using gcc. Can also be run in
tcpudp
- 用C语言编写的简单tcp,udp连接程序,用于Linux下的套接字实现-C language with a simple tcp, udp connection program for Linux under the socket to achieve
videodev
- 基于linux的视频驱动程序,用C语言编写的-Based on linux video driver written using C language
gpReadMouseTest.c
- linux下用 C语言编写的调用gnuplot的 程序 , 用于捕捉鼠标位置 。-Sample C program for calling gnuplot in linux system to record the position of the mouse.
Shift_encryption_with_encryption
- 移位加密法 用C语言编写的加密程序,编码效率高。采用的方法是简单重排法。-Shift encryption with encryption programs written in C language, code efficiency. Approach is simple and re-arranged.
BigPrime
- 本程序是用C语言编写的RSA大素数密码生成体制-It is a program for 啊large prime number of RSA
rsaPrj
- 分析了RSA算法的安全性在以及在实际使用过程中遇到的问题。还有在RSA算法使用到的参数的选择。在VC++工具上测试,并对测试结果进行分析总结。最后给出了用C语言编写的程序实现了该算法。-SRA public key cryptography key distribution in an asymmetric cryptosystem
calc
- 用C语言编写的一个简单的计算器程序,有加减乘除开方等算法。-Written in C language with a simple calculator program that prescribing such algorithm, Math.
Tetris.tar
- linux 下用c语言编写的俄罗斯方块程序,可以在framebuffer模式下允许-under linux using c language Tetris program, you can allow the framebuffer mode
C_File_Enc
- 用C语言编写的文件加密程序,可以作为本科毕业设计的参考资料-Using C language file encryption program, can be used as reference for graduate design
mytool
- 这是用c语言编写的一个小程序,你在linux下运行他,会帮你很好的理解什么是make和makefile。-It is written with a small c program in linux you run him, and will help you understand what a good make and makefile.
44
- 这个文件中放的是用c语言编写的移位加密法程序。-Put this file is written in c language shift encryption program.
55
- 用c语言编写的伪随机数加密程序,希望对大家有帮助。-Written by c pseudo-random number encryption program, we want to help.
LinuxShell
- Shell就是一个命令行解释器,它的作用就是遵循一定的语法将输入的命令加以解释并传给系统。它为用户提供了一个向Linux发送请求以便运行程序的接口系统级程序,用户可以用Shell来启动、挂起、停止甚至是编写一些程序。 Shell本身是一个用C语言编写的程序,它是用户使用Linux的桥梁。-A shell is a piece of software that provides an interface for users of an operating system which provides