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

搜索资源列表

  1. jiugongtu

    0下载:
  2. 九宫图算法(只包括算法源码,文本文档,使用时直接考出即可)-JiuGongTu algorithm (Algorithm only source, text files, use direct examination menu)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2720
    • 提供者:康风光
  1. maozhuolaoshu

    0下载:
  2. 毛竹老鼠游戏算法(源代码放在文本文档里,使用时直接考出即可)-bamboo rats games algorithm (on the text of the source code files, the use of direct examination menu)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2325
    • 提供者:康风光
  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32601
    • 提供者:张涛
  1. operator5

    0下载:
  2. 重载流操作符作为类的友元函数,可以直接输出类对象的私有成元-Heavy-Current-operator as a kind of friend function, you can direct the output of the private into a class object element
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:10260
    • 提供者:王校
  1. mergeosrt

    0下载:
  2. 申请空间,使其大小为两个已经排序序列之和,该空间用来存放合并后的序列   设定两个指针,最初位置分别为两个已经排序序列的起始位置   比较两个指针所指向的元素,选择相对小的元素放入到合并空间,并移动指针到下一位置   重复步骤3直到某一指针达到序列尾   将另一序列剩下的所有元素直接复制到合并序列尾-Application space, so the size of the two already sorted sequences, and, after the merg
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:554
    • 提供者:马值
  1. shellorder

    0下载:
  2. 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插入排序;然后,取第二个增量d2<d1重复上述的分组和排序,直至所取的增量dt=1(dt<dt-l<…<d2<d1),即所有记录放在同一组中进行直接插入排序为止-First take an integer less than n d1 as the first increment, the document d1 all records
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:553
    • 提供者:马值
  1. directplay-liaotian

    0下载:
  2. 这是一个用Direct 编写的控制台程序 新手看代码 很容易写出更出色的程序-This is a console application written using Direct novice to see the code easier to write better programs
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:1188891
    • 提供者:vic
  1. rsaDemo

    0下载:
  2. 程序使用较为简单,直接在控制台下键入程序名,回车即可。可以从控制台界面上观察加密解密情况。-Programs use a simple, direct, type in the name in control program, enter can. From the console interface can encrypt, decrypt observation.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:2216
    • 提供者:HuXiao
  1. serialport

    0下载:
  2. 串口通信类文件。可以添加到工程。直接编写串口代码。-Serial communication class file. Can be added to the project. Direct writing serial code.
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:9720
    • 提供者:jame
  1. ch09_09

    0下载:
  2. 设计一个类模板Exam<T>,实现operator==运算符重载,用于比较各种类型数据是否相等(包括字符串和可以用等号直接进行比较的数据类型)。-Design a class template the Exam <T>, achieve operator overloading operator == for the comparison of various types of data are equal (including the string data type
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:4958481
    • 提供者:王石
  1. controlDOS

    1下载:
  2. 双管道(CreatePipe)与cmd.exe进程间通信的有关问题 完美解决 最近研究怎么在别人电脑里开个CMD shell,就是直接用CMD执行我们的命令,遇到不少问题,但终于把问题完美解决了-Double pipe (CreatePipe) and inter-process communication cmd.exe perfect solution to the problem in a recent study how other people computer open CMD
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:271237
    • 提供者:xyzzy
  1. DMA

    0下载:
  2. 基于DSP开发平台的DMA直接数据读取 c语言-Based on direct data read DMA DSP development platform
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:12596
    • 提供者:dyf
  1. sort

    0下载:
  2. 算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:5877
    • 提供者:郭悠悠
  1. 2011010963_e5_p1

    0下载:
  2. THUEE数据与算法实验五: 在某地区计划修建公路,使所有村庄之间都有公路可以通达。 假设所有新修建的公路都是直接连接两个村庄,除村庄以外没有交汇点,并且所有公路均为双向通行,不存在单行道。请设计一个算法,解决以下问题: 1. 给出一个造价最低的修建方案(若存在); 2. 判断造价最低的方案是否唯一。如果唯一,给出一个除该方案外造价最低的备选方案(若存在);否则,给出另一个造价最低的备选方案。-THUEE five experimental data and algorithms
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1121399
    • 提供者:余可
  1. Sort

    0下载:
  2. 数据结构 排序算法的演示 模板类排序算法,输出每次排序结果,含有: 1.直接插入排序算法 2.冒泡排序算法 3.简单选择排序算法 4.堆排序算法 5.快速排序算法 6.归并排序算法 -Sorting algorithms, data structure of demonstration Template class sorting algorithms, output each sort results, containing: 1. Direct ins
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:3027542
    • 提供者:屈兴
  1. hire-and-fire-6

    0下载:
  2. 在这个问题中,你被要求跟踪组织的变化工作人员的层次结构。作为一个组织的人生第一大事,首席执行官(CEO)的名字命名。随后,可能会发生任何数量的员工和火灾。该组织(包括CEO)的任何成员都可以雇佣任意数量的直接下属和组织(包括CEO)的任何成员都可以被解雇。该组织的层级结构可以用一棵树来表示。-Descr iption In this problem, you are asked to keep track of the hierarchical structure of an orga
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:713
    • 提供者:yourunze
  1. AGV

    0下载:
  2. 基于C++和OpenCV的AGV导引路径图像处理代码-AGV direct path based on C++ and OpenCV image processing code
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2340290
    • 提供者:liangxuegang
  1. sortb

    0下载:
  2. 8种基本排序算法的排序过程的动态演示,以及不同排序算法的对比,冒泡、快速、直接插入、归并、希尔、基数、选择、堆排序,其中堆排序有树状图演示,每个排序过程都有核心代码同步演示。-The dynamic demonstration of the sorting process of eight basic sorting algorithms, and the comparison of different sorting algorithms, bubbling, quick, direct in
  3. 所属分类:Console

    • 发布日期:2017-05-28
    • 文件大小:10551177
    • 提供者:郭晓萍
  1. Class-Date

    0下载:
  2. Date类,其成员变量有:年、月、日,成员函数有:输出日期函数、设置日期函数、判读平年与润年函数和日期加1函数。 提示:日期加1得到第二天的日期,有三种情况: 1) 最平常的,直接+1; 2) 一个月的最后一天: a) 一个月是31天; b) 一个月是30天; c) 一个月28天,29天(闰年); 3) 一年的最后一天。 -Date class whose member variables are: year, month, day, member fun
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:992
    • 提供者:HiJune
搜珍网 www.dssz.com