资源列表
tony
- 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d
bashuma.cpp
- C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
Neuroscience
- 用matlab实现模拟神经元模型,采用Hodkgin-Huxley方程为主要算法-Using matlab for analog neural model, using Hodkgin-Huxley equations as the main algorithm
papermat
- 极化阵列信号处理DOA及极化参数估计; 阵列同何结构不作要求,应用电磁波6维矢量间的5个不变性。-Polarized array signal processing DOA and polarization parameters estimation array structure with the HO for the requirements of the application of electromagnetic waves between 6-dimensional vector
AntAlgorithm
- 蚂蚁算法的VC++源程序代码,比较好用,希望能对大家有所帮助-Ant Algorithm VC++ Source code, useful comparison, I hope you can help
8_num
- 本程序是用C++语言编写的,采用A*算法求解八数码问题。-This procedure is used C++ Languages, using A* algorithm to solve the issue of eight digital.
scs
- 本程序为基本遗传算法学习分类系统源程序,根据系统的输入,该程序进行分析,最终将输入分配到相应的类别中-This procedure as the basic genetic algorithm to learn classification system source code, according to the system input, an analysis of the program will eventually enter the assigned to the correspon
GA_max
- VC++遗传算法求函数的最值,用的最简洁的方法!-VC++ Function genetic algorithm for the most value, with the most concise way!
psoprogramme
- C语言编程常见问题解答 这个帖子将不断扩充、更新 罗列大部分C语言编程的常见问题 希望各位观众支持帮助 毕竟一人之力太有限-C Programming Language FAQ This post will continue to expand and update list of most of C language programming frequently asked questions to help support the hope that the
NeuralNetworks
- 这是研究生神经网络的一个作业,含有源代码,文档描述,参考文献。-This is a graduate of a neural network operation, contains the source code, document descr iption, references.
hh
- 目的:使学生加深对图搜索技术的理解,初步掌握图搜索基本编程方法,并能运用图搜索技术解决一些应用问题。 要求: (1) 可使用第3章中的状态图搜索通用程序,这时只需编写规则集程序;也可用PROLOG语言或其他语言另行编程。 (2) 程序运行时,应能在屏幕上显示程序运行结果。 -Objective: To enable students to deepen their understanding of search technology plan, a preliminary ma
ANN
- 神经网络c++源程序,有可执行文件和注释说明-Neural network c++ Source, there are executable files and Notes
