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

搜索资源列表

  1. Answer C2

    0下载:
  2. 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2964
    • 提供者:王鹏
  1. universe

    0下载:
  2. 自己刚学C语言时写的模拟操作系统,主要是对c语言的基本函数的学习,还有对256色位图的绘制-own just learning to write C language simulation operating system, the main language of c basic function of the study, there are 256 color bitmap rendering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:484336
    • 提供者:徐永波
  1. Assignment-4

    0下载:
  2. 定义一个有理数类,属性有分子、分母 用成员函数重载 == 重载前缀++ 后缀++ (member function 或 friend function 均可 ) 重载 >> << 自己写 main 对有理数类进行测试 -Define a rational number class, property has numerator, denominator == overloaded with members of the function ov
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3723170
    • 提供者:WAQ
  1. QQzhaocha

    0下载:
  2. QQ找茬,opencv实现图像分割、检测功能,暂未实现矩形的标定,运行前需将主函数下方的子函数删掉即可-QQ finding fault, opencv to achieve image segmentation, detection, yet achieve the rectangular calibration, running beneath the main function will be required before the subroutine can be deleted fr
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:59077
    • 提供者:侯建波
  1. MyExplorerDll

    0下载:
  2. 利用 Direction GetNextDirection()函数来实现走迷宫算法的主要思想;1)在当前位置,若右手不为墙,则原地右转返回toright(d);2)否则返回 d; 若返回的d为墙,则主函数调用void OnError() 通知动态链接库,d向左转两次,然后再调DirectionGetNextDirection()-Using Direction GetNextDirection () function to achieve the main ideas without hav
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1235607
    • 提供者:bob
  1. lua-5.2.1.tar

    0下载:
  2. lua5.2.1最新源码(2012-06-08)。它是一个扩展式程序设计语言,被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:249882
    • 提供者:盐大鸟
  1. erchashu

    0下载:
  2. 设计程序实现二叉树结点的类型定义和对二叉树的基本操作。该程序包括二叉树结构类型以及每一种操作的具体的函数定义和主函数-Design procedures to achieve binary tree node type definitions and basic operation of the binary tree. The program includes a binary tree structure type, as well as each operation of the spec
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:1079
    • 提供者:李书伟
  1. ch09_05

    0下载:
  2. 编写返回数组中最大元素数值的模板函数。输入为两行,第一行为元素的个数n,第二行为n个元素。输出见main函数。 -Write a template function returns the value of the largest element in the array. Input for the two lines of the first acts of the number of elements n, n elements of the second act. Output, s
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:4992410
    • 提供者:王石
  1. LinkQueue

    0下载:
  2. 这是一个带表头附加结点的链式队列的头文件,你可以自己写个主函数进行测试。-This is a band the queue chain header file header additional node, you can write your own main function test.
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:1019
    • 提供者:joe
  1. kmp

    0下载:
  2. 用c语言书写的kmp字符串匹配的函数,主要实现字串与母串的匹配-KMP string matching function written in c language, the main string with the parent string matching
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:590
    • 提供者:杰杰
  1. stack-and-queue

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:2195
    • 提供者:fei
  1. binary-tree

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序、后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)借助队列实现二叉树的层次遍历。 (7)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence to build binary list. (2) first order, in sequence, a
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:2525
    • 提供者:fei
  1. svm

    1下载:
  2. c++实现了支持向量机,有5个文件,其中三个钟均含有main()函数,请使用时分别编译连接得到exe文件,在命令行中调用 仅供相互学习-c++ svm
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:24180
    • 提供者:梁洋洋
  1. Ackerman

    0下载:
  2. Ackerman函数的递归与非递归实现,同在一个C++文件里面,使用的时候只需将其中一个注释,main函数为检测函数。-Ackerman recursive and non-recursive functions to achieve the same in a C++ file inside, when used just one note, main function is to detect function.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:255975
    • 提供者:黄森洪
  1. mine

    0下载:
  2. 一个简单的控制台版扫雷游戏,主要运用函数递归方法。-A simple version of Minesweeper game console, the main use of recursive function methods.
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1368
    • 提供者:胡江川
  1. frmmain

    0下载:
  2. 上海交大版计算机联锁仿真系统,系统主函数的代码,还有几个块,需要的联系- 上海交大版计算机联锁仿真系统,系统主函数的代码,还有几个块,需要的联系 Shanghai Jiaotong University computer interlocking simulation system, the main function of the system code, there are a few blocks, the need to contact
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:4525
    • 提供者:张红军
  1. CTimer

    0下载:
  2. 时间类CTime,用于表示时间值(小时、分钟、秒)。要求:可以初始化时间值,显示当前时间,并具有将秒数加1的功能。在主函数中声明CTime的对象,并设置其初始时间,然后测试秒数加1的功能(通过一个循环语句将初始时间依次加1秒,并在屏幕输出当前时间)。-Time class CTime, used to represent the time value (hours, minutes, seconds). Requirements: You can initialize a time value,
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:790
    • 提供者:HiJune
  1. tanchishe

    0下载:
  2. 益智小游戏,贪吃蛇的C语言程序设计的主函数,-Puzzle game, Snake C language programming of the main function,
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1180615
    • 提供者:孙军锋
  1. Text

    0下载:
  2. 基于VC6.0环境,对CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符、定时器的使用和DrawText函数的巧妙运用还有如何使用CDC的裁减功能。主要完成鼠标光标变化,字幕滚动效果等-Based on the VC6.0 environment, the preparation of the CDC word processing program, how to generate custom fonts and custom insert, the use of the timer
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2379959
    • 提供者:方康
搜珍网 www.dssz.com