资源列表

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

[C#编程wwe

说明: 判断某点是不是边界点,参数x,y 为该点的坐标,lpPtr为指向原位图数据的指针-judgment is not a border point, parameters x, y coordinates for the point. lpPtr plans for the in situ data at the target
<罗列为> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程sgayiyuanyouhua

说明:改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 -improved genetic algorithm- Guo Tao algori
<> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程yinhangxitongCyuanma

说明:一个银行系统的C语言源代码,可以参考参考,总会有收获的-a banking system in C language source code, reference information, there is always the harvest
<虞效益> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程thebestnextday

说明:极其完整的nextday程序 虽然功能简单 输入一天 输出下一天 但是程序容错能力极强 因为是软件测试的作业 可以说通过了各种测试条件的好代码-very integrity of the nextday procedures Although the functional day simple input output next day but can fault tolerant procedures Force is strong
<sonica> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程jordluo

说明:模拟手机短消息功能 问题描述 该系统要求对设计一个手机短消息系统,具有排序、查找、更新、显示等功能。通过此课题,熟练掌握数组、指针的各种操作,以及一些算法思想的应用。 -simulated phone short message describing the functional problems of the system design requirements for a mobile phone short messag
<罗川> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程Score123123

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

[C#编程xiaoliang10101danlianbiao

说明:
<湖可> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程TSP

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

[C#编程CandyMachine

说明:关于糖果机取糖的程序,使用LINKLIST类.C++基本应用.-of sugar candy machine for the procedure, the use of LINKLIST category. C basic application.
<666666> 在 2024-10-10 上传 | 大小:2048 | 下载: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的值,重复执行第一步。
<雷中科> 在 2024-10-10 上传 | 大小:2048 | 下载: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
<雷中科> 在 2024-10-10 上传 | 大小:2048 | 下载:0

[C#编程zw

说明:学生学籍成绩管理系统,自己编的,不对请指教-Students in school performance management systems, own, and do not, please advice
<李星> 在 2024-10-10 上传 | 大小:2048 | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 4835.36 .37 .38 .39 .40 ... 5346 »

源码中国 www.ymcn.org