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

搜索资源列表

  1. deskcalulator

    0下载:
  2. 包含一个源文件,实现一个简单的计算器功能,如自己再扩充功能,可实现自定义变量,自定义方程等。-contains a source, the realization of a simple calculator functions, such as further expansion of their functions can be realized from the definition of variables, since the definition of equations.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:夏玉
  1. DoubleList.rar

    0下载:
  2. 用类定义一个双向链表,并定义双向链表的排序插入,删除和输出操作的成员函数,可以实现依据姓名查找结点及修改结点数据的功能,把记录以通讯录形式保存在磁盘上。,Class definition with a two-way linked list, and define the order of two-way linked list insert, delete, and member functions of the output operation can be achieved based o
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:4.52kb
    • 提供者:陈灿
  1. 1316-How-Many-Fibs

    0下载:
  2. HDU ACM 1316 Problem Descr iption Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n >= 3) Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a, b].
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:zzyazz
  1. DOS_edlin

    0下载:
  2. DOS下行编辑器 功能: 编辑软件的状态 编辑软件分为两种状态: 状态一:命令状态(命令态) 输入、处理各种行编辑命令。所输入的内容要根据事先定义的编辑命令进行解释,完成规定的操作。 编辑命令状态提示符:* 状态二:行输入状态(编辑态) 输入文本行。所输入的内容要全部作为文本存入文件中。 输入态提示符:无 系统启动进入命令状态,显示提示符 *。-DOS downlink editor functions : editing software edi
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:24.88kb
    • 提供者:
  1. GA

    0下载:
  2. 这是一个用VB实现遗传算法的模板,大家可以根据自己编程的实际需要定义相应的参数-This is a realization of genetic algorithm using VB template, you can program according to their own definition of the actual needs of the corresponding parameters
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6.33kb
    • 提供者:程俊仁
  1. mochongfupingfangfa

    0下载:
  2. 模重复平方法的控制台c实现,利用模重复平方法的定义作为编程思路-Repeat mode console c square method to achieve, using the definition of die repeat square method as a programming ideas
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:9.18kb
    • 提供者:li
  1. nibolan

    0下载:
  2. 这是一个求逆波兰表达式的程序,定义类,用堆栈实现-This is an inverse Polish expression of the process, the definition of class, with the stack to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.91mb
    • 提供者:zhaowh
  1. code

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1.68kb
    • 提供者:镡皓琳
  1. lex

    0下载:
  2. lex词法分析自动生成程序,给一个规则定义文件,即可生成.cpp代码-lex lexical analysis to automatically generate the program to a rule definition file to generate. cpp code
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-17
    • 文件大小:96.66kb
    • 提供者:赵阳
  1. shujujiegou

    0下载:
  2. 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。2.实现单链表、循环链表、双向链表的所有基本操作 3.定义顺序栈类型,实现栈的所有基本操作。定义链栈类型,实现栈的所有基本操作。应用栈实现数制的转换。4.定义顺序队列类型,实现栈的所有基本操作。定义链队列类型,实现栈的所有基本操作。将字符串转换为整形。5.定义二叉链表类型,建立二叉树。先序、中序、后序、层次遍历二叉树,并输出遍历结果。-1. Achieve the basic o
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:9.73kb
    • 提供者:ludan
  1. example8_10

    0下载:
  2. 在本程序中实现了线程的定义及简单的调用和运行,有助于初学线程者理解。-In this procedure the thread and Definition of a simple call and run helps beginner thread understand.
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:701byte
    • 提供者:houbo
  1. Test2

    0下载:
  2. 词法分析器 掌握词法分析的概念,设计方法,熟悉高级语言中词法的定义,词法分析程序的编写-Lexer to grasp the concept of lexical analysis, design methods, familiar lexical definition of high-level language, lexical analysis program
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:1.38kb
    • 提供者:henuc
  1. tanchishe

    0下载:
  2. 一个简单的vc++控制台贪吃蛇程序。如vs2005及以上vs出现如warning C4996的警告: 1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏: #define _CRT_SECURE_NO_DEPRECATE 2.#param warning(disable:4996) 3.更改预处理定义: 项目->属性->配置属性->C/C++ -> 预处理器 -> 预处理器定义,增加_CRT_S
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:2.99kb
    • 提供者:飞烦
  1. List

    0下载:
  2. 顺序表的插入和删除算法,顺序表的完整定义(基本操作函数的定义,下标处理函数的定义,元素操作的函数及其重载的定义,测试类)-Sequence table insertion and deletion algorithms, the full definition of the order form (basic operation function definition, the subscr ipt handler definition, the elements and the overloa
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2.31kb
    • 提供者:张宏超
  1. DLinkedList

    0下载:
  2. 双链表的定义和插入算法,双链表的定义,删除,插入和查找算法-Doubly linked list of definitions and insertion algorithm, the definition of double-linked list, delete, insert, and search algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2.43kb
    • 提供者:张宏超
  1. 5_1

    0下载:
  2. 一个名为CPerson的类有以下4个private属性:姓名、性别、年龄和身高。请用C++语言定义这个类,并在保护派生类CStudent中增加 3个public 属性:学号、数学成绩、英语成绩,并为上述属性分别定义设置和显示的相应的方法,要求能分别在屏幕上设置和输出这些属性,增加成员函数成绩的录入和求平均,并能完成排序,键盘录入5个学生的信息,完成按照数学成绩的排序。-A class called CPerson following four private properties: name,
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:252.61kb
    • 提供者:陈蜕
  1. 5_8

    0下载:
  2. [8] 一个名为CPersonInfo的类有以下保护属性:姓名、身份证号、性别和年龄,请用C++语言定义这个类,并为上述属性定义相应的方法。然后从CPersonInfo类中派生出类CEmployeeInfo (雇员),派生类CEmployeeInfo增加了两个新的数据成员,分别用于表示部门和工资。要求派生类CEmployeeInfo的构造函数显式调用基类CPersonInfo的构造函数,可根据需要为派生类增加新的成员函数。-a class called CPersonInfo protectio
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:244.47kb
    • 提供者:陈蜕
  1. seqList

    0下载:
  2. 顺序表的定义和实现,其中包括从顺序表中删除具有最小值的元素、删除给定值x的所有元素、合并两个有序表为新有序表、删除所有重复的元素、合并两个顺序表、求两个顺序表的共有元素等功能。-Definition and implementation of the order form,with the functions including deleting the minimum data the table, deleting all the elements with a given value o
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:910.58kb
    • 提供者:凌雪
  1. SeqQueue

    0下载:
  2. 链式队列的定义与实现;利用链式队列解决最短布线路径问题。-Definition and implementation of the chain queue;using the chain queue to solve the problem of the shortest routing path of the wiring issue.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:880.47kb
    • 提供者:凌雪
  1. MinHeap

    0下载:
  2. 最小堆的定义与实现,其中包括堆排序算法、最小堆的下滑调整算法等。-Definition and implementation of the minimum heap,with the algorithm of heap sort and gliding adjustment.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:875.35kb
    • 提供者:凌雪
搜珍网 www.dssz.com