资源列表
creditcard
- A Credit Card Validating System
execut-per-ms
- 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动中常用的每隔*ms/*s执行一次的方法。供参考-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: This co
scioc
- This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference.
config-osm
- i2o_config_init - Configuration OSM initialization function.
skcipher
- Symmetric key ciphers.
_ctraits_fns
- WARNING: This an internal header file, included by other C++ standard library headers. You should not attempt to use this header file directly. -WARNING: This is an internal header file, included by other C++ standard library headers. You should no
systm
- physical memory (to be) used by system Device Driver for linux v2.13.6.
exp22
- 设计并实现一个计算线程与一个I/O线程共享缓冲区的同步与通信,程序要求: 两个线程,共享公共变量a; 线程1负责计算(1到100的累加,每次加一个数); 线程2负责打印(输出累加的中间结果); 主进程等待子线程退出。 -Design and implement a computation thread and an I/O thread shared buffer synchronization and communication, procedural requiremen
LexicalAnalysis
- 设计、编制并调试一个词法分析程序 输入所给文法的源程序字符串 输出二元组(syn,token或sum)构成的序列-Design, preparation and testing procedures for the importation of a lexical analysis of the grammar of the source string to the output of the dual group (syn, token or sum) of the sequence
Operator
- 这是一个表达式求值的实验java写的,但是只能实现一位数的运算,因为任何数字都是当成字符一个一个入栈的-biaodashi qiuzhi
SendCommand
- 向托盘程序发送消息,自己写的,可能不太标准~~见谅-Send a message to the tray program
LU_decompose
- 数值计算分析之LU分解法求解程序代码,可用于一切方程组求解-Numerical Analysis of the LU decomposition method for solving program code