资源列表

« 1 2 ... .43 .44 .45 .46 .47 14748.49 .50 .51 .52 .53 ... 14959 »

[其它计算分数的精确值

说明:使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第
<姚紫欣> 在 2008-10-13 上传 | 大小:1.48kb | 下载:1

[其它北京交通大学校园旅游导航系统

说明:北京交通大学校园旅游导航系统,利用Dijkstra算法在任意两点之间找到最短路径。-Beijing Jiaotong University Campus Tourism navigation systems, the use of arbitrary Dijkstra algorithm to find the shortest between the two paths.
<陈勋> 在 2008-10-13 上传 | 大小:307.93kb | 下载:0

[编译器/词法分析词法语法分析器——c

说明:一个C语言实现的词法分析器和语法分析器。仅供大家参考。-a C language of the lexical analyzer and parser. Only your reference.
<陈为> 在 2008-10-13 上传 | 大小:35.87kb | 下载:1

[其它实现路由算法

说明:实现路由算法,利用Dijkstra算法实现两台PC机之间的路由行走路径。-achieve routing algorithm, using Dijkstra algorithm between two PCs running the routing path.
<陈勋> 在 2008-10-13 上传 | 大小:587kb | 下载:0

[编译器/词法分析Lexical_analysis

说明:词法分析的又一个例子 这个将词法分析做成了一个子程序便于后来与语法分析及语法制导连起来-lexical analysis of this yet another example of lexical analysis resulted in a subroutine and then to facilitate analysis of syntax and grammar guide link
<李立纯> 在 2008-10-13 上传 | 大小:2.14kb | 下载:0

[其它junzhi_suifuzhibian

说明:用在matlab的simulink中对函数求平均值的仿真-used in Matlab Simulink function of the average for the simulation
<王亮> 在 2008-10-13 上传 | 大小:3.35kb | 下载:0

[其它Boost_PWM

说明:matlab中的simulink对boost电路和PWM脉冲产生的仿真设计程序-of Matlab Simulink right boost PWM pulse circuit and the simulation design process
<王亮> 在 2008-10-13 上传 | 大小:4.4kb | 下载:0

[编译器/词法分析bianyi2005

说明:c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数-lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
<朱磊> 在 2008-10-13 上传 | 大小:5.76kb | 下载:0

[其它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
<刘一> 在 2008-10-13 上传 | 大小:1.74kb | 下载:0

[其它MatrixVB

说明:在VB里计算矩阵,线性方程组的控件。与matlab类似,包含了matlab的600多个函数。-in VB calculate matrix and linear equations of control. Similar with Matlab, includes more than 600 of Matlab functions.
<而且> 在 2008-10-13 上传 | 大小:4.67mb | 下载:0

[其它wzqgame

说明:电脑下子实际上是分两个步骤的,第一个步骤是尽可能的收集棋盘格局的信息,并且使这些信息以一定的格式存放再内存中,以便于第二步的处理。第二个步骤就是,对收集到的信息进行分析处理,即要给出一个规则,用穷举搜索的办法遍历所有收集到的信息,搜索的过程实际上是用所定下的规则去衡量每一点的权值,搜索的目的是为了找到一个权值最大的点,这个点就是当前的最优解,也就是应该下的子。 -computer is actually two steps, the f
<朱芳芳> 在 2008-10-13 上传 | 大小:281.44kb | 下载:0

[其它job2

说明:采用计算机图形学的种子填充算法进行多边才行填充-using computer graphics seed filling algorithm filled multilateral Caixing
<朱芳芳> 在 2008-10-13 上传 | 大小:8.12kb | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 14748.49 .50 .51 .52 .53 ... 14959 »

源码中国 www.ymcn.org