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

搜索资源列表

  1. 332658

    0下载:
  2. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:黄宇
  1. process

    0下载:
  2. #include <string.h> #include <fstream.h> #include <stdio.h> #include <stdlib.h> #define FINISH 0 //完成状态 #define RUNNING 1 //运行状态 #define READY 2 //就绪状态 #define WAITIO 3 //io等待状态 #define WAITREAD 4//读写等待状态
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:鹰隼
  1. VB注册码代码示例

    2下载:
  2. 软件限时使用与注册功能的实现 众所周知,一些共享软件往往提供给使用者的是一个功能不受限制的限时使用版,在试用期内使用者可以无限制的使用软件的全部功能(只是可能会出现提示使用者注册的窗口),试用期一过部分(或全部)功能失效,要想继续使用只能向作者索取注册码(或注册文件)完成对软件的合法注册,注册后的软件将解除一切使用限制。如果您也开发出一个有价值的作品,是否也希望为自己的软件增加一个这样的功能呢?这里笔者就提供一个实现软件限时的完整代码。   软件启动后会首先运行本代码并从注册表HKEY_
  3. 所属分类:网络编程

    • 发布日期:2009-05-16
    • 文件大小:17.63kb
    • 提供者:dianfeng
  1. String

    0下载:
  2. 自己写的一个String类,功能与String.h差不多,但有些特殊的功能-To write a String class, function and String.h almost, but some special features
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4.8kb
    • 提供者:hmw
  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. 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. 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. test

    0下载:
  2. #include "windows.h" #include "stdlib.h" #include "string.h" long WINAPI WndProc(HWND hWnd,UINT iMessage,UINT wParam,LONG lParam)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1007byte
    • 提供者:dan
  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. Cpp1

    0下载:
  2. #include"stdio.h" #include"string.h" int main() { int n,CF=0,i,j,k,l,m //,s[2001] char a[1000],b[1000],s[2001] scanf(" d",&n) l=n while(n--)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:805byte
    • 提供者:Mr.huang
  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. yudingyihanshu

    0下载:
  2. 预定义函数,包含stdlib.h stdio.h string.h 等知识-Pre-defined functions, such knowledge includes stdlib.h stdio.h string.h
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.04mb
    • 提供者:将军
  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. string

    1下载:
  2. string.h头文件几个常用函数的例子,初学者容易混淆的地方-scanf function usage summary, all the basic functions, useful for beginners...
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:154.5kb
    • 提供者:ZHOULI
  1. string

    0下载:
  2. C语言string.h几个常用函数的源码-C language string.h the source of several commonly used functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.63mb
    • 提供者:heartxz
  1. cstring-master

    0下载:
  2. C语言实现字符串功能 String.h 纯C语言实现(C language to achieve string function String.h Pure C language implementation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:6kb
    • 提供者:杨小小
  1. C++

    0下载:
  2. 不使用string.h的头文件,实现一个string类,包括运算符重载等(Implement a string class, including the operator overloading)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:Kimorro
« 12 3 4 »
搜珍网 www.dssz.com