代码搜索:字符渲染
找到约 10,000 项符合「字符渲染」的源代码
代码结果 10,000
www.eeworm.com/read/341136/3256327
java utils.java
package com.sql;
/**
* 这是一个专门处理敏感字符的转译类
* @author 痴迷二胡
*
*/
public class Utils {
/**
* 这是一个将敏感字转为普通字符的方法
* @param s
* @return
*/
public static String escapeHTML(String s){
www.eeworm.com/read/311187/3687430
c 101.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*标准库函数*/
#include "string.h" /*字符串函数*/
#include "ctype.h" /*字符操作函数*/
#define MAX 50 /*定义常数表示记录数*/
struct ADDRESS /*定义数据结构*/
www.eeworm.com/read/311187/3687550
c 101.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*标准库函数*/
#include "string.h" /*字符串函数*/
#include "ctype.h" /*字符操作函数*/
#define MAX 50 /*定义常数表示记录数*/
struct ADDRESS /*定义数据结构*/
www.eeworm.com/read/298155/3873634
dat asslandat1.dat
DOS功能调用
AH 功能 调用参数 返回参数
-- ---- -------- --------
00 程序终止(同INT 20H) CS=程序段前缀
01 键盘输入并回显 AL=输入字符
02 显示输出 DL=输出字符
03 异步通迅输入 AL=输入数据
04
www.eeworm.com/read/298155/3874059
dat vb_fun30b.dat
语法
----
Filter(InputStrings, Value[, Include[, Compare]])
Filter函数语法有如下几部分:
部分 描述
InputStrings 必需的.要执行搜索的一维字符串数组.
Value 必需的.要搜索的字符串.
Include 可选的.Boolean值,表示返回
www.eeworm.com/read/298155/3874129
dat vb_fun63b.dat
语法
----
LCase(string)
必要的 string 参数可以是任何有效的字符串表达式.如果 string 包含 Null,将返回 Null.
说明
----
只有大写的字母会转成小写;所有小写字母和非字母字符保持不变.
www.eeworm.com/read/298155/3874354
dat vb_code35b.dat
语法
----
Mid(stringvar, start[, length]) = string
Mid 语句的语法具有下面几个部分:
部分 描述
stringvar 必要参数。被更改的字符串变量名。
start 必要参数;Variant (Long)。stringvar 中被替换的字符开头位置。
length 可选参数;Vari
www.eeworm.com/read/298155/3874411
dat funtc239.dat
函数名称: outtext
函数原型: void far outtext(char far *textstring)
函数功能: 图形模式下在当前位置显示一行字符串
函数返回:
函数说明: textstring 要显示的字符串
所属文件:
www.eeworm.com/read/298155/3874570
dat funtc337.dat
函数名称: textmode
函数原型: void textmode(int newmode)
函数功能: 设置字符显示模式
函数返回:
函数说明: newmode 字符显示模式,取值和含义如下:
LASTMODE=-1 上次模式
BW40 =0 40列黑白
C40 =1 40
www.eeworm.com/read/298155/3874694
dat funtc274.dat
函数名称: strncat
函数原型: char *strncat(char *dest, const char *src, size_t maxlen)
函数功能: 将字符串src中前maxlen个字符连接到dest中
函数返回:
函数说明:
所属文件: