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

搜索资源列表

  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
    • 文件大小:2964
    • 提供者:王鹏
  1. b64

    0下载:
  2. base64 decoder to decode the original char from base64 encoded string-base64 decoder
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:5077
    • 提供者:dahanghai2000
  1. Console

    0下载:
  2. 控制台传参数的例子,在program argument 填入参数,用char *av[]来解析。-Console example of passing parameters, fill in parameters in the program argument, with the char* av [] to resolve.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:6737
    • 提供者:zf
  1. Hex_coder

    0下载:
  2. Hex convert char. Command string
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:14231
    • 提供者:Edik
  1. Palindrom

    0下载:
  2. This a recursive function, without loops titled: int is_palindrom (char arr [], int len) Accepts an array of characters and length. The function return 1 if the array contains a palindrome (a series of characters that particular cry from the b
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:94351
    • 提供者:YTK
  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. int

    0下载:
  2. 输入一个数字int转换成字符char,程序短小,适合练习!-int to char
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:248171
    • 提供者:zfgn
  1. saoleibeta

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

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

    0下载:
  2. 银行卡管理系统开户、存款、取款、修改密码、重置密码、销户 c-#include<iostream> #include<cstring> using namespace std class count { public: friend class ATM count (char Name[],char Num[],float Money,char Password[]) //初始化
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:1821
    • 提供者:丁探
  1. ReadFile_And_WriteFile-Demo(VS2013)

    1下载:
  2. 对上次本人用dev c写的读写文件的程序进行改写,这次是用VS2013写的,将读文件与写文件分别封装成两个独立的函数放到两个独立的文件.cpp(.h)中,便于以后根据自己的需要对函数功能进行相应的扩展。读文件操作制将某一文件的二进制流读出写到一个txt文件中,写文件指将事先写好的数组中的数据一二进制流的形式写成一个新的文件。 两个函数原型: void ReadFile(char* readfilename, char* writefilename) void WriteFile(c
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1280884
    • 提供者:themostfreeboy
搜珍网 www.dssz.com