资源列表
01beibao
- 这是一个用分支限界法实线01背包问题的说明文档,包含代码-This is a branch and bound method with solid line 01 knapsack problem of documentation, including code
307Studio
- 一个棋牌项目。HGE 编写界面库,gameres论坛版主写的啊-A chess project. HGE write interface library, gameres forum moderator wrote ah
calc
- c语言代码写的带括号的四则运算的计算器。-c language code written in brackets with the four computing calculator.
VC
- MifareOne读写例子,能否读取非接触式的卡片 一种读卡器,能够作为钱包用途-a type of card access program. MifareOne.
recording
- 使用delphi7开发的控制声卡的声音输入输出级提供一个录音控制(ocx)的使用。可以录制MP3格式音量-The use of the delphi7 development control sound card sound input and output stage provides the use of a recording control (ocx). Can record MP3 format volume
labview
- labview通过3个线阵麦克风实现定位,定距离,比较准确,采集使用pxi系统,麦克风使用mpa416。-labview by three linear array in microphone positioning, given distance, more accurately, collection use pxi system, microphone mpa416.
实现QQ程序的抽屉效果yuanma
- 这是对QQ程序的抽屉效果 希望大家给点 建议 帮我多加几个功能-QQ This is the procedure results in a drawer hope we can give suggestions to help me add a few features
LS_Fitlers
- MATLAB下用最小二乘设计低通,高通,带通,带阻数字滤波器。-Using MATLAB m-file to design LP, HP, BP and BS fitlers based on Least-square algorithm.
map_use_stru_key
- 用结构体作为map的key实现及测试代码-Structure as a map of the key implementation and test code
gaofangQQ2011yuanma-kaiyuan
- 高仿腾讯QQ2011邮箱钓鱼源码,支持开源 自己做的 请指教 -High imitation Tencent QQ2011-mail phishing source to support open source Please advise of their own
LM3S811-10
- LM3S811的培训PPT,超好用,用于全国电赛或省赛的培训或自学主要介绍的是M3架构-good file very good
test5
- 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T