搜索资源列表

  1. atoi

    0下载:
  2. 这是一个字符串到整型的转换,在很多程序设计中,这个小模块被频繁使用到。-This program implements the transformation of string to integer.This module is often used in many other program.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7859
    • 提供者:孙江萍
  1. my_atoi

    0下载:
  2. 参阅atoi()后,实现我自己的my_atoi(),很不错的:)-refer loop (), the realization of my own my_atoi (), is very good :)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:秦征
  1. atoi

    0下载:
  2. 这是一个字符串到整型的转换,在很多程序设计中,这个小模块被频繁使用到。-This program implements the transformation of string to integer.This module is often used in many other program.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-06
    • 文件大小:183296
    • 提供者:孙江萍
  1. my_atoi

    0下载:
  2. 参阅atoi()后,实现我自己的my_atoi(),很不错的:)-refer loop (), the realization of my own my_atoi (), is very good :)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:秦征
  1. cifafenxi

    0下载:
  2. token,字符数组,长度为32,存放识别出来的单词符号。 tmp,字符数组,长度为256,可以缓存用户输入的字符串。 char *fgets(char *string, int n, *stdin):*string输入数据的首地址, n 一次读入数据块的长度, stream文件指针. Void getbc() //检查ch中的字符是否为空白字符,如是则调用getch(),直到ch中读入一个非空白字符为止. fgets(
  3. 所属分类:Windows编程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:乐正清
  1. Transferfunction.txt

    0下载:
  2. 整数转换成字符串itoa函数的实现与字符串转换成整数atoi函数的实现-Itoa convert integer string function with string into an integer implementation of atoi function
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:weigao
  1. atoi

    0下载:
  2. 实现字符串转换为整数的函数功能,附带exe文件,运行正常-atoi
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:28672
    • 提供者:flower
  1. atoi_function

    0下载:
  2. 把字符串转换成整型数 atoi()会扫描参数nptr字符串,如果第一个字符不是数字也不是正负号返回零,否则开始做类型转换,之后检测到非数字或结束符 \0 时停止转换,返回整型数。- const
  3. 所属分类:DSP编程

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:王振
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:150528
    • 提供者:netdavid
  1. atoi

    0下载:
  2. < atoi> converts the initial portion of a string to an <<int>>.-<<atoi>> converts the initial portion of a string to an <<int>>.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:李文志
  1. source

    0下载:
  2. 自己编写的atoi函数,字符串倒序,线程创建和管道创建,已经测试过了,没什么问题,希望对大家有点帮助!-I have written atoi function, string reverse, thread creation and pipeline creation, has been tested, no problem, we want a little help!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-06
    • 文件大小:2048
    • 提供者:谢元虎
  1. j

    0下载:
  2. 将字符串转化为整数的方法,不用atoi函数-Integer string into the method, do not atoi function
  3. 所属分类:Windows编程

    • 发布日期:2024-06-06
    • 文件大小:598016
    • 提供者:zhenqingkai
  1. atoi-and-itoa

    0下载:
  2. 字符串与整型数的相互类型转化-atoi()函数和itoa()函数的写法~ -Between the string and integer type conversion-atoi and itoa simple wording ~
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-06
    • 文件大小:4096
    • 提供者:李风
  1. aToI

    0下载:
  2. 这是一个工程,包括了所有组成aToI 应用的文件。可以直接在编译器里运行。-This file contains a summary of what you will find in each of the files that make up your aToI application.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:220160
    • 提供者:Anhui Huang
  1. itoa-and-atoi

    0下载:
  2. 语言提供了几个标准库函数,可以将任意类型(整型、长整型、浮点型等)的数字转换为字符串.-Language provides several standard library functions can be any type (integer, long integer, floating point, etc.) number into a string.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-06
    • 文件大小:6144
    • 提供者:王书政
  1. atoi--itoa-function-prototype

    0下载:
  2. 字符串和整形互相转换函数atoi,itoa函数原型 认识两个函数以及用法-String and plastic interchangeable function atoi, itoa function prototype
  3. 所属分类:Windows编程

    • 发布日期:2024-06-06
    • 文件大小:18432
    • 提供者:hpp
  1. atoi--itoa-function-prototype

    0下载:
  2. 字符串和整形互相转换函数atoi,itoa函数原型认识两个函数以及用法-String and plastic interchangeable function atoi, itoa function prototype
  3. 所属分类:Windows编程

    • 发布日期:2024-06-06
    • 文件大小:18432
    • 提供者:rowthof
  1. atoi

    0下载:
  2. 个人积累的一些系统函数的实现,这里是atoi函数的实现源码。atoi() implatation-atoi codes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-06
    • 文件大小:733184
    • 提供者:夏雨
  1. atoi

    0下载:
  2. 自己写的atoi函数,实现了所有库函数atoi拥有的功能-A atoi function write by myself, full realization of library atoi function
  3. 所属分类:其他小程序

    • 发布日期:2024-06-06
    • 文件大小:30720
    • 提供者:TuZZiX
  1. atoi

    0下载:
  2. atoi函数的实现,注意溢出和 ( -01 256)类似字符串-realize atoi function, attention overflow and (-01,256) similar string
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-06
    • 文件大小:1024
    • 提供者:
« 12 »

源码中国 www.ymcn.org