资源列表

« 1 2 ... .73 .74 .75 .76 .77 64578.79 .80 .81 .82 .83 ... 66581 »

[Windows编程3

说明:题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数    本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。-Topic: print out all the "daffodils", so-called "daffodils" refers to a three-digit number, which you figure is equal to the number of cubic Itself. For e
<jojo> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[Windows编程4

说明:题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 -Topic: will a positive integer prime factorization. For example: Enter 90, print out 90 = 2* 3* 3* 5.
<jojo> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[Windows编程6

说明: 题目:输入两个正整数m和n,求其最大公约数和最小公倍数。-Title: Enter two positive integers m and n, find its greatest common divisor and least common multiple.
<jojo> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[Windows编程8

说明:题目:一个数如果恰好等于它的因子之和,这个数就称为“完数”。例如6=1+2+3.编程    找出1000以内的所有完数。- Topic: If a number is exactly equal to the sum of its factors, this number is called a "complete count." For example, 6 = 1+2+3. Programming Find all finished within the 1000 number.
<jojo> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[对话框与窗口chuangkou

说明:一个VC++和windows API结合写成的窗口源代码,很实用哦-A combination VC++ and windows API source code written in a window, it is practical Oh
<ly> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[其他小程序fenjie

说明:实现对一个参数N的分解,求出它的因数,可以正确运行,没有错误。-Parameters of the N decomposition of the quality factor
<> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[其他小程序zhengshufenlei

说明:按照下面方法对整数x进行分类:如果x是一个个位数,则x属于x类;否则将x的各位上的数码累加,得到一个新的x,依次迭代,可以得到x的所属类。比如说24,2+4=6,则24的类别数是6;39,3+9=12,1+2=3,则39的类别数是3。输入 每行输入一个非负整数n,n的位数<500,n为0时结束。输出 每行输出对应整数的分类数。-In accordance with the following methods for integer x classification: if x is a n
<> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[其他小程序zhijiecharu

说明:每次从无序表中取出第一个元素,把它插入到有序表的合适位置,使有序表仍然有序。 -Each time you remove the first element from unordered list, insert it into the proper position of an ordered list, the ordered list is still in an orderly manner.
<> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[其他小程序xuanzepaixu

说明:每一趟从待排序的数据元素中选出最小(或最大)的一个元素,顺序放在已排好序的数列的最后,直到全部待排序的数据元素排完。 选择排序是不稳定的排序方法。 -Each trip from the data elements to be sort of selected minimum (or maximum) of an element, in sorted order sequence last order, until all the data elements to be sort of e
<> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[其他小程序zhebanchazhao

说明:首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。 -First of all, table of the elements are assumed to be in ascending order, key comparis
<> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[其他小程序shellpaixu

说明:希尔排序(Shell Sort)是插入排序的一种。是针对直接插入排序算法的改进-双语对照查看希尔排序(Shell Sort)是插入排序的一种。是针对直接插入排序算法的改进。 Hill sorting (Shell Sort) is a kind of insertion sort. Is to improve the direct insertion sort algorithm.
<> 在 2025-06-10 上传 | 大小:1kb | 下载:0

[文件操作geodesicinv3

说明:求解大地线长度,利用大地测量学书中讲的内容,求解两个测站之间的大地线长度-Solving the earth wire length
<zs> 在 2025-06-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 64578.79 .80 .81 .82 .83 ... 66581 »

源码中国 www.ymcn.org