资源列表
遗传算法——理论、应用与软件实现
- 《遗传算法——理论、应用与软件实现》王小平曹立明著一书的参考光盘.rar-"genetic algorithm -- the theory, application and software," Wang Xiaoping Cao Liming with a reference to the CD. Rar
FUZZY-BASED-EXCITATIOIN-CONTROL-SYSTE
- FUZZY BASED EXCITATION CONTROL SYSTEM
RadixSort
- 基数排序,良好的设计,效率高,容易理解,适合C++初学者。-RadixSort method, good design ,hight effeciency ,easy to understand ,suit for C++ learner
TestCA
- 基于元胞自动机(CA)仿真的一个小程序,有感兴趣的朋友欢迎一起探讨:QQ17771853-a CA based traffic simulation software.
amritapuri10.zip
- Live Archive online judge,Live Archive online judge
test
- 卡尔曼滤波算法仿真基于opencv,小球跟踪(kalman filter algorithm simulation based on OpenCV, ball tracking)
LMS
- 用Matlab对LMS算法的实现,可用于时延估计,滤波器等方面。-LMS algorithm
Mathematics-for-Intelligent-Systems
- 《非经典智能数学方法》一部适合研究生学习的非经典数学课程,介绍了如模糊数学、神经网络数学、遗传算法、pctri网理论、混沌理论、小波分析、非经典逻辑等内容。-" Non-classical smart mathematical method" for graduate study in a non-classical mathematics curriculum is introduced, such as mathematics, mathematical neural ne
CPP-UI_EM_5
- 用Visual studio 2010 开发的EM 算法-EM algorithm is developed using Visual studio 2010
manipulator program simulation
- 机械臂正解反解代码 vc6.0环境 可输入6个角度值 输出相应值和图
LDPC码编译码算法的仿真研究_徐智勇2009
- LDPC编译码技术,论文中有详细的LDPC的编码过程以及译码过程的描述即仿真过程(Research and implementation of LDPC coding and decoding technology)
Parking-management-simulation-system
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Parking lot to stack simulation to simulate the queue of