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

搜索资源列表

  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
    • 文件大小:2.89kb
    • 提供者:王鹏
  1. 计算校验和

    0下载:
  2. 关键字: 校验和算法, VC.NET, 这是我VC.NET写的一个小程序,在控制台模式下实现校验和算法 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : checksum algorithm, VC.NET, this is my VC.NET write a small program the console model under checksum algorithm hope more people sh
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.51kb
    • 提供者:陈成
  1. 打字程序

    2下载:
  2. 这是一个C语言中的打字程序。写得挺不错的-This is a C language typing procedures. Write quite good
  3. 所属分类:控制台(字符窗口)编程

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

    0下载:
  2. 一个用java写的简单聊天工具,虽然简单,但功能很全面,适合大家学习交流-write with a simple chat tools, although simple, but very comprehensive functionality, suitable for all learning exchanges
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:79.17kb
    • 提供者:谢雨欣
  1. 20060308008

    1下载:
  2. 一个语音提示的VB源码,代码简单明白。 可用于编写收费或业务等软件上的语音提示功能。-a voice prompt the VB source code, the code simple to understand. Charges can be used to write software or business on the voice function.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:117.18kb
    • 提供者:黄磊
  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
    • 文件大小:472.98kb
    • 提供者:徐永波
  1. programs

    0下载:
  2. 一个可以将大文件分割的小程序。注意写路径得时候最后一个文件夹一定要加上\\,文件编号从0开始-a large file can be divided in small programs. Path to write the final time in a folder must add \\, document number, starting from 0
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:21.58kb
    • 提供者:WY.lslrt
  1. 02Testor

    0下载:
  2. 这是俺编的一个控制台写的一个游戏内存修改器,事例中采用的是API编写。不足之处联系QQ316053616-This is an addendum to the console write a memory changes for the game, the examples used in the preparation of API. Contact the shortfall QQ316053616
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.44kb
    • 提供者:yujunliang
  1. compiler_c++_class

    0下载:
  2. c++写的特定文法的编译器,整个代码全部利用类实现,具有良好的结构-c write specific grammar compiler, the whole use of all types of code to achieve, with good structure
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11.91kb
    • 提供者:wlz
  1. e00compr-0.5.tar

    0下载:
  2. GIS相关工具,可以读写压缩的e00文件-GIS tools that can read and write file compression e00
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:31.49kb
    • 提供者:
  1. c++ os实验进程调度

    0下载:
  2. 操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:94.27kb
    • 提供者:黄竟寻
  1. 编写一个判断一个数字是否是素数的函数

    0下载:
  2. 编写一个判断一个数字是否是素数的函数,利用该函数求200以内的素数之和。(素数指除了1和它本身之外,该数没有其他因子,例如101就是一个素数。)-Write a judge whether a number is prime function, using the function evaluation within 200 prime numbers. (In addition to a prime number, and it refers to itself, not the number
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2012-03-29
    • 文件大小:411.71kb
    • 提供者:testsb
  1. LianBiao

    0下载:
  2. 自己写的一个可以对用户输入自动排序后加入表链的例子,我基本对每一行都增加了自己的注释,很适合初学者参考。-Write a user input can be automatically sorted on the join bracelet example, the basic for each row I add their own comments, it is suitable for beginners to reference.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:9.18kb
    • 提供者:
  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
    • 文件大小:3.55mb
    • 提供者:WAQ
  1. developerkit

    0下载:
  2. 俄罗斯人写的一个人检测的算法,里面DX来捕获数据-Russians write a detection algorithm, which to capture data DX
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5.08mb
    • 提供者:yangyang
  1. cdd

    0下载:
  2. 用cmd脚本编的“吃豆豆”游戏,有文件读取、写入,数字、字母转换等操作,可做参考-Eat Peas games, compiled with the cmd scr ipt file read, write, numbers, letters, conversion operations, do
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:6kb
    • 提供者:xy
  1. linkedqueue

    0下载:
  2. 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.52mb
    • 提供者:吴广哲
  1. VBcmd

    0下载:
  2. 用vb6写的类似系统cmd的程序,功能非常强大-A very powerful program using vb6 to write a similar system cmd
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:534.27kb
    • 提供者:sunshinebean
  1. wnl

    0下载:
  2. 这是一个用C写的控制台万年历程序,欢迎大家下载学习,帮助特大-This is a used C to write console calendar procedures, welcome to download the study, to help large
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:14.97kb
    • 提供者:yaoyao
  1. read-and-write

    0下载:
  2. 简单的读写操作,使用fstream,适用于初学者-Simple read and write operation
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:1.7mb
    • 提供者:linyi
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com