CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - strlen

搜索资源列表

  1. strlen

    0下载:
  2. 字符串函数strlen的优化实现。利用常数7EFEFEFFH和81010100H可以在32位系统上提高运行效率。
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:2319
    • 提供者:huangfaqian
  1. strlen

    0下载:
  2. 设计函数STRLEN,模拟标准函数strlen
  3. 所属分类:.net编程

    • 发布日期:2014-01-17
    • 文件大小:3869
    • 提供者:yasha
  1. ch4

    0下载:
  2. Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXSTRLEN) return ERROR else { T[0]=strlen(chars) for(i=1 i<=T[0] i++) T[i]=*(chars+i-1) return OK } }
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:17554
    • 提供者:冰河
  1. chongzauhanshu

    0下载:
  2. 定义Name类的重载赋值函数。#include<iostream.h> #include<string.h> class Name { public : Name ( char *pN ) Name( Name & ) Name& operator=( Name& ) ~ Name() protected : char *pName int size } Name::Name (
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:928
    • 提供者:伍国
  1. formulaC++20080625

    0下载:
  2. 该组件可用编写字符串和数字运算处理脚本,供运行时调用获取执行结果 1、组件调用的方式可以参考 main.cpp 2、脚本的编写可以参考 debug/my.cfg 3、可调用系统函数有 atof: 将字符串转换为浮点数 ceil: floor: abs: index: strcmp: substr: strlen: trim: strstr: split: replace:字符串替换函数 printf:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:434708
    • 提供者:范哲伟
  1. c_prog1

    0下载:
  2. 一些常用的C语言源代码。包括磁盘格式、常用函数如abs、sin、strlen等;以及输入输出格式的制定。-some common C language source code. Disk format, commonly used functions such as the abs, sin, strlen; Input and output format and setting.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:57843
    • 提供者:王成福
  1. post源代码

    0下载:
  2. post源代码 please post For Who need /post please. Code: if(!memcmp(lpChat->chatmsg,"/post",5)) { if(config.PSTCMD.is == 0) { MsgOutput(aIndex,"[Post]Command is disabled by Administrator."); return; } if(config.PSTCMD.Cost > gOb
  3. 所属分类:游戏

    • 发布日期:2012-08-24
    • 文件大小:3078
    • 提供者:lifely
  1. rapidxml-1.13-with-tests

    0下载:
  2. RapidXml 试图成为最快的 XML DOM 解析工具包,同时保证解析结果的可用性、可移植性以及与 W3C 标准的兼容性。RapidXml 使用 C++ 编写,因此在操作同一数据时,其解析速度接近于 strlen() 函数。   整个解析工具包包含在一个头文件中,所以使用时不用编译也不用连接。要想使用 RapidXml 只要包含 rapidxml.hpp 即可,当然如果要用附加功能(如打印函数),你可以包含 rapidxml_print.hpp 文件。   RapidXml 为采用C++语言
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-17
    • 文件大小:5025679
    • 提供者:动力传说
  1. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:32785
    • 提供者:李明
  1. strlen

    0下载:
  2. 标准库中strlen高效实现的源码测试程序-Standard library strlen efficient implementation of the source test procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:3330
    • 提供者:happy
  1. BF533_SST_Flash_Driver

    0下载:
  2. 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:65752
    • 提供者:Chiron
  1. strlen

    0下载:
  2. examples of getting sring len using c++ and asm code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1838
    • 提供者:croner
  1. Injector

    0下载:
  2. BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:26158
    • 提供者:artofsexy
  1. strcat-strcpy-strcmp-strlen(hanshuyuanxing)

    0下载:
  2. strcat,strcpy,strcmp,strlen函数原型,本人在VC6.0下调试通过的例子。-strcat, strcpy, strcmp, strlen function prototype, I have to debug through the VC6.0 example.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:36467
    • 提供者:刘飞飞
  1. strlen

    0下载:
  2. 一个简单的的linux c++程序,求字符串长度,调用strlen函数。-A simple in linux c++ program, seek length of the string, call the strlen function.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:3112
    • 提供者:maron
  1. strlen-source-code

    0下载:
  2. 用strlen读取文件字节数程序的源程序-s source code of Read the file number of bytes of the program
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-07
    • 文件大小:625
    • 提供者:杨君
  1. strlen

    0下载:
  2. Check strlen function call.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:518
    • 提供者:liecengpui
  1. strlen

    0下载:
  2. function strlen and strcpy and strcut in c++ and c for use
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:ali
  1. strlen

    0下载:
  2. strlen.S: Sparc optimized strlen code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3561
    • 提供者:全公司
  1. 15180110052 马卓 逆向上机1

    0下载:
  2. 用汇编实现C语言中strlen strcat strcmp等函数的功能(The function of strlen strcat StrCmp and other functions in C language)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-10
    • 文件大小:46080
    • 提供者:桔子汁
« 12 3 4 »
搜珍网 www.dssz.com