搜索资源列表

  1. strlen

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

    • 发布日期:2008-10-13
    • 文件大小:2319
    • 提供者:huangfaqian
  1. strlen

    0下载:
  2. 设计函数STRLEN,模拟标准函数strlen
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小: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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小: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
  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:
  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. 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. 所属分类:界面编程

    • 发布日期:2024-07-02
    • 文件大小:57344
    • 提供者:王成福
  1. strlen

    0下载:
  2. 字符串函数strlen的优化实现。利用常数7EFEFEFFH和81010100H可以在32位系统上提高运行效率。-String Functions strlen optimized to achieve. 81010100H use of constant 7EFEFEFFH and 32-bit systems can improve the operating efficiency.
  3. 所属分类:Windows编程

    • 发布日期:2024-07-02
    • 文件大小:2048
    • 提供者:huangfaqian
  1. strlen

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

    • 发布日期:2024-07-02
    • 文件大小:4096
    • 提供者: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
  3. 所属分类:其他小程序

    • 发布日期:2024-07-02
    • 文件大小:17408
    • 提供者:冰河
  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
  3. 所属分类:多媒体编程

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:伍国
  1. formulaC++20080625

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

    • 发布日期:2024-07-02
    • 文件大小:435200
    • 提供者:范哲伟
  1. strlen

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

    • 发布日期:2024-07-02
    • 文件大小:3072
    • 提供者:happy
  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编程

    • 发布日期:2024-07-02
    • 文件大小:36864
    • 提供者:刘飞飞
  1. strlen

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

    • 发布日期:2024-07-02
    • 文件大小:3072
    • 提供者:maron
  1. strlen-source-code

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

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:杨君
  1. strlen

    0下载:
  2. Check strlen function call.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:liecengpui
  1. strlen

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

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:ali
  1. strlen

    0下载:
  2. strlen.S: Sparc optimized strlen code.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-07-02
    • 文件大小:3072
    • 提供者:全公司
  1. 15180110052 马卓 逆向上机1

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

    • 发布日期:2024-07-02
    • 文件大小:46080
    • 提供者:桔子汁
« 12 3 4 »

源码中国 www.ymcn.org