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

搜索资源列表

  1. checktime.c

    0下载:
  2. 此程序是对windows系统进行校时。其他的说明请看程序。-this procedure is to windows at the school system. See the note other procedures.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2057
    • 提供者:abc
  1. deveject

    0下载:
  2. DevEject -- Ger鋞e automatisch abmelden, f黵 Windows 2000/XP/2003 ================================================================= DevEject dient dazu, externe Speicherger鋞e wie FireWire-Platten oder USB-Sticks programmgesteuert beim Betri
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:5688
    • 提供者:李廷
  1. awk

    0下载:
  2. awk by Cao Siqin, 2007.7.17 awk <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \\x0A Example: scr ipt.txt: C:\\WINDOWS\\a logfile .log C:\\WINDOWS\
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:31065
    • 提供者:孙谨
  1. awkprint

    0下载:
  2. 因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint awkprint by Cao Siqin, 2007.7.17 awkprint <Format String> Format string: It may contain following symbols: $x: parameter x will be used here \\t = \\x07 \\n = \
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:18313
    • 提供者:孙谨
  1. socket(for Windows and UNIX)

    0下载:
  2. 一个封装标准BSD Socket的C++类- c++ class encapsulat standard bsd
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4733
    • 提供者:罗少波
  1. Windows时钟

    0下载:
  2. 一个用Turbo C 2.0编的WINDOWS时钟,界面精美 -超酷,值得学习和参考-a Turbo C 2.0 with the Windows series clock interface beautifully-cool, it is worth learning and reference
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:66238
    • 提供者:陈明
  1. tvicport

    0下载:
  2. 在WINDOWS 9X/NT下不通过WIN DDK而直接存取硬件的专用开发包,支持VISUAL C++和DELPHI/C++ BUILDER,需要32位编译器。TVicPort includes transparent support for Windows 95/98 and Windows NT -in Windows 9X/NT under WIN DDK is not passed directly access dedicated hardware development kits,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:476221
    • 提供者:
  1. sport

    0下载:
  2. 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: 1) 可以输入各个项目的前三名或前五名的成绩; 2) 能统计各学校总分, 3) 可以按学校编号或名称、学校总分、男女团体总分排序输出; 4) 可以按学校编号查询
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:1613
    • 提供者:王宜晓
  1. ysf

    0下载:
  2. 约瑟夫的C++ 在windows操作系统下的算法用VC来实现,算法简单效率较高-Joseph' s C++ in the windows operating system to use VC to implement the algorithm, the algorithm simple and efficient
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:579
    • 提供者:eis
  1. USBSerial

    0下载:
  2. 读取U盘序列号,保存在USBSerial数组里。 2). 验证 第一次运行程序读取U盘序列号存放在 C:\Windows\system32\USBSerial.dat文件中 以后运行检验读取到的U盘序列号与保存在文件中的是否一致, 若相同,置 gTag 为1 若不一致,置 gTag 为0 -Read U disk serial number, stored in an array USBSerial inside. 2). Verified for the firs
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4023
    • 提供者:jim
  1. cyuyanjichu

    0下载:
  2. C 语言基础,包含10 多个小程序。我在windows平台下运行成功-C language-based, more than 10 small programs. I am running under windows platform, the success of
  3. 所属分类:Console

    • 发布日期:2017-05-24
    • 文件大小:7722740
    • 提供者:将军
  1. OpenCVForImageProcessing

    0下载:
  2. 在Windows下安装OpenCV,然后在Visual C++6.0环境下对OpenCV进行配置,里面的程序都是用OpenCV工具包编的控制台程序-In Windows, install OpenCV, and then in the Visual C++6.0 environment of the OpenCV configuration, which the program is edited with the OpenCV toolkit console program
  3. 所属分类:Console

    • 发布日期:2017-06-22
    • 文件大小:41052366
    • 提供者:陈琳
  1. filesys

    0下载:
  2. 这是一个用C++做的文件系统,用的是Windows控制台编程-This is a C++ to do with the file system, using a Windows console program
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:htzdes
  1. DOSShell

    0下载:
  2. C#实现的Windows DOS 模拟器,可以实现DOS的一些功能-C# implementation of Windows DOS emulator, you can achieve some of the features DOS
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:41105
    • 提供者:wynd
  1. Kinect--angle

    0下载:
  2. 基于KINECT_SDK FOR WINDOWS 的角度控制,代码C#-Based on the KINECT SDK FOR WINDOWS angle to control, code C
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:538981
    • 提供者:chenshiyong
  1. example

    0下载:
  2. 用c语言,不用windows api 拷贝一个50M以上的文件,每次拷贝1kb, unsigned char buffer[1024] 直到文件拷贝结束 -C language without windows api Copy more than a 50M file, every copy 1kb the end of an unsigned char buffer [1024] until the file copy
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1293509
    • 提供者:郑文彬
  1. MemoryDumpPsrc

    0下载:
  2. Console PROCESS MEMORY dumper, code in C++, 32 bit, but handles some x64 apps too... For Windows
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:14512
    • 提供者:PsYcHoCoDe
  1. StudentManage-windows-c

    0下载:
  2. windows下C语言(VC++)编写的学生信息管理系统,源码规范,可运行,本人亲写,有不懂的可以问我-windows C language (VC++) to prepare the student information management system, source code specification, can run, I pro-write, I do not understand you can ask
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:907570
    • 提供者:xiao-wu
  1. FileShot

    0下载:
  2. One Tool like RegShot Save List File in Folder to Log ex: cmd C:\FileShot.exe C:\WINDOWS C:\WIDOWS.ini 0 Scan file and capture modify(new file in folder) ex cmd C:\FileShot.exe C:\WINDOWS C:\WIDOWS.ini 1 usefull for test virus
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6158
    • 提供者:thien
  1. C++创建Windows服务

    1下载:
  2. 不使用vs自带的Windows服务创建模板,而是用纯C++创建windows服务,实现了服务的安装和卸载。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2019-03-20
    • 文件大小:3294950
    • 提供者:dhlong
« 12 3 »
搜珍网 www.dssz.com