资源列表
gamble
- 在matlab环境下对博弈问题的仿真,运用随机过程、博弈论知识对*问题进行的实验仿真-In the matlab environment, the issue of game simulation, the use of stochastic processes, knowledge of game theory, experimental simulation of the gambling issue
person
- 这是一个还算不错的程序,希望大家用的着。-This is a pretty good program, hope that we use the.
M
- 经典的波达方向估计算法MUSIC算法的MATLAB仿真实现-Classic MUSIC DOA estimation algorithm of the MATLAB simulation algorithm implementation
CopyChar
- 使用FileReader和FileWriter类,采用字符文件访问方式操作文件-FileReader and FileWriter use category, the use of characters in a document file access operations
ad
- 飞思卡尔智能小车模数程序 用于智能小车的设计与研发供广大爱好者参考 -To provide the most up-to-date information, the document revision on the World Wide Web is the most current.Aprintedcopymaybeanearlierrevision.Toverifyyouhavethelatestinformationavailable,refer to: http://free
msp430vs24lcxx
- 24lcxx i2c proto with ti msp430f435 . Use any port you want.-24lcxx i2c proto with ti msp430f435 . Use any port you want.
remote
- 在C51单片机上编写的200米无线遥控实验-In the preparation of the C51 single-chip wireless remote control of experiments 200 meters
StevenSecant
- 两个关于数值分析的matlab演示,十分有用-2 on Numerical Analysis matlab demo, very useful
SAWTOOTH_CONS_FOURIER
- reconstruction of sawtooth by fourier series
chongzai
- 用运算符重载的知识实现两个字符串的赋值运算(=)和连接运算(+)。在类外实现并在主函数中进行了测试。-With the knowledge of operator overloading assignment operator to achieve the two strings (=) and concatenation (+). Outside of class to achieve and in the main function was tested.
fenzhifa
- 分治法的思想是将一个难以直接解决的大问题分割成一些规模较小的几个相似的问题来解决,分治法的求解过程是将整个问题分解成若干个小问题后分而治之,如果分解得到的子问题相对来说还太大,则可反复使用分治策略将这些子问题分成更小的同类型子问题,直至产生出方便求解的子问题,必要时逐步合并这些子问题的解,从而得到问题的解。分治法的求解通常会用到递归,通常会说分治法是一种找大规模问题与小规模问题关系的方法,是递归设计方法的一种具体策略。分治法的基本步骤在每一层递归上都有三个步骤: ① 分解:将原来的规模相对较
zbyter.c
- Program for finding the rightmost 0-byte in a word.