代码搜索:字符渲染

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

代码结果 10,000
www.eeworm.com/read/286494/8762784

txt haffman.txt

#include #include #include #define null 0 #define MAXN 100 #define MAXM 300 struct tagTree{//用二叉排序树保存出现的各个字符 char optr; //需要编码的某个字符 int n_appear
www.eeworm.com/read/385935/8776174

java str29.java

///构造一个缓冲字符串类对象 ///将指定位置的元素替换成新的字符 public class str29 { public static void main(String[] args) { StringBuffer sb=new StringBuffer("小明是一个优秀程序员"); sb.setCharAt(0,'张');
www.eeworm.com/read/284701/8908281

h sio.h

void com_initialize (void); // 串行口初始化函数 void com_baudrate (unsigned baudrate); // 波特率发生器函数 char com_putchar (unsigned char c); // 串行口字符输出函数 int com_getchar (void); // 串行口字符输入函数 unsigne
www.eeworm.com/read/382947/8987833

cpp main6-6.cpp

// main6-6.cpp 检验bo6-6.cpp的主程序 #define CHAR // 字符型 // #define INT // 整型(二者选一) #ifdef CHAR typedef char TElemType; TElemType Nil=' '; // 字符型以空格符为空 #define form "%c" // 输入输出的格式为%c #
www.eeworm.com/read/382947/8988147

cpp algo7-7.cpp

// algo7-7.cpp 实现算法7.16的程序 #define MAX_NAME 5 // 顶点字符串的最大长度+1 #define MAX_INFO 20 // 相关信息字符串的最大长度+1 typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include"
www.eeworm.com/read/185671/8993422

prg datetostring.prg

*——“DateToString”函数 * 将日期型数据转换为字符串 * 接收日期型变量作为参数 FUNCTION DateToString(dDate) *——默认返回空字符串 sDate = "" *——如果参数非空而且为日期型 IF .NOT. EMPTY(dDate) .AND. VARTYPE(dDate) = "D" *——分别获取其年、月、日字段
www.eeworm.com/read/283724/8993711

cpp main6-6.cpp

// main6-6.cpp 检验bo6-6.cpp的主程序 #define CHAR // 字符型 // #define INT // 整型(二者选一) #ifdef CHAR typedef char TElemType; TElemType Nil=' '; // 字符型以空格符为空 #define form "%c" // 输入输出的格式为%c #
www.eeworm.com/read/283723/8993818

cpp algo7-7.cpp

// algo7-7.cpp 实现算法7.16的程序 #define MAX_NAME 5 // 顶点字符串的最大长度+1 #define MAX_INFO 20 // 相关信息字符串的最大长度+1 typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include"
www.eeworm.com/read/184304/9110762

m mat_fe~1.m

function mat_feat(f_name) % %#function my_det f_name='my_det'; disp('被分析矩阵') % A=magic(4) %给定的被分析矩阵 N=8; %为字符串比较而设的字符串长度 8 。 n=size(f_name,2); %测
www.eeworm.com/read/380918/9122965

c main.c

/************************************************* 程序功能:通过RS485端口接收字符并在1602液晶上显示 -------------------------------------------------- 测试方法:用另一个RS485发射器,通过RS485总线向学习板 发送数据(必须是可显示字符对应的ASCII码