搜索资源列表

  1. uc-tokens10

    0下载:
  2. Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16553
    • 提供者:lee
  1. 1

    0下载:
  2. This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially str
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11959
    • 提供者:hehe
  1. pugxml_src

    0下载:
  2. This XML parser segments a given string in situ (like strtok), performing scanning/tokenization, and parsing in a single pass.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29880
    • 提供者:x
  1. uc-tokens10

    0下载:
  2. Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-16
    • 文件大小:16384
    • 提供者:lee
  1. 1

    0下载:
  2. This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially str
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:11264
    • 提供者:hehe
  1. pugxml_src

    0下载:
  2. This XML parser segments a given string in situ (like strtok), performing scanning/tokenization, and parsing in a single pass. -This XML parser segments a given string in situ (like strtok), performing scanning/tokenizat
  3. 所属分类:系统编程

    • 发布日期:2024-06-16
    • 文件大小:29696
    • 提供者:x
  1. strtok

    0下载:
  2. 测试控制台的函数,defines the entry point for the console application-defines the entry point for the console application
  3. 所属分类:Windows编程

    • 发布日期:2024-06-16
    • 文件大小:150528
    • 提供者:guoxiaoliang
  1. strtok.c

    0下载:
  2. usage of strtok function in c++.
  3. 所属分类:通讯编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:james smith
  1. strtok

    0下载:
  2. 实现window下strtok(char *a,char *b) 函数的功能,在a中查找b并返回指向azhongb的指针,如果a为NULL返回前位置-strtok function program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:lxd
  1. readfile

    0下载:
  2. 从一串字符串中提取逗号隔开的字符片段,从而可以提取需要的数据等内容。-get data from a string by using a function named strtok to cut a long string.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-16
    • 文件大小:3966976
    • 提供者:熊麒麟
  1. strtok

    0下载:
  2. strtok(char s[], const char *delim) 用来将字符串分割成一个个片段。参数s指向欲分割的字符串,参数delim则为分割字符串中包含的所有字符。当strtok()在参数s的字符串中发现参数delim中包涵的分割字符时,则会将该字符改为\0 字符。在第一次调用时,strtok()必需给予参数s字符串,往后的调用则将参数s设置成NULL。每次调用成功则返回指向被分割出片段的指针。-strtok- break d
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-16
    • 文件大小:4096
    • 提供者:roc
  1. strtok

    0下载:
  2. 分隔函数, 分隔函数, 分隔函数, 分隔函数, 分隔函数, 分隔函数, 分隔函数, 分隔函数, 分隔函数, 分隔函数, -Partition function
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:张平
  1. strTok

    0下载:
  2. 本示例程序详细展示了使用strTok的方法,是理解此库函数的重要参考。-This example shows the use of the program in detail strTok way to understand this is an important reference library functions.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-16
    • 文件大小:182272
    • 提供者:乔飞翔
  1. cstring_test

    0下载:
  2. For deprecated symbols like strcat, strtok.. pragma warning (disable : 4996).
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:dangliba
  1. strtok

    0下载:
  2. defs that come uucp.h. -defs that come uucp.h.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-16
    • 文件大小:3072
    • 提供者:vuewengnb
  1. server1

    0下载:
  2. 使用UDP 创建一个服务器:client 和 server各一个进程 1)UDP服务器,可以接受各路发来的信息, 收到消息之后, 添加确认字符(ack)发回给对应用户 如 client1发送helloworld给服务器 服务器收到后,返回 getMsgACK:helloworld 2)client1会记录自己发出的所有信息,并确认服务器是否收到了 , 也就是client1同时接收服务器发来的消息,对消息进行分
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-16
    • 文件大小:2048
    • 提供者:张贻洁
  1. strtok和strtok_r函数

    0下载:
  2. strtok函数与strtok_r函数的形式及功能简介;还有他们的使用,包含函数源码(Strtok functions and strtok_r functions in the form and function profiles, as well as their use, including function source code)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:4096
    • 提供者:熊熊火001

源码中国 www.ymcn.org