资源列表

[其它自守数

说明:自守数是指一个数的平方的尾数等于该数自身的自然数。例如: 252=625 762=5776 93762=87909376 请求出200000以内的自守数-several times refer to a few of the square by using equal to the number of its own natural number. For example : 625762 252 = = = 87909376 5776 93762 200000 out reques
<姚紫欣> 在 2008-10-13 上传 | 大小:1.39kb | 下载:0

[其它回文数

说明:打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical nature of the (also known pal
<姚紫欣> 在 2008-10-13 上传 | 大小:1.03kb | 下载:0

[其它求具有abcd=(ab+cd)2性质的四位数

说明:3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
<姚紫欣> 在 2008-10-13 上传 | 大小:1.04kb | 下载:0

[其它歌德巴赫猜想

说明:验证:2000以内的正偶数都能够分解为两个素数之和(即验证歌德巴赫猜想对2000以内的正偶数成立)。 *问题分析与算法设计 为了验证歌德巴赫猜想对2000以内的正偶数都是成立的,要将整数分解为两部分,然后判断出分解出的两个整数是否均为素数。若是,则满足题意;否则重新进行分解和判断。 程序中对判断是否为素数的算法进行了改进,对整数判断“用从2开始到该整数的一半”改为“2开始到该整数的平方根”。原因何在请自行分析。 -certification : 2000 within the
<姚紫欣> 在 2008-10-13 上传 | 大小:1.01kb | 下载:0

[其它素数幻方

说明:求四阶的素数幻方。即在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。 -for four bands in several magic squares. In a 4x4 matrix, each one filled a digital grid so that each line, each diagonal out and two on the four figures of the four-digit, are
<姚紫欣> 在 2008-10-13 上传 | 大小:3.54kb | 下载:0

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

说明:北京交通大学校园旅游导航系统,利用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

[其它实现路由算法

说明:实现路由算法,利用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

源码中国 www.ymcn.org