搜索资源列表
CH1-oop-and-class
- 中科院研究生院信息学院杨立祥教授vc++面向对象程序设计课件,2010年版!-Chinese Academy of Sciences, Graduate School of Information Science Professor Yang Lixiang vc++ object-oriented programming courseware, the 2010 edition!
algrithem2010
- 算法2010试题,包括算法分析与设计的相关文档,请下载使用,谢谢。-Algorithm 2010 questions, including the algorithm analysis and design of related documents, please download, thank you.
liebao
- 动物世界里猎豹的奔跑总是很让人有速度的美感。这天,猎豹盯上了一只野猪,现在 要捉住它,由于猎豹很好的保护色,所以野猪没发现猎豹。猎豹和野猪在同一条直线上, 他们的坐标分别是 x 和 y,x 是小于等于 y 的。 现在猎豹有两种跑法: 1跑动一格,就是从x到x+1或者x-1; 2跑动一倍,就是从x到2*x。 现在请你找出最少要几步捉到野猪。 ★数据输入 输入第1行给出两个正整数x、y(0<x<=y<=100000),分别表示猎豹的坐
2010_Blokus
- 一个经典的游戏blokus,测试代码可以去http://www.botzone.org/去测试。 北京大学2010年程序设计实习最终大作业-A classic game blokus, test code can go http://www.botzone.org/ to test. Peking University, 2010 Internship Program final big job
2010-DataStruct-PPT14
- 数据结构DataStruct 数据结构DataStruct -DataStructDataStructDataStructDataStructDataStruct08 gis schoolwork ppt
TString
- 一个封装有KMP模式匹配算法的String类示例,VC++ 2010下编译通过。. -A package KMP pattern matching algorithm with the String class example, VC++ 2010 compile. .
Introduction-to-Algorithms-3rd
- 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
Board-covering-algorithm
- 棋盘覆盖算法,分治法,使用Microsoft Visual Studio 2010编写,控制台程序-Board covering algorithm, divide and conquer method, using Microsoft Visual Studio 2010 written in console application
Dijkstras
- Dijkstas algorithm, that uses prim s algo and primarique, fibonacci, it is done with visual studio 2010
data-structure-homework
- 华南理工大学2010级数据结构与算法分析大作业 可供大家分享传阅 -South China University of Technology 2010 Data Structures and Algorithms big job available for everyone to share circulated
fuffmancode
- Huffman编码的C++程序,在visual Studio2010下调试运行成功,内有很详细的注释。可自动统计字符的概率并进行相应的编码。-Huffman coding C++ program debugging in Visual Studio 2010 runs successfully, there are very detailed notes. Can automatically statistical probability of a character and make the
tu
- 图的遍历,C语言visual 2010版运行-Graph traversal, C language, visual 2010 edition runs
pxectree
- 排序树,C语言visual 2010版运行-Sort tree, C language, visual 2010 edition run
Hashtable
- 哈希表,C语言visual 2010版运行-Hash table C language visual 2010 edition run
A-(B^C)
- 集合的合并,C语言visual 2010版运行-Collection of the merger, C language, visual 2010 edition run
identifyword
- 一个验证身份证号码有效性的小程序。身份证号码必须是18位,而且前17位必须是数字,最后一位只能是数字或小写字母x,第7到14位是出生年月日,必须符合有效性检测,即年在1900到2010之间,月要在1到12之间,日子要考虑闰年的情况。-Verify the identity card numbers of the effectiveness of the program. Identity card number must be 18, and 17 must be numeric, the la
Submit_Final
- 波兰计算机程序设计大赛试题Mushroom[B] (http://main.edu.pl/en/archive/pa/2010/grz)-The answer to PA2010 Mushroom[B](http://main.edu.pl/en/archive/pa/2010/grz)
CreateInvertedIndex-3
- 给出文本文件实现将此文件进行倒排索引的功能,用visual studio 2010开发。-Given text file using this file inverted index function, using visual studio 2010 development.
Gold_Segment
- 该程序实现了经典的黄金分割算法,运行平台是Visual Studio 2010.-The program implements the classic golden section algorithm, the platform is running Visual Studio 2010.