资源列表
计算分数的精确值
- 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第二个元素中....,依次类推。这样就可以使用数组不表示一个高
北京交通大学校园旅游导航系统
- 北京交通大学校园旅游导航系统,利用Dijkstra算法在任意两点之间找到最短路径。-Beijing Jiaotong University Campus Tourism navigation systems, the use of arbitrary Dijkstra algorithm to find the shortest between the two paths.
实现路由算法
- 实现路由算法,利用Dijkstra算法实现两台PC机之间的路由行走路径。-achieve routing algorithm, using Dijkstra algorithm between two PCs running the routing path.
junzhi_suifuzhibian
- 用在matlab的simulink中对函数求平均值的仿真-used in Matlab Simulink function of the average for the simulation
Boost_PWM
- matlab中的simulink对boost电路和PWM脉冲产生的仿真设计程序-of Matlab Simulink right boost PWM pulse circuit and the simulation design process
tude遍历
- 图的遍历算法包括先序,后序,中序等多种遍历次序,还有图的初始化等-traversal algorithm of the plan include the first sequence after sequence, sequence and other traversal sequence, and there are also such as the initialization
wzqgame
- 电脑下子实际上是分两个步骤的,第一个步骤是尽可能的收集棋盘格局的信息,并且使这些信息以一定的格式存放再内存中,以便于第二步的处理。第二个步骤就是,对收集到的信息进行分析处理,即要给出一个规则,用穷举搜索的办法遍历所有收集到的信息,搜索的过程实际上是用所定下的规则去衡量每一点的权值,搜索的目的是为了找到一个权值最大的点,这个点就是当前的最优解,也就是应该下的子。 -computer is actually two steps, the first step is to collect as muc
job2
- 采用计算机图形学的种子填充算法进行多边才行填充-using computer graphics seed filling algorithm filled multilateral Caixing
DrawRound
- 画图小程序,点击工具条的方框或者圆可以画方或者画圆-drawing small program, click Tools of the box or can be drawing a circle or Circle
200561672210857
- c++编译器,有详细的代码,提供了详细的说明,易懂。-c compiler, a detailed code, for a detailed descr iption, understandable. Oh
指纹识别程序
- 一个指纹细节点识别的小程序,包括边缘检测,指纹细化,细节点提取和匹配等-a fingerprint minutiae of small identification procedures, including edge detection, fingerprint details, and details of extraction and matching
TarDll
- 在windows系统展开Linux系统的tar格式文件包。-the windows system launched Linux System tar format packets.