资源列表
shuzhizhuanhuan
- 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of dat
Multisim10-jiaocheng
- 很好的multisim教程 希望大家好好学习 共同进步-it is very good thing for everyone
tongxinwang
- 关于数据通信网的相关知识以及编程,操作交换机路由器与终端-On knowledge of data communications networks and programming, operating switches, routers and terminal
STRINGS
- C语言中有关字符的操作例程,实现字符插入、删除等操作-C language routines related to the operation of the character to achieve character insert, delete and other operations
MEMORY
- C语言有关的内存操作例程,实现内存读写等-C language routines related to memory operations to achieve the memory reading and writing
C-zhizheng
- 很好的c程序书本可以学到相当多的知识包你大开眼界-it is the best thing i have never seen
osip
- osip概述,比较系统的介绍一下osip库和一些相关的知识-osip overview osip more systematic introduction and some relevant knowledge library
UdiskThief
- 这是由3个独立的程序组成的U盘小偷的解析与防范实例代码,很经典。-This is composed of three independent process analysis, U disk and prevent thieves example code, very classic.
MATH
- C语言有关的数学运算操作例程,实现各种数学算法等-C language routines related math operations, to achieve a variety of mathematical algorithms, etc.
TMS320C64xP-IQmath-Library
- TMS320C64x+ IQmath Library C6000系列,编程必备-TMS320C64x+ IQmath Library C6000 series, the programming required
ADOConnTest
- 在Visual C++6环境下,数据库采用Sql Server2005,ADO编程,ADO连接数据库测试。-In Visual C++6 environment, the database used Sql Server2005, ADO programming, ADO database connection tests.
KEYBOARD
- C语言有关的键盘操作例程,实现各种键盘操作-C language routines on the keyboard
