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

搜索资源列表

  1. BIN2ASC

    0下载:
  2. 可二进制文件转换为C语言格式的文本文件,便于供C程序使用-binary files can be converted to the C language text file format to facilitate procedures for the use of C
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4195
    • 提供者:王国印
  1. BankSystemSimulation(c++)

    0下载:
  2. c++实现的模拟银行系统的程序,可以模拟登录,存款,取款,转账等操作,最后将操作的数据保存到文件中。-c achieve the banking system simulation process can be simulated Login, deposits, withdrawals, transfers, etc, Finally, the data operation to preserve documents.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12265
    • 提供者:m
  1. cDAGlab6

    0下载:
  2. 自己写的一个图的转换CMD 程序 nodag.txt是一个有环图演示输入文件. dag.txt是一个无环图演示输入文件. g.c 为主程序文件 stackar.c 为堆栈定义和调用文件 run.exe 为已编译好的可执行文件 我编写了一个MAKEFILE文件.如果不使用MAKEFILE 请在g.c文件的头部添加 #include \"stackar.c\" 然后再直接编译g.c. 使用了堆栈的演示代码.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:13662
    • 提供者:gaoquan
  1. 获得文件列表,C程序

    0下载:
  2. 获得文件列表,C程序,可以得到任何目录下的所有文件,包扩大小,属性之类的
  3. 所属分类:控制台(字符窗口)编程

  1. ReadDirectoryChanges

    0下载:
  2. C++文件监控ReadDirectoryChangesW-C++ file monitoring
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:18261
    • 提供者:硪鑀扯蛋
  1. ReadFile

    0下载:
  2. C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
  3. 所属分类:Console

    • 发布日期:2017-03-22
    • 文件大小:10940
    • 提供者:郑硕
  1. files-inout

    0下载:
  2. 实现C++文件输入输出操作,以类为基础进行输入输出流的演示-Implementation C++ file input and output operations, to category-based input and output stream demo
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:156726
    • 提供者:赵铮铮
  1. encryption

    0下载:
  2. 文件加密解密程序,采用C语言实现,当输入文件名并回车就能加密你所指定的文件,解密反之同理.-File encryption and decryption process, using C language, when the input file name and hit return you will be able to encrypt specified files, decrypt and vice versa.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:10544
    • 提供者:kobe
  1. Code_number_statistics

    0下载:
  2. 可以统计c++文件中的有效代码行数,非常实用-program
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:45311
    • 提供者:葛彬
  1. chess-C

    0下载:
  2. 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4863234
    • 提供者:haohao
  1. C-language-get-time

    0下载:
  2. 这个文件综合了多种在C语言中获取当前系统时间的函数。读者可以根据对时间的具体要求,选择其中的函数。-This file is a combination of a variety of access to the function of the current system time in C language. Readers according to the specific requirements of the time, choose the function.
  3. 所属分类:Console

    • 发布日期:2016-01-26
    • 文件大小:13312
    • 提供者:王勇
  1. 5-c-shujujiegou

    0下载:
  2. 包含5个C++文件,分别使猴子吃桃问题,走台阶问题,汉诺塔问题,375问题等-Contains five C++ documents, namely the monkeys eat a peach problem, take steps questions, Tower of Hanoi problem, 375 issues
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:2816
    • 提供者:yqr
  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. wannianli-for-C

    0下载:
  2. 万年历C语言控制台程序,在TC或VC6.0中编译程序,编译成功后,通过命令行向编译生成的可执行文件(.exe)传递参数,在命令行中输入该执行文件的路径名称,然后再输入传入的参数,回车,就会显示出运行结果 例如:........> d:\wannianli for C.exe 2013/08/-calendar for the console application of language C
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:1293
    • 提供者:kaicheng
  1. BigBOX-for-C

    0下载:
  2. 这是一个推箱子的C语言控制台程序。在VC6.0或TC2.0下编译完成后,双击可执行文件(exe)进入游戏,通过方向键上下左右来推箱子,当推到指定位置就可进入下一关继续游戏,ESC退出游戏,空格键重启游戏-Boxman for language C
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:3009
    • 提供者:kaicheng
  1. 24point-for-C

    0下载:
  2. 算24的C语言控制台程序,VC6编译完成后运行可执行文件,可以选择开始游戏,查看游戏规则或者退出游戏3个选项-Calculate 24 games
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:1581
    • 提供者:kaicheng
  1. watchDirChange-vs2010

    0下载:
  2. vs2010 c++ 文件夹文件监控系统软件工程代码是用vs2010编译的,该程序是使用线程来实时监控指定目录下文件、文件夹的变化(添加、删除、修改)-vs2010 c++ Folder Monitoring System software engineering vs2010 code is compiled, the program is the use of threads to real-time monitoring designated directories file, chang
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:168482
    • 提供者:
  1. c-Sharp-file-read-sp3

    1下载:
  2. 通过c#来提取sp3文件,通过这个读取sp3文件的各种信息-c# file read sp3
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2578
    • 提供者:武平
  1. cupdater_r1.12

    0下载:
  2. * 生成自定义相匹配的.h/.c文件为了C相关的项目; # 修改风格为doxygen工具支持的文件头格式; ! @file cupdater.c @version v1.06 @date 08/14/2014 21:58:22 -* Generate custom matching .h/.c files for C-related projects # Modify the style of the file header format su
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:107135
    • 提供者:sinof
  1. under

    0下载:
  2. 书The art of error correcting code的源代码,unix下的C文件,在windows下的vc,-Book The art of The error correcting code of The source code, C file under Unix, The vc under The Windows,
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:145052
    • 提供者:sornelkty
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com