搜索资源列表
CSharp_Program_50
- CSharp系统编程50例,对系统编程的各方面都有涉及
Effective_CSharp-chn-Pudn
- Effective C# 中文版 《改善C#程序的50种方法》 CHM 和 PDF 原作者:Bill Wagner 翻译:李建忠 (?) 本书围绕一些关于C#和.NET的重要主题,包括C#语言元素、.NET资源管理、使用C#表达设计、创建二进制组件和使用框架等,讲述了最常见的50个问题的解决方案,为程序员提供了改善C#和.NET程序的方法。 网上摘录,应该是全本。
shortest_path_between_cities
- 在50个城市中,找到城市1与城市50之间的最短距离和最小花费-In 50 cities, found the City 1 and City of the shortest distance between 50 and minimum cost
Ex17b
- 本程序是一个包含50个CRect 对象的数组,他们定义了一系列的圆,该程序将相应的CRect坐标值以数字的形式打印出来。-This procedure is a CRect object that contains 50 of the array, they defined a series of round, the program will CRect coordinates corresponding to the digital print out the form.
CodeSmith.5.0.1.Pro.Incl.Patch
- CodeSmith 是一种基于模板的代码生成工具,它使用类似于ASP.NET的语法来生成任意类型的代码或文本,从而减少重复编码的劳动量,提高效率。与其他许多代码生成工具不同,CodeSmith不要求您订阅特定的应用程序设计或体系结构。使用CodeSmith,可以生成包括简单的强类型集合和完整应用程序在内的任何东西。 当您生成应用程序时,您经常需要重复完成某些特定的任务,例如编写数据访问代码或者生成自定义集合。CodeSmith在这些时候特别有用,因为您可以编写模板自动完成这些任务,从
1011
- pku 1011 George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many sticks he had originally and how long they were originally.
kicc
- pku 1011 George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many sticks he had originally and how long they were originally.
lowai
- pku 1011 George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many sticks he had originally and how long they were originally.
biaochen
- pku 1011 George took sticks of the same length and cut them randomly until all parts became at most 50 units long. Now he wants to return sticks to the original state, but he forgot how many sticks he had originally and how long they were originally.
CompressText
- 文本压缩user Huffman alg to Text compress and uncompress,compress rate can be less than 50 percent,chinese character maybe error,uncompress maybe not statble,soure code can run very fast,compress and uncompre-user Huffman alg to Text compress and uncompr
VCjcslqj
- 《Visual C++精彩实例详解》随书光盘 光盘包括二部分内容。 1.本书源代码 包含了本书的1~50章全部源代码。 2.本书附录 包含了ADO常用类介绍和Windows常用消息大全两项内容。 -" Visual C++ excellent example explanation," With the book CD-ROM CD-ROM includes two parts. 1. This book contains the source
asp.net20.code
- ASP.NETv2.0入门50例源码,不错的学习资料。-ASP.NETv2.0 Started 50 cases of source code, a good learning materials.
37cmSolution
- 这是投入50来万元开发的一个商业网站的源码,网站已经开发好了,因为某些事情终止运营了,送给有缘人吧!-This is to put 50 million yuan to develop a commercial web site source code, the site has been developed well, because some things discontinued operations, and give a nice ring to it!
MakeHtml_kj
- Makehtml控件,是关东人技术开发团队,历经数月开发完成,精密的算法,超前的设计理念,使得控件更加灵活,方便,效率高。Makehtml控件主要为那些经常开发网站费时费力的人群提供帮助,有了这个控件,开发时间节省50 以上,开发成本大大缩减。只要有点基础的程序员就可以完全操作。 该控件采用模板化编程,只要界面设计完,切换图以后,就可以套标签,程序自动识别,基本不用动程序。 -Makehtml control Kanto technical development team, d
CSharp-50-sample-code
- C#50个范例源代码,很适合刚学C#的开发人员的案例教学.-C# 50 example source code, it is suitable for the case teaching just learning C# developers.
HTML_Model50
- HMTL模板参考50套方案,仅供初学参考学习-The HMTL template reference 50 sets of programs for beginner reference only learning
card
- 计算每副牌的分值:每副牌有个原始大小(即排除对子,顺子,金花,顺金,筒子的大小),再 每张牌的分值为一个2位数,不足2位的补前导0,例如 A :14,‘10’:10,’2‘:’02‘,’k‘:13,’7‘:07 将3张牌按点数大小排序(从大到小),凑成一个6位数。例如’A27 :140702,‘829’:090802,‘JK8’:131108,‘2A10’:141002 例外,对于对子要将对子的位数放在前两位(后面会看到为什么这么做)。例如‘779’:070709
AGTPS
- 系统功能说明 该系统主要包括 题型管理 科目管理 用户管理 题库管理 试卷生成 用户包含管理员和教师两类 教师用户由管理员或者超级管理员添加,管理员用户有由超级管理员进行添加。 教师有自己所对应的科类 教师用户只能在自己对应的科类的题库中生成对应的试题。 核心生成算法: 有用户指定试卷的科目,指定试卷的题型(最多12种),每种题型对应的题目个数和每题对应的分值和每个题型对应的难度系数均由用户指定,指定之后又系统在题库中采用随机的方式抽取题目,取出题目之后再进行难度系数
NumberGeter
- 对50个以内的数字进行排列组合,可以求出所有的排列情况。-50 within the digital permutations and combinations, you can find all the permutations situation.
C#50个经典小程序(新手必备)
- 适合新手上手的50个小程序,熟练掌握C#的过程(50 small programs suitable for beginners to master the process of C#.)
