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

搜索资源列表

  1. MarkManagement

    0下载:
  2. 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:37253
    • 提供者:xuwei
  1. consoleClock

    0下载:
  2. 全屏 控制台 电子时钟 的c代码 有详细注释 -E-clock full-screen console detailed notes c code
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:7098
    • 提供者:士木
  1. BinTreeExp

    0下载:
  2. 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:15983
    • 提供者:LCC
  1. vc6

    0下载:
  2. 可用于C语言课程设计的C代码,在Vc6.0中通过-Can be used in C language courses designed C code, adopted in Vc6.0
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:20151
    • 提供者:momo
  1. c++

    0下载:
  2. 用c++代码实现两个至少千位数的大数相加 并在控制台显示输出结果-With c++ Code to achieve at least a thousand two-digit sum of large numbers and in the console display output
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:1249
    • 提供者:michelleKT
  1. sort2

    0下载:
  2. 一个数组排序算法C++代码,vc6中实现-An array sorting algorithm C++ code, vc6 to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:25747
    • 提供者:forminw
  1. pattern-design

    0下载:
  2. 一些常用的设计模式C++代码,主要参考《大话设计模式》-Some common the design design C++ code, refer to the the " bigtalk design design
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:75679
    • 提供者:陈枫
  1. saoleibeta

    1下载:
  2. 扫雷小游戏 要求: 用VS2010控制台程序完成,键盘输入要点开的格子和要排的雷的格子。 拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏、死亡成功后的提示及操作等;拥有游戏最基本的一些文字提示,拥有基本的一些错误判断。 要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。-Minesweeping game requirements: VS2010 console program completed, keyboa
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:432370
    • 提供者:敖磊
  1. code1104

    0下载:
  2. 求一个整数数组最长递减子序列,完整的C++代码,已测试通过。-Seeking an array of integers longest decreasing sub-sequence, complete C++ code, have been tested.
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:1131
    • 提供者:邹建平
  1. prim

    0下载:
  2. 普里姆算法的C++代码实现,有很详细的注释,代码很清晰-Primm algorithm C++ code implementation, there is a very detailed notes, the code is very clear
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:195061
    • 提供者:文波
  1. lilys-Letter_snake

    0下载:
  2. DOS系统下的贪吃蛇游戏,通过键盘的控制来实现游戏控制,C++代码开发-greedy snake game
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:1532246
    • 提供者:lily
  1. bayes_net_ex

    2下载:
  2. 根据dlib18 的C++代码库,利用VS2010进行了里面的实例测试,测试成功了,并对里面的代码进行了针对性的注释。 dlib18具有很强大的数据挖掘功能,我这里只是针对贝叶斯网络进行了实例验证,验证的贝叶斯网络也就是dlib原本给定的例子,只不过原本给定的只有cpp文件,这里提供的是一个工程。希望有兴趣的同学下载参考。-According to the C++ code library of dlib18, VS2010 instance inside test, the test
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:13326519
    • 提供者:索子
  1. five-classic--C-code

    0下载:
  2. 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci and integer partition problem.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:46839
    • 提供者:李展
  1. zhongzhilivbo

    0下载:
  2. 学习opencv的图像处理 中值滤波 简单的c++代码 适合初学者-opencv median filtering
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:964225
    • 提供者:yang
  1. HelloWorld

    0下载:
  2. 最简单的C++代码,控制台输出Hello,World!-Simplest program,printf "Hello,World "
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:598837
    • 提供者:木木
  1. TLD

    0下载:
  2. C++代码写的TLD跟踪算法,直接编译运行,工程化案例,欢迎研究TLD目标跟踪的同道中人一起交流-C++ TLD tracking algorithm code written directly compile and run, engineered case, welcome TLD target tracking research fellow human exchanges together
  3. 所属分类:Console

    • 发布日期:2017-06-08
    • 文件大小:16050680
    • 提供者:liuwei
  1. 01

    0下载:
  2. 练习C++代码好程序,基础训练加自我开发-important source code for exercising the C++
  3. 所属分类:Console

    • 发布日期:2017-05-14
    • 文件大小:3472698
    • 提供者:li
  1. Project_test

    1下载:
  2. 车道线检测C++代码,为自己学校模式识别课程设计做的。-line detection
  3. 所属分类:Console

    • 发布日期:2017-05-20
    • 文件大小:5861334
    • 提供者:张政
  1. ConsoleApplication1-1

    0下载:
  2. 一个经典的c#程序代码-a classical c# program code.
  3. 所属分类:控制台(字符窗口)编程

  1. c++LIANXI

    0下载:
  2. 求两个数的和,C++程序实现,刚刚开始学习,变了简单程序练习。(calculate the sum of two numbers)
  3. 所属分类:控制台编程

    • 发布日期:2018-01-08
    • 文件大小:123904
    • 提供者:平平09
« 12 3 4 5 6 »
搜珍网 www.dssz.com