代码搜索:字符渲染
找到约 10,000 项符合「字符渲染」的源代码
代码结果 10,000
www.eeworm.com/read/428161/8886340
c 1-111.c
#define MAX_NAME 5 /* 顶点字符串的最大长度+1 */
#define MAX_INFO 20 /* 相关信息字符串的最大长度+1 */
typedef int VRType;
typedef char VertexType[MAX_NAME];
typedef char InfoType;
#include /* INT_MAX等 */
#in
www.eeworm.com/read/381894/9066985
cpp cc.cpp
/*程序名:利用BiosCom串口通信 */
/*功 能:接收来自串行口的数据字符,并显示之; */
/* 把缩键入对应的字符由串行口送出 */
#include "dos.h"
#include "bios.h"
/*常数定义*/
#define PORT 0
#define TRUE 1
www.eeworm.com/read/183618/9147994
c main6-6.c
/* main6-6.c 检验bo6-6.c的主程序 */
#define CHAR /* 字符型 */
/*#define INT /* 整型(二者选一) */
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; /* 字符型以空格符为空 */
#endif
#ifd
www.eeworm.com/read/378417/9231804
cpp p382.cpp
const int PageSize = 2; //一个页块的最大容量
const int CharNum = 2; //关键码中的字符数(包括串结束符)
struct TwoChars
{
char str[CharNum];
}; //每个关键码两个字符
struct page { //页块构造
www.eeworm.com/read/378417/9231874
cpp p60_67.cpp
//Test is T60_67.cpp
#include
#include
const int maxLen = 128; //字符串的最大长度
class String {
//对象: 零个或多个字符的一个有限序列。
public:
String ( const String & ob); //复制构造函
www.eeworm.com/read/181815/9236378
cpp main6-6.cpp
// main6-6.cpp 检验bo6-6.cpp的主程序
#define CHAR // 字符型
//#define INT // 整型(二者选一)
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; // 字符型以空格符为空
#endif
#ifdef INT
www.eeworm.com/read/378183/9248070
dat vfpdat64.dat
格式: BEFINE POPUP[TITLE][FROM][TO]
---- [IN[WINDOWW]|IN SCREEN][KEY][NARGIN][MESSAGE]
[MOVER][MULTISELECT][PROMPT FIELD|PROMP
www.eeworm.com/read/377354/9279263
cpp p382.cpp
const int PageSize = 2; //一个页块的最大容量
const int CharNum = 2; //关键码中的字符数(包括串结束符)
struct TwoChars
{
char str[CharNum];
}; //每个关键码两个字符
struct page { //页块构造
www.eeworm.com/read/180558/9302731
c main6-6.c
/* main6-6.c 检验bo6-6.c的主程序 */
#define CHAR /* 字符型 */
/*#define INT /* 整型(二者选一) */
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; /* 字符型以空格符为空 */
#endif
#ifd
www.eeworm.com/read/180019/9322461
cpp 4_25.cpp
# include
# include
# define max 20 //定义姓氏字符串的最大长度
void sort(char**);
void main()
{
int i;
char **p,*pstr[5],str[5][max];
cout