代码搜索:字符型
找到约 10,000 项符合「字符型」的源代码
代码结果 10,000
www.eeworm.com/read/24913/843215
h smg.h
#ifndef __SMG_H__
#define __SMG_H__
//库文件
#define uchar unsigned char//宏定义无符号字符型
#define uint unsigned int //宏定义无符号整型
#define DUAN P2 //P0口控制段
#define WEI P1 //P2口控制位
sbit j
www.eeworm.com/read/24913/843273
h smg.h
#ifndef __SMG_H__
#define __SMG_H__
//库文件
#define uchar unsigned char//宏定义无符号字符型
#define uint unsigned int //宏定义无符号整型
#define DUAN P2 //P0口控制段
#define WEI P1 //P2口控制位
sbit j
www.eeworm.com/read/37168/1069173
c-
#include
#include
void oplot(n,x,y) /*作图函数,这里使用DOS的文本模式画图*/
int n;
double x[],y[];
{
int i, j;
char screen[25][80]; /*声明一个字符型数组,用来表示屏幕的输出*/
memset(screen, ' ', 25*8
www.eeworm.com/read/41235/1142159
h smg.h
#ifndef __SMG_H__
#define __SMG_H__
//库文件
#define uchar unsigned char//宏定义无符号字符型
#define uint unsigned int //宏定义无符号整型
#define DUAN P0 //P0口控制段
#define WEI P2 //P2口控制位
sbit j
www.eeworm.com/read/41235/1142328
h smg.h
#ifndef __SMG_H__
#define __SMG_H__
//库文件
#define uchar unsigned char//宏定义无符号字符型
#define uint unsigned int //宏定义无符号整型
#define DUAN P0 //P0口控制段
#define WEI P2 //P2口控制位
sbit j
www.eeworm.com/read/200379/5066224
frm lcd.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "点阵字符型液晶显示编程 苏州大学freescale MCU&DSP研发中心 2005年3月版"
www.eeworm.com/read/334463/3367915
frm lcd.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "点阵字符型液晶显示编程 苏州大学freescale MCU&DSP研发中心 2005年3月版"
www.eeworm.com/read/334451/3368363
frm lcd.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "点阵字符型液晶显示编程 苏州大学freescale MCU&DSP研发中心 2005年3月版"
www.eeworm.com/read/293882/8266274
cpp algo9-3.cpp
// algo9-3.cpp 静态查找表(静态树表)的操作,包括算法9.3、9.4
#include"c1.h"
#define N 9 // 数据元素个数
typedef char KeyType; // 设关键字域为字符型
struct ElemType // 数据元素类型
{
KeyType key; // 关键字
int weight; // 权值
www.eeworm.com/read/368262/9703220
cpp algo8-3.cpp
// algo8-3.cpp 实现算法8.3的程序
#include"c1.h"
typedef char AtomType; // 定义原子类型为字符型
#include"c8-3.h"
#include"bo5-51.cpp"
Status CreateMarkGList(GList &L,SString S) // 由bo5-51.cpp改
{ // 采用头尾链