资源列表
calculator
- 本程基于linux系统下用Qt实现了计算器的加减乘除功能,并通过了检验。-The process under linux based systems using Qt to achieve a calculator arithmetic functions, and passed the test.
下拉滚动状态条
- 很棒的效果 , cheat
sampl
- 用来查看桌面的大小,里面有祥细的源代码,-Used to view the desktop size, there are祥细the source code,
vb32421345
- 快速读取 TextBox 第 N 行的资料 -fast read TextBox N line information
BasicGUI
- 一个不错的java主框架界面程序,大家可以下载下来研究-a good java framework of the main interface procedures, we can download from research
Frequency_Modulation1
- 一个FM调制的MATLAB仿真,,,很有用哈
HPSOMATLAB
- 繁殖粒子群算法,内含测试函数,参数采用随着跌代的逐步进行而逐步变化的策略.
动态添加控件
- 动态添加控件,你要什么类型的控件,添加就可以了.-add, you have to what types of controls, add on it.
huffmantree
- Huffman code tree generation with a given input bit stirng
76802399
- 解决TSP QAP问题的小程序,C++编制,可以直接运行,详见程序-The small program to solve the problem of TSP QAP, c++ prepared, can be run directly, as shown in the program
serveTable1
- 银行管理系统,实现创建用户,开户,存款,取款,挂号,消号的服务. 和后面的四个源程序一起使用。-bank management system for creating users, accounts, deposits, withdrawals, registered, According to its services. and the back of the four source files are used together.
suan_shu_biao_da_shi_qiu_zhi
- 1, 表达式一般由操作数(operand),运算符(operator)和界限符(delimiter)组成。操作数可以有常数,变量或者标识符。运算符分为算术运算符,关系运算符和逻辑运算符。基本界限符有左右括号和表达式结束符号。为了程序简单,仅讨论简单算术表达式的求值问题。这种表达式只含加,减,乘,除和四则运算符,括号以及结束符‘#’。 2, 算法基本思想: 建立两个栈:一个是操作数栈(Stack_nd),用以寄存操作数或运算结果;另一个是运算符栈(Stack_tr)