CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - string.h

搜索资源列表

  1. debugmalloc

    0下载:
  2. #include <stdlib.h> #include <string.h> #include <stdio.h> //#include <iostream> #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HE
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:2.86kb
    • 提供者:liucj
  1. para_to_ulong

    0下载:
  2. 做项目时候编的小程序,将二、八、十六进制字符串(以#b、#q、#h开头,不区分大小写)转换成无符号长整型数,在使用时,需包含(string.h,math.h等C标准函数库头文件),并做适当修改。-When do the project made a small program will be the second, eight, hexadecimal string (to# B,# Q,# H at the beginning, not case-sensitive) converted to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.2kb
    • 提供者:rain
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C prepared, the realization of string summary document containing a summary of two functions. Which mainly includes three documents:
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:81.17kb
    • 提供者:look
  1. chaoshiguanli

    0下载:
  2. #include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h> -# Include <stdlib.h># Include dos.h# Include graphics.h# I
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:22.3kb
    • 提供者:柴利博
  1. j_13011_syl

    0下载:
  2. 简介:C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Profile: C prepared, the realization of string summary document containing a summary of two functions. Which mainly includes th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:987.23kb
    • 提供者:hhq2
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:7.28kb
    • 提供者:xxxfree
  1. h

    0下载:
  2. 回文判断:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Palindrome judge: for a string from the keyboard input, determine whether the palindrome. Palindrome sequence that is the same as the pros and cons. Such as " abba" is a palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:234.17kb
    • 提供者:qazqaz
  1. Childgivingstring

    0下载:
  2. 求子字符串,如字符串为hart,则子字符串会显示为h,ha,har,hart,hat,hr,hrt,ht,a,ar,art,r,rt,t。显示是有规则的,从a开始,是去掉ha的h。-Child-giving strings, such as the string for the hart, the sub-string will be shown as h, ha, har, hart, hat, hr, hrt, ht, a, ar, art, r, rt, t. Show that ther
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:901byte
    • 提供者:angle
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。-C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: Md5.c
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:81.17kb
    • 提供者:钱前
  1. rls

    0下载:
  2. c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/ /* Desc: 俄罗斯方块游戏 */ /* Date: 2008.03.12 22:30 */ /********************************/ #include <stdio.h> #include <bios.h> #include
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4.21kb
    • 提供者:孙艳
  1. PAD

    0下载:
  2. // pad.h - 功能头文件,用来对字符串操作,对字符串按要求进行填充, // 如左填充 padl("123",6,"0") 结果是000123 // 格式说明: 左填充为例: padl("欲填充字符串(原始字符串)",填充后字符串总长度,"用来填充的字符串")-//Pad.h- Function header files used for string operations, as required to fill the string,// like the left paddi
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1.69kb
    • 提供者:王泓
  1. stroke

    0下载:
  2. This program is freely distributable without licensing fees and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ #include <string.h>-This program is freely distributabl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.08kb
    • 提供者:Rakesh
  1. Cbingdu

    0下载:
  2. 1.在C、D、E盘和c:\windows\system、c:\windows中生成本病毒体文件 2.在C、D、E盘中生成自动运行文件 3.注册c:\windows\system\svchost.exe,使其开机自动运行 4.在C:\windows\system下生成隐蔽DLL文件 5.病毒在执行后具有相联复制能力 1.在所有磁盘的根目录生成svchost.com和autorun.inf文件 2.生成病毒体: c:\windows\wjview32.com c:\w
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:6.92kb
    • 提供者:2626648
  1. c-P-P-lexical-analysis

    0下载:
  2. c++词法分析很简单的代码#include<iostream.h> #include<fstream.h> #include<stdlib.h> #include<stdio.h> #include<string.h> #include<conio.h> #include<process.h> /*头文件*/ -c++ lexical analysis is very simple c
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:2.79kb
    • 提供者:李亚茹
  1. strcat

    0下载:
  2. 实现string.h中Strcat的功能,使用Visual C++6.0编译-To string.h Strcat the compiled using Visual C++6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:195.28kb
    • 提供者:zhou
  1. file5

    0下载:
  2. C语言实验5,学生信息管理系统#include "stdio.h" #include "stdlib.h" #include "string.h" #include "malloc.h" -student infomation management system
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:11.77kb
    • 提供者:月心月士
  1. 001

    0下载:
  2. #include <stdio.h> #include <float.h> #include <windows.h> #include<stdlib.h> #include<string.h> #include<conio.h>-# Include <stdio.h># Include <float.h># Include <windows.h># Include &l
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4.65kb
    • 提供者:zzj
  1. Employee

    0下载:
  2. C++简单实现雇佣问题 #include<iostream.h> #include<stdio.h> #include<string.h>-C++ is simple to achieve employment issues #include<iostream.h> #include<stdio.h> #include<string.h>
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:147.87kb
    • 提供者:高靓
  1. Huffman-codec

    0下载:
  2. 哈夫曼编译码器#include<iostream.h>//该程序实验哈夫曼树的建立、编码、译码三个基本功能 #include<stdio.h> #include<stdlib.h> #include<string.h> #include<fstream.h> typedef struct{ //结构体-Huffman codec
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:7.35kb
    • 提供者:窦妮婉
  1. cop

    0下载:
  2. CVR-300脱机身份证核验设备-产品展示-济南票据打印机|济南UPS不...(father was a self-taught mandolin player. He was one of the best string instrument players in our town. He could not read music, but if he heard a tune a few times, he could play it. When he was young)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:213kb
    • 提供者:3456
« 12 »
搜珍网 www.dssz.com