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

搜索资源列表

  1. splitA

    0下载:
  2. Alter FUNCTION [dbo].[split](@expression VarChar(max),@delimiter VarChar(30) = ' ') RETURNS @TmpTable TABLE (RefNo VarChar(max)) AS BEGIN if rtrim(isnull(@expression,'')) > '' begin declare @cxml xml set @cxml = '<x_k><![CDATA['+re
  3. 所属分类:数据库系统

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:salonstarA
  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 7»
搜珍网 www.dssz.com