CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 对应

搜索资源列表

  1. C200

    0下载:
  2. 附随盘使用说明 本附随盘包含了书中介绍的所有实例的源程序文件,共计200个。使用本附随盘时应注意以下几点: 1. 盘中所有实例的源程序文件按篇分类,均包含在相应目录下,例如,p2-107.cpp文件在cp2目录下。 2. 所有实例源程序文件名与书中所给出的实例程序名对应一致。例如,p2-102.cpp文件对应于第2篇的实例102。 3. 本盘上给出的所有程序实例均在Microsoft Visual C++ 6.0开发环境中调试通过。 4. 读者可按本书附录A的介绍
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:106.14kb
    • 提供者:ichoo
  1. mofang

    0下载:
  2. 一个简单的魔方程序。通过输入魔方的阶数,可以得到对应阶数的魔方-A simple magic cube program. The order by entering the Rubik' s cube, you can get the corresponding order of the Cube
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:432.16kb
    • 提供者:zml
  1. dijiesiktra

    0下载:
  2. 按路径长度递增次序产生最短路径算法:   把V分成两组:   (1)S:已求出最短路径的顶点的集合   (2)V-S=T:尚未确定最短路径的顶点集合   将T中顶点按最短路径递增的次序加入到S中,   保证:(1)从源点V0到S中各顶点的最短路径长度都不大于   从V0到T中任何顶点的最短路径长度   (2)每个顶点对应一个距离值   S中顶点:从V0到此顶点的最短路径长度   T中顶点:从V0到此顶点的只包括S中顶点作中间   顶点的最短路径长度 -
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:853byte
    • 提供者:马值
  1. KeyboardValue

    0下载:
  2. 当你按下键盘上的某个键时,该程序会在控制台输出其键盘码,使用该程序可以让你熟悉键盘值对应的键盘码-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
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:6.96kb
    • 提供者:ledan
  1. calender

    1下载:
  2. 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.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:2.93kb
    • 提供者:marse
  1. DateWeek

    0下载:
  2. 输入一个日期,计算该日期对应的星期。 辅助功能: 输入一个日期,计算该日期是该年的第几天。-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.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:3.31kb
    • 提供者:李明
  1. GetCookie

    0下载:
  2. 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.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:26.72kb
    • 提供者:liyiliang85
  1. Array-of-gold-coins-problem

    0下载:
  2. //金币阵列问题 /*算法思想:将原始数列作为参考数列(m*n),将目标数列的第一列与本身的-n列分别进行对调 在每次对调后进行一下处理:比较对调后的第一列与原始数列的第一列,从而知道对应的行是否要 进行变换。行变换确定后,然后确定列变换,通过列遍历性的交换,将目标数列转换到原始数列*/ -//Gold array problem /* Algorithm thinking: the original series as the reference sequence (m*
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:8.43kb
    • 提供者:任子羽
  1. Huffman

    0下载:
  2. 对一段文本中的字符串进行霍夫曼编码和解码,并显示各个字符对应的编码结果,并对编码后的内容进行解码并显示。-Huffman coding and decoding section of the text string and displays the coding results corresponding to each character, and encoded, decoded and displayed.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:709byte
    • 提供者:zhongpeng
  1. hfm

    0下载:
  2. hfm 哈夫曼编译码器,与严蔚敏的数据结构课程设计5.2对应。-hfm 5.2
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:114.37kb
    • 提供者:我很想听
  1. genjushuruzimupanduanshizhouji

    0下载:
  2. 根据输入的字母判断是星期几,并输出对应的日期-According to the entered letters determines the week, and outputting a corresponding date
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:2.22mb
    • 提供者:碧海蓝天
  1. perpetual-calendar

    0下载:
  2. 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.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:1.41kb
    • 提供者:fei
  1. soccerrobotmovement

    0下载:
  2. 足球机器人各种行为的对应代码,分不同的攻防策略-Soccer various acts corresponding code, divided into different offensive and defensive strategies
  3. 所属分类:Console

    • 发布日期:2017-06-02
    • 文件大小:14.13mb
    • 提供者:cs
  1. phonenumber-vs-words

    0下载:
  2. 电话号码对应的英文单词,递归与非递归 ,-Telephone number corresponding English words, recursive and non-recursive, recursive and non-recursive
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:949byte
    • 提供者:李成
  1. image_rotation_coordinate

    0下载:
  2. 使用opencv对图像进行旋转,分为图像尺寸不变和尺寸变大两种,对尺寸变大时计算旋转后对应的坐标值。-opencv rotation coordinate caculate
  3. 所属分类:Console

    • 发布日期:2017-05-30
    • 文件大小:11.48mb
    • 提供者:panda
  1. mofang

    2下载:
  2. 在生活中,条形码经常用来标志物品的信息。条形码是由黑白相间的条组成的。条的宽度有两种,我们可以认为窄的代表0,宽的代表1。本题中设定宽条的宽度是窄条的两倍。 楠神拥有很强的DIY精神,他决定做一个条形码识别工具。首先他完成了图像识别部分,得到了一系列条的宽度。他希望将这些宽度识别为一个01串。本来这是一个非常简单的任务,可是由于楠神在识别的时候会有误差,使得问题变得没那么简单了。不过楠神认为测量得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可
  3. 所属分类:Console

    • 发布日期:2015-06-16
    • 文件大小:1kb
    • 提供者:chenyang
  1. Fibonacci

    0下载:
  2. 对于斐波那契数列进行运算的一个控制台应用程序,完美解决了斐波那契数列运算的结果。输入任意数字即显示对应运算结果-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
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:38.41kb
    • 提供者:Todd
  1. ConsoleApplication1

    0下载:
  2. 自己开发的大学生绩点计算器,能够计算给定的成绩所对应的绩点,半自动输入,测试通过!-Students developed their own grade point calculator, can be calculated given the corresponding scores GPA, semi automatic input, testing through!
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:王牌
  1. hafuman

    0下载:
  2. 用给出的字符集和频度的实际统计数据建立哈夫曼树并以数组的形式显示出来,并将26个字母对应的编码显示出来。-Huffman code
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1.33kb
    • 提供者:rua
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:yyy
« 12 »
搜珍网 www.dssz.com