-
minip
一个小ANTLR程序,实现了计算器实现的语法,是学习编译原理的很好的例子(A small ANTLR procedures, implementation of the implementation of the calculator grammar, studying compilers are good example of the principle of)
- 2009-02-24 16:20:19下载
- 积分:1
-
sa+ga
采用遗传算法和模拟退火算法解决VLSI中的布局优化问题()
- 2020-12-23 20:09:06下载
- 积分:1
-
matched_filter
实现的匹配滤波器,能够对数据进行匹配滤波(Matched filter implementation, the data can be matched filter)
- 2021-02-25 21:29:38下载
- 积分:1
-
list
链表的基本功能实现链表的各种基本功能,初学者使用(The basic functions of the list)
- 2011-06-01 21:07:30下载
- 积分:1
-
matrix
矩阵相关运算,例如求逆转置运算等 等功能(Matrix-related operations, such as seeking reversal of home computing and so on)
- 2008-05-30 11:02:18下载
- 积分:1
-
key_strike
后台发送按键小程序。可以将指定按键命令发送到指定窗口。(Background Send button applet. Designated key commands can be sent to the specified window.)
- 2013-03-10 10:44:12下载
- 积分:1
-
tgmhsoamping-inner-rank
Delphi source code 一个获得Cpuid的Delphi程序()
- 2018-03-10 12:14:43下载
- 积分:1
-
switch-service-vmware-
随软件开关服务 vmware相同目录 switch service vmware (With the software switch service vmware the same directory)
- 2012-10-25 14:27:11下载
- 积分:1
-
Hook-lock
让你随时想安全地挂机就挂机,加上锁安全。(Hook lock)
- 2012-10-03 00:14:30下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1