代码搜索:字符型

找到约 10,000 项符合「字符型」的源代码

代码结果 10,000
www.eeworm.com/read/391780/8377972

m ms17_1_1.m

b=[8,-4,11,-2]; %输入系统函数b参数 a=[1,-1.25,0.75,-0.125]; %输入系统函数a参数 [C,B,A]=dir2par(b,a) %由直接型转换为并联型
www.eeworm.com/read/180842/5280624

java myroletype.java

package com.je.ims.util; //用來存放角色類型ID和角色類型名稱 public class MyRoleType { public Long roleTypeId; public String roleTypeName; public MyRoleType() { super(); } public Long getRoleTy
www.eeworm.com/read/452838/7431942

inc getcounter.inc

www.eeworm.com/read/124541/14561439

cpp smsdll.cpp

#include #include "smsdll.h" // 正常顺序的字符串转换为两两颠倒的字符串,若长度为奇数,补'F'凑成偶数 // 如:"8613851872468" --> "683158812764F8" // pSrc: 源字符串指针 // pDst: 目标字符串指针 // nSrcLength: 源字符串长度 // 返回: 目标字符串长度 ex
www.eeworm.com/read/11251/214673

c 3_01.c

/*【例3-1】输入10个字符,统计其中英文字母、数字字符和其他字符的个数。*/ /* 统计字符,包括英文字母、数字字符和其他字符 */ #include int main(void) { int digit, i, letter, other; /* 定义3个变量分别存放统计结果 */ char ch;
www.eeworm.com/read/249482/4450576

dat funtc276.dat

函数名称: strncpy 函数原型: char *strncpy(char *dest, const char *src,int count) 函数功能: 将字符串src中的count个字符拷贝到字符串dest中去 函数返回: 指向dest的指针 函数说明: dest 目的字符串,src 源字符串,count 拷贝的字符个数
www.eeworm.com/read/298155/3874729

dat funtc276.dat

函数名称: strncpy 函数原型: char *strncpy(char *dest, const char *src,int count) 函数功能: 将字符串src中的count个字符拷贝到字符串dest中去 函数返回: 指向dest的指针 函数说明: dest 目的字符串,src 源字符串,count 拷贝的字符个数
www.eeworm.com/read/113051/15471560

txt sql server基本函数 .txt

Sql Server基本函数 1.字符串函数 长度与分析用 datalength(Char_expr) 返回字符串包含字符数,但不包含后面的空格 substring(expression,start,length) 不多说了,取子串 right(char_expr,int_expr) 返回字符串右边int_expr个字符 字符操作类