资源列表
算腔长
- 实现激光腔长计算,满足热透镜效应,适用于全固态激光器(Realization of cavity length calculation)
matlab
- matlab中文教程,对初学者进行知识的传授(Matlab Chinese tutorial, for beginners to impart knowledge)
Joseph
- 数据结构约瑟夫环,利用数据结构中的循环链表以及递归的使用实现约瑟夫环(Data structure Joseph ring, using the data structure of the circular list and recursive use to achieve the Joseph ring)
sources
- Core+Python+Programming+2nd+中文版(带书签);Python核心编程中文第二版(带书签)(Core+Python+Programming+2nd)
系统工程后一半
- 能解决旅行商问题,是一种两阶段的启发式算法,运用层次分析法算出权值(can solve tsp problem)
p1
- 各种不同sort, 1. To give you experience in implementing various sorting algorithms. 2. To empirically study the time efficiency of different sorting algorithms.(1. To give you experience in implementing various sorting algorithms. 2. To empirically st
cs018
- A one-dimensional transfer matrix method to calculate the phonon crystal structure, A very useful program, Complete class-based image processing, contains all of the source code, auto image.
杂交粒子群算法源程序
- 杂交粒子群算法求函数极值,是粒子群算法和遗传算法的一种混合算法(Hybrid Particle Swarm Optimization for extremum of function)
wnkrw
- ECG data and includes source code written in MATLAB, Independent component analysis algorithm reduces the raw data noise, Acquisition and Processing of the speech signal, digital signal processing class-based.
ws_contact_lap_joint
- abaqus命令文件 用于二次开发 便于新手的学习及运用(Abaqus command file for secondary development for novice learning and application)
tensorflow实现猫狗识别
- 使用tensorflow 开源框架实现猫狗种类分类识别外框代码(Using tensorflow open source framework to realize cat dog classification and identification frame code)
3.1二叉树
- [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)