-
Socket
socket 编程(socket programming)
- 2008-01-15 17:30:30下载
- 积分:1
-
shijinzhiBCD
十进制-BCD码转换的代码在内,完整希望大家能用上。。(variable reg : integer range 0 to 80000
variable d1,d2,d3,d4 : std_logic_vector(3 downto 0)
begin
if clk100 event and clk100= 1 then
case current_state1 is
when st0=>
)
- 2011-06-12 10:08:03下载
- 积分:1
-
医院管理系统
一个C++语言开发的小型医院,数据库系统,稍微改动一下数据库连接即可使用!
- 2023-06-03 15:40:04下载
- 积分:1
-
matlib
matlib.h,matcom4.5的头文件(matlib.h, matcom4.5 header file)
- 2012-11-03 17:46:07下载
- 积分:1
-
PDFToXVC
pdf文件转化为图片.pdf 文件转化为图片VC代码实现。(from pdf to image)
- 2012-02-15 22:53:21下载
- 积分:1
-
RSA
基于RSA算法的加密解密以及数字签名系统,实现加密解密签名的功能(RSA-based encryption and decryption algorithms and digital signature system to achieve the function of signature encryption and decryption
)
- 2011-05-06 16:10:42下载
- 积分:1
-
MeshSimply
图形学大作业,通过网格简化实现了对obj模型的简化,并通过OpenGL实现了对简化后的面片的显示(Graphics great work, through the realization of the obj mesh simplification model simplification, and through OpenGL realize the simplified display facets)
- 2013-09-02 13:03:09下载
- 积分:1
-
Makefile
Makefile的编写,可以编写一个功能全面的Makefile.(The Makefile to write, can write a full-featured Makefile.)
- 2013-10-08 15:42:00下载
- 积分:1
-
1
说明: 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器
表达式文法及其翻译模式定义如下:
expr expr + term {print(‘+’)} | expr - term {print(‘-’)}| term
term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor
factor ( expr ) | id {print(id.lexeme)} | num {print(num.value)}
(Translator expression: an infix expression to postfix expression translator)
- 2012-04-20 20:07:12下载
- 积分:1
-
DigImgPro
图像读入读出系统(image reading system to read)
- 2004-10-17 10:02:39下载
- 积分:1