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

搜索资源列表

  1. libbase58-master

    0下载:
  2. Initialisation -------------- Before you can use libbase58 for base58check, you must provide a SHA256 function. The required function signature is: bool my_sha256(void *digest, const void *data, size_t datasz) Simply assign your function to b
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:13312
    • 提供者:n1090253
  1. 编辑距离

    0下载:
  2. 程序提示用户输入一行字符串(字符个数不超过80个,该字符串用回车符结束)。并按字母,数字及其他字符分类计数,然后将结果存入以char、digit和other为名的存储单元 字符串转换所需最短的编辑距离(The program prompts the user to enter a string of characters (no more than 80 characters, and the string ends with carriage returns). It is classifi
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:xiaozhu1998
  1. cjson

    0下载:
  2. C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-04
    • 文件大小:9216
    • 提供者:goeful
  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
  1. 设计strstr函数

    1下载:
  2. 描述 C语言中有一个函数strstr。我们编写一个类似功能的函数,mystrstr int mystrstr(char a[], char b[]); 作用是查找字符串a中出现的第一个b串的下标,如果没有找到,返回-1。 输入 分别输入两个字符串a,b,分别占一行。字符串长度不超过500个字符。 输出 字符串a中出现的第一个b串的下标。 样例 输入 abca a 输出 0(describe There is a function strstr in C language. W
  3. 所属分类:其他

    • 发布日期:2021-01-08
    • 文件大小:1024
    • 提供者:RockinSea
« 1 2 3 4 5 6»
搜珍网 www.dssz.com