代码搜索结果
找到约 10,000 项符合
9 的代码
实例9-9.c
#include
#include
#include
void new_op(int,siginfo_t*,void*);
int main(int argc,char**argv)
{
struct sigaction act;
union sigval mysigval;
int i;
int
algo9-9.c
/* algo9-9.c 检验bo9-7.c的程序 */
#include"c1.h"
#define NULLKEY 0 /* 0为无记录标志 */
#define N 10 /* 数据元素个数 */
typedef int KeyType; /* 设关键字域为整型 */
typedef struct
{
KeyType key;
int ord;
ex9-9.sdi
,,, ORG 0000H
0000,02 00 30,START,START: LJMP MAIN
,,, ORG 0030H
0030,12 00 8B,MAIN,MAIN: LCALL INIT ;主程序开始,调用液晶模块初始化子程序
0033,12 00 B6,, LCALL WPAD ;调用自定义
ex9-9.asm
ORG 0000H
START: LJMP MAIN
ORG 0030H
MAIN: LCALL INIT ;主程序开始,调用液晶模块初始化子程序
LCALL WPAD ;调用自定义汉字字符子程序
MOV R2,#81H ;从第1行第2位开始,设置DDRAM地址
LCALL WRTC ;写入
MOV R4