搜索资源列表
C200
- 附随盘使用说明 本附随盘包含了书中介绍的所有实例的源程序文件,共计200个。使用本附随盘时应注意以下几点: 1. 盘中所有实例的源程序文件按篇分类,均包含在相应目录下,例如,p2-107.cpp文件在cp2目录下。 2. 所有实例源程序文件名与书中所给出的实例程序名对应一致。例如,p2-102.cpp文件对应于第2篇的实例102。 3. 本盘上给出的所有程序实例均在Microsoft Visual C++ 6.0开发环境中调试通过。 4. 读者可按本书附录A的介绍
mofang
- 一个简单的魔方程序。通过输入魔方的阶数,可以得到对应阶数的魔方-A simple magic cube program. The order by entering the Rubik' s cube, you can get the corresponding order of the Cube
dijiesiktra
- 按路径长度递增次序产生最短路径算法: 把V分成两组: (1)S:已求出最短路径的顶点的集合 (2)V-S=T:尚未确定最短路径的顶点集合 将T中顶点按最短路径递增的次序加入到S中, 保证:(1)从源点V0到S中各顶点的最短路径长度都不大于 从V0到T中任何顶点的最短路径长度 (2)每个顶点对应一个距离值 S中顶点:从V0到此顶点的最短路径长度 T中顶点:从V0到此顶点的只包括S中顶点作中间 顶点的最短路径长度 -
KeyboardValue
- 当你按下键盘上的某个键时,该程序会在控制台输出其键盘码,使用该程序可以让你熟悉键盘值对应的键盘码-When you press a key on the keyboard, the program code in the console output of the keyboard, use the program allows you to know the value of the corresponding keyboard code keyboard
calender
- 8086汇编语言实现的一个万年历,可以接收用户键入的年、月、日,并自动计算显示这个日期对应星期几,有输入提示,输入错误检查及错误提示功能。-A calendar coded by 8086 assembly language, which can receive the year, month, day, and calculate the corresponding date, with input checking,error checking abiliies.
DateWeek
- 输入一个日期,计算该日期对应的星期。 辅助功能: 输入一个日期,计算该日期是该年的第几天。-Enter a date to calculate the date of the corresponding week. Accessibility: Enter a date to calculate the date of the first few days of the year.
GetCookie
- vs2008下控制台程序:读取指定网址对应的cookie。带着cookie信息,将向该网址的网站发送http请求。-vs2008 under the console program: read the specified address corresponding to the cookie. With cookie information, the website will send the http request.
Array-of-gold-coins-problem
- //金币阵列问题 /*算法思想:将原始数列作为参考数列(m*n),将目标数列的第一列与本身的-n列分别进行对调 在每次对调后进行一下处理:比较对调后的第一列与原始数列的第一列,从而知道对应的行是否要 进行变换。行变换确定后,然后确定列变换,通过列遍历性的交换,将目标数列转换到原始数列*/ -//Gold array problem /* Algorithm thinking: the original series as the reference sequence (m*
Huffman
- 对一段文本中的字符串进行霍夫曼编码和解码,并显示各个字符对应的编码结果,并对编码后的内容进行解码并显示。-Huffman coding and decoding section of the text string and displays the coding results corresponding to each character, and encoded, decoded and displayed.
hfm
- hfm 哈夫曼编译码器,与严蔚敏的数据结构课程设计5.2对应。-hfm 5.2
genjushuruzimupanduanshizhouji
- 根据输入的字母判断是星期几,并输出对应的日期-According to the entered letters determines the week, and outputting a corresponding date
perpetual-calendar
- 1.实现万年历功能,方便查询日期。 2.可以查看一年日期,指定月份。 3.并与一周相对应。-1. Achieve perpetual calendar function to facilitate the inquiry date. 2 year can view the date specified month. 3 corresponds with one week.
soccerrobotmovement
- 足球机器人各种行为的对应代码,分不同的攻防策略-Soccer various acts corresponding code, divided into different offensive and defensive strategies
phonenumber-vs-words
- 电话号码对应的英文单词,递归与非递归 ,-Telephone number corresponding English words, recursive and non-recursive, recursive and non-recursive
image_rotation_coordinate
- 使用opencv对图像进行旋转,分为图像尺寸不变和尺寸变大两种,对尺寸变大时计算旋转后对应的坐标值。-opencv rotation coordinate caculate
mofang
- 在生活中,条形码经常用来标志物品的信息。条形码是由黑白相间的条组成的。条的宽度有两种,我们可以认为窄的代表0,宽的代表1。本题中设定宽条的宽度是窄条的两倍。 楠神拥有很强的DIY精神,他决定做一个条形码识别工具。首先他完成了图像识别部分,得到了一系列条的宽度。他希望将这些宽度识别为一个01串。本来这是一个非常简单的任务,可是由于楠神在识别的时候会有误差,使得问题变得没那么简单了。不过楠神认为测量得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可
Fibonacci
- 对于斐波那契数列进行运算的一个控制台应用程序,完美解决了斐波那契数列运算的结果。输入任意数字即显示对应运算结果-For Fibonacci column a console application operations, the perfect solution Fibonacci result that the number of columns lease operations. Enter any number corresponding to the calculation result
ConsoleApplication1
- 自己开发的大学生绩点计算器,能够计算给定的成绩所对应的绩点,半自动输入,测试通过!-Students developed their own grade point calculator, can be calculated given the corresponding scores GPA, semi automatic input, testing through!
hafuman
- 用给出的字符集和频度的实际统计数据建立哈夫曼树并以数组的形式显示出来,并将26个字母对应的编码显示出来。-Huffman code
Huffman-Tree
- 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu