资源列表
[C#编程] SocketTest_Chat
说明:用c#编写的聊天例程,可以用来学习c#平台下的socket以及tcp-ip编程。-C#_based chat platform,good example for c# socket programming.<Zhao Jian> 在 2025-06-11 上传 | 大小:86kb | 下载:0
[C#编程] xmlManagement
说明:学术会议管理系统 c#的xml编程 对学习xml有一定帮助 -Conference management system of the xml c# xml programming will certainly be helpful in learning<熊瓶瓶> 在 2025-06-11 上传 | 大小:312kb | 下载:0
[C#编程] BookSellAnalysis
说明:SQL Server数据挖掘应用案例:图书销售智能分析 C#2005+SQL Server2005 -SQL Server Data Mining Applications: book sales intelligence analysis C# 2005+ SQL Server2005<熊瓶瓶> 在 2025-06-11 上传 | 大小:2.04mb | 下载:0
[C#编程] ComputerTesting
说明:计算机考试管理系统 附数据库文件 密码在数据库文件内 开发环境为.NET2005+SQL SERVER2005-Test Management System computer database file attached to the paper password in the database development environment. NET2005+ SQL SERVER2005<熊瓶瓶> 在 2025-06-11 上传 | 大小:558kb | 下载:0
[C#编程] half
说明:折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence by ordering (ascending or des<吕济根> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[C#编程] Josephus
说明:是一个数学的应用问题: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -The application is a mathematical problem: given n individuals (in numbers 1,2,3 ... n, respectively) sitting around a round table a<吕济根> 在 2025-06-11 上传 | 大小:13kb | 下载:0