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

搜索资源列表

  1. 猜数字 (1)

    1下载:
  2. 一个猜数字的C语言程序,十分短小,但写得却挺精巧。可以学学这里的编程思想!-a viewing of the C language procedure is very short, but there was only a written sophisticated. Here can learn programming thinking!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:李昭强
  1. j_9238_input

    0下载:
  2. 实现文本内容的自动校验,标签属性与普通input相似,使用该标签后无需再考虑数据提交时的据校验问题。与struts的动态表单需要大量配置校验文本规则相比,这里的工作量为0。 -achieve text automatic calibration, labeling and regular input attributes similar after using the label no longer consider the data submitted was checking the p
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:16.9kb
    • 提供者:rocky
  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
    • 文件大小:30.34kb
    • 提供者:孙谨
  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
    • 文件大小:17.88kb
    • 提供者:孙谨
  1. LOCK

    0下载:
  2. 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一
  3. 所属分类:Console

    • 发布日期:2017-05-21
    • 文件大小:6.24mb
    • 提供者:machao
  1. GettingWAVfileData

    0下载:
  2. wav file opener, here you can see code for getting data of wav file
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:666byte
    • 提供者:vladimir
  1. quicksort

    0下载:
  2. 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Trip will be sorted by sorting the data is separated into two independent parts, a part of all of the data than another to be a small part of all of
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:521byte
    • 提供者:马值
  1. calendar

    0下载:
  2. Here is my calender code which displays A WHOLE CORRECT CALENDER Upon calling print function by assigning desired month and year as parameters. MOREOVER IT GIVES Number of days passed. Remaining DAys of year Leap Year info
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:3.44kb
    • 提供者:Hassan Iqbal
  1. kongzhitailei

    0下载:
  2. vc 写控制台程序一般都比较难,我这里有一个实例,希望可以给大家作参考-vc write console programs are generally more difficult, I have here an example, hoping to give you as a reference
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:ys
  1. dllmain

    0下载:
  2. 一个dll用法的示例,这里仅上传cpp文件,还有.h文件-A the dll usage of example, here only upload cpp file there. H file
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:802byte
    • 提供者:DESTRooooYER
  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-12-01
    • 文件大小:12.71mb
    • 提供者:索子
  1. Control-dos-window-size

    0下载:
  2. 有很多同学在学习编程时,遇到了一个小困惑,就是又是数据很长(行/列)而dos窗口一起显示不了,这里就有一个小办法-There are many students in the learning programming, across a small puzzle that is very long data ( rows/columns ) and the dos window displayed together or not, here there is a small way
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:622byte
    • 提供者:hewie
  1. RadixSort

    0下载:
  2. 数据结构中的基数排序,这里是通过二维数组实现,简单易懂-Data structure radix sort, here is achieved through a two-dimensional array, easy to understand
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2.54mb
    • 提供者:刘权
  1. tree-suanfang

    0下载:
  2. 一个C语言实现的很简单树创建代码,对树创建时的递归不理解的,这里有中、后、前序的递归- a C language implementation is very simple to create a code tree, when the tree is created for recursive do not understand, here, and after the pre-order recursive
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:190.87kb
    • 提供者:shichang
  1. Read_Write_Data_from_or_into_a_file_PC

    0下载:
  2. An example of establishing communication between siemens HMI and PC. HMI project has been attached here alonmg with vb project. Communication medium is MPI. Data is read/write through VB user form into siemens PLC.
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1.75mb
    • 提供者:Ankur
  1. tic-tac-toe

    0下载:
  2. Mini Project in C Tic Tac Toe Game. You have probably played the Tic-Tac-Toe game to pass time during school hours. It’s fun when you play with paper and pencil. Here, we have developed a console application without graphic for this game as a mi
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:10.25kb
    • 提供者:
  1. personal-dairy-management

    0下载:
  2. Mini Project in C Personal Diary Management System. One of the best C mini projects, mini project in C Personal Diary Management System is a console application without graphic. In this project, user can keep their personal record like they do i
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:14.31kb
    • 提供者:
  1. employee-record-system

    0下载:
  2. Mini Project in C Employee Record System. This is a very simple mini project in C Employee Record System. In this project, you can manage employee records – add, list, modify and delete records. Understanding this project will help you learn how
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:10.85kb
    • 提供者:
  1. Typing-Tutor-Project-in-C

    0下载:
  2. Typing Tutor Project in C. Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhan
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:49.3kb
    • 提供者:
  1. Model-answer

    0下载:
  2. 4.24 (Knight’s Tour) One of the more interesting puzzlers for chess buffs is the Knight’s Tour problem, originally proposed by the mathematician Euler. The question is this: Can the chess piece called the knight move around an empty chessboard and
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1.54mb
    • 提供者:kinglau66
« 12 »
搜珍网 www.dssz.com