资源列表
py3book30
- python程序教程源码,python程序教程3(the code of the book called python programing)
旅游规划题目
- 写一个程序,帮助前来咨询的游客找一条出发地和目的地之间的最短路径。如果有若干条路径都是最短的,那么需要输出最便宜的一条路径。(Write a program that helps visitors come to the shortest path between a destination and a destination. If there are several paths that are shortest, then you need to output the cheapest p
两个有序链表的交集
- 求两个有序链表的交集,并在另一行显示出来。(Find the intersection of two ordered lists, and show them on another line.)
二叉搜索树的创建与遍历
- 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
学生管理系统3.0
- 输入 输出 查找 是严蔚敏版的数据结构的代码实现的(input output insert surech)
计算Riemann精确解
- 主要解决了计算Riemann精确解问题,上述给出了所编写的一些代码,请大家給与指正(It mainly solves the problem of calculating Riemann exact solutions)
《有限元法基础与程序设计》王元汉等编著--源程序
- 《有限元法基础与程序设计》书的源码,关于有限元的fortran编程(program design of finite element method)
停车
- 停车管理系统,记录车辆出入停车场的数量并标记,记录停车和离开的时间并进行计费(The parking management system records the number of vehicles entering and leaving the parking lot, signs and records the time of parking and departure and charges)
dm
- Source codes of ontrack for example test generic
sample1
- 基础粒子群算法,输出迭代次数与适应度值关系图(The relation between the number of output iterations and the fitness value of the basic particle swarm optimization algorithm)
汽车牌照的简单自动识别
- 对汽车牌照简单的识别的程序和函数,例如,停车系统识别,交通信号拍照识别(Simple identification of car license, parking system, traffic signal camera)
Phase
- 利用zernike多项式系数拟合波前,采用的是zernike边缘多项式,有36项(Fitting wavefront using Zernike polynomial)