资源列表
matlab
- 《MATLAB实用指南》系列丛书源代码。-MATLAB
Untitled1
- 一个基于FDTD算法的位于光子晶体中心的线光源(TM)的MATLAB传播程序,边界条件为PMC-FDTD algorithm based on photonic crystal is located in the center line of the light source (TM) the dissemination of the MATLAB process, boundary conditions for the PMC
AppEmbed
- 把任意的EXE嵌入到自己程序中,从中我们可以了解到*和病毒的传播方法,从而进行防御。-EXE embedded to any of their proceedings, from which we can understand that the spread of Trojan horses and viruses and thus to carry out defense.
2.Greedy
- 该文件夹包含一系列常用的贪婪算法集合,其中包含经典的克鲁斯卡尔算法,普利姆算法。-The folder contains a series of commonly used collection of greedy algorithm, which includes the classical Kruskal algorithm,普利姆algorithm.
jiangopen_ORAR_CD
- 运筹学算法与编程实践附书源码,包含了书中所有的例程-The practice of operations research algorithms and programming source code written by-laws
matlab_basic_book
- matlab basic book ,介绍一些关于matlab 的知识以及其用法,对于初学者强烈推荐,可作为入门教程,有比较多的例子-matlab basic book, some knowledge on matlab and its usage, strongly recommended for beginners and can be used as entry-course, there are more examples of
fengmian
- 遗传算法原理与应用的电子书,写得还不错的-GA
Numericalanalysiscalculationmethodscommonalgorithm
- 数值分析&计算方法常见算法C语言源代码,内容包括高斯消元,牛顿下山,雅克比迭代等常用数值算法!-Numerical analysis & calculation methods common algorithm C language source code, including Gauss, Newton down the mountain, such as Jacobian iterative numerical algorithm used!
mre
- 基于李雅普诺夫的睡眠脑电动力学分析 核心算法程序。-Lyapunov-based kinetic analysis of sleep EEG procedures for the core algorithm.
pvmodel
- 太阳能电池模型 艾斯黛拉发生了的附件上附件了释迦佛-Solar cell model艾斯黛拉occurred in an annex to the annex of the Sakyamuni Buddha
EightQueens
- 八皇后问题的解法,非常好,请大家看一下,谢谢了-8 Queen' s problem solution, very good, please look at, I would like to thank the
prime
- 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Centra
