资源列表

« 1 2 ... .30 .31 .32 .33 .34 4835.36 .37 .38 .39 .40 ... 5345 »

[C#编程Score123123

说明:学员成绩管理系统,包括成绩排名,插入删除等操作-trainees performance management systems, including performance rankings, insert or delete operation
<zhangxh> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程xiaoliang10101danlianbiao

说明:
<湖可> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程TSP

说明:实现最短路径的代码 有利于大家学习和工作需要-achieve the shortest path to the code you need to study and work
<zhang hua> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程CandyMachine

说明:关于糖果机取糖的程序,使用LINKLIST类.C++基本应用.-of sugar candy machine for the procedure, the use of LINKLIST category. C basic application.
<666666> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程div

说明:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -Will be a positive integer
<雷中科> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程math

说明:判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,       则表明此数不是素数,反之是素数。 -Between 101-200 to determine the number of prime numbers, and output all prime numbers. 1. Program analysis: methods to determine prime numbers: a few
<雷中科> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程zw

说明:学生学籍成绩管理系统,自己编的,不对请指教-Students in school performance management systems, own, and do not, please advice
<李星> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程gdbh

说明:歌德巴赫猜想:验证2000以内的正偶数都能够分解成两个素数之和,即验证歌德巴赫猜想再2000范围内的正确性。-Goldbach conjecture: Verify 2000 is even less able to break down into two prime numbers and that the Goldbach conjecture and then verify that the scope of the correctness of 2000.
<楚楚> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程dashu

说明:设计大数的计算。求: n!,如n=100 结果为:100!= 93326215443944152681699238856266700490159682643816214685929 63895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 共158位-Calculation of the design of large numbers
<楚楚> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程zuiduanlujing

说明:在C++中运行,检查一下自己的编译器是否正确-In the C++ Run, check to see if they are correct compiler
<冷逸言> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程11

说明:1)订票。若该航次余票数大于等于乘客订票数,则在该航次的乘客表(按乘客姓氏字母顺序连接)中,插入订票乘客的信息项,并修改该航次有关数据,否则,给出相应的提示信息。 (2)退票。若该航次当前退票数小于等于乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票,使得该乘客的订票数为零时,要从乘客表中撤消该乘客项;否则,给出相应的提示信息。 -1) booking. If the voyage more than the number of votes grea
<天一> 在 2025-06-18 上传 | 大小:2kb | 下载:0

[C#编程22

说明: 模拟旅馆管理系统的一个功能——床位分配和回收-Simulation of the hotel management system for a function- the distribution and recovery beds
<天一> 在 2025-06-18 上传 | 大小:2kb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 4835.36 .37 .38 .39 .40 ... 5345 »

源码中国 www.ymcn.org