资源列表
jpbc-2.0.0
- jpbc比不能少的jar包,实现密码学实验中的jpbc库,很急很关键(Jpbc is more important than jar package, so it is very urgent to implement the jpbc Library in cryptography experiment)
tlud
- Use the TabB ar switch window in the multi-document interface()
《Qt+Creator快速入门》第3版源码
- QT快速入门编程资料,qtcreator第三版书籍源码(Qt quick introduction to programming information)
memtester
- arm linux平台,内存检测脚本,比较全面的内存压力测试,最好在高低温环境下做一个系统测试(Arm linux platform, memory detection scr ipt)
CPUroute
- 通过获取这个程序来获取CPU当前的使用情况和内存使用情况(Through the code you can get the system situation)
嵌入式c编程语言入门与深入
- 本文讲解嵌入式C基础,从C语言到Linux的编译实现。(This article on the basis of embedded C, C language from the compiler to achieve Linux)
两个数交换5种方法
- C语言两个变量交换的5中方法:(1)a=a+b-(b = a);(2)b=a+(a = b)*0;(3)a=a+b; b=a-b; a=a-b;(4)a=a*b;b=a/b;a=a/b;(5)a=a^b;b=a^b;a=a^b;(C language two variables exchange 5 methods)
Linux
- linux常用命令,是一份非常简洁,又常用的linux命令,它也非常全面,能够很好的了解linux的使用。(Common Linux commands)
indigoscada-code
- indigoscada运行在Linux和Windows上,采用C / c++开发环境。人机界面是基于QT库,,支持Modbus。(Indigoscada runs on Linux and Windows and USES C/C ++ development environments. The man-machine interface is based on the QT library, which supports Modbus.)
6666
- 电流检测 过流保护 反时限过流保护 LCD1602显示(Current detection, overcurrent protection, inverse time overcurrent protection, LCD1602 display)
DES
- 使用VC++实现DES加密算法和解密算法(Implementation of DES encryption algorithm and decryption algorithm using VC++)
elgamal
- 利用polarssl里提取的大数库做的elgamal加密和签名(ElGamal encryption and signature using large library extracted from polarssl)