资源列表

« 1 2 ... .33 .34 .35 .36 .37 5138.39 .40 .41 .42 .43 ... 5346 »

[C#编程1

说明:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列),     输出到一个新文件C中。-A two disk files, and B, the storage line of letters, requested the information in these two documents combined (in alphabetical order), output to a new file
<玫瑰> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程1

说明:题目:家庭财务管理小程序 1.程序分析: 2.程序源代码: /*-----------------*/-Title: Family Financial Management applet 1. Program Analysis: 2. Program source code: /*-----------------*/
<玫瑰> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程1

说明:有五个学生,每个学生有3门课的成绩,从键盘输入以上数据(包括学生号,姓名,三门课成绩),计算出     平均成绩,况原有的数据和计算出的平均分数存放在磁盘文件"stud"中-There are five students, each student' s course grades 3, more than from the keyboard input data (including student number, name
<玫瑰> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程1

说明:题目:时间函数举例4,一个猜数游戏,判断一个人反应快慢。(版主初学时编的) 1.程序分析: 2.程序源代码: -Title: a function of time for example 4, a guessing game to determine the reaction speed of a person. (Moderator Beginners Code) 1. Program Analysis: 2. Progr
<玫瑰> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程half

说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence
<吕济根> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程wannianli

说明:万年历,一个简单的应用程序,可以查找任意一年的日历,通过C语言编写-Calendar, a simple application, you can find any calendar year, through the C language
<贾磊> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程jiaxiahuaxian

说明:用c#编写在winform中对选中的文字加粗,加斜,加特殊符号下划线等,-Write c# winform by adding special symbols in the underlined
<高原> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程Prim

说明:算法特点:该算法的特点是当前形成的集合T始终是一棵树。将T中U和TE分别看作红点和红边集,V-U看作蓝点集。算法的每一步均是在连接红、蓝点集的紫边中选择一条轻边扩充进T中。MST性质保证了此边是安全的。T从任意的根r开始,并逐渐生长直至U=V,即T包含了 C中所有的顶点为止。MST性质确保此时的T是G的一棵MST。因为每次添加的边是使树中的权尽可能小,因此这是一种"贪心"的策略。 -Algorithm characteristics
<吕济根> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程15zhengchu

说明:本程序的目的是求解可以被15整除的最大整数,利用C语言实现。-The purpose of this procedure is to solve for the largest integer divisible by 15, using C language.
<李延明> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程colourconversion

说明:colour conversion with c#
<Alvin> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程market_checkout_csharp

说明:利用c#编写的超市收银台系统,算法简单实用,适合初学者。-Written by c# supermarket checkout system, the algorithm is simple and practical, suitable for beginners.
<张文文> 在 2024-10-16 上传 | 大小:1024 | 下载:0

[C#编程lab3_1

说明:a) 分别以左和右对齐方式输出整数,域宽为12; b) 以八进制、十进制、十六进制输入/输出整数; c) 实现浮点数的指数格式和定点格式的输入/输出,并指定精度,按实际情况进行调整,直到满意为止; d) 把字符串读入字符型数组变量中,从键盘输入,要求输入串的空格也全部读入,以回车换行符结束; -a) to the left and right, respectively, the alignment of the out
<刘志辉> 在 2024-10-16 上传 | 大小:1024 | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 5138.39 .40 .41 .42 .43 ... 5346 »

源码中国 www.ymcn.org