代码搜索:Mac 开发教程
找到约 10,000 项符合「Mac 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/383439/8946819
mac macro.mac
;a library of macro--macro.mac
summing macro array,count,result
local next
push eax
push ecx
push edx
push esi
www.eeworm.com/read/427286/8953765
mac string.mac
; --------------------------------------------------------------------
; 数据处理宏指令库 - STRING.MAC
; --------------------------------------------------------------------
; (0AH型)ASCII转16位二进制数
; 调用:A
www.eeworm.com/read/427286/8953769
mac const.mac
; --------------------------------------------------------------------
; 常量定义 - CONST.MAC
; --------------------------------------------------------------------
; ASCII字符
CR EQU 0DH
LF
www.eeworm.com/read/427286/8953774
mac fileio.mac
; --------------------------------------------------------------------
; 文件I/O宏指令库 - FILE_IO.MAC
; --------------------------------------------------------------------
; 创建文件
; 调用:NEWFILE 文件说明,
www.eeworm.com/read/427286/8953780
mac screen.mac
; --------------------------------------------------------------------
; 屏幕操作宏指令库 - SCREEN.MAC
; --------------------------------------------------------------------
; 设置光标位置
; 调用:TOPOST 光标位置
T
www.eeworm.com/read/427286/8953785
mac control.mac
; --------------------------------------------------------------------
; 流程控制宏指令库 - CONTROL.MAC
; --------------------------------------------------------------------
; 给DS赋值
; 调用:LOADDS 数据段名
L
www.eeworm.com/read/383191/8962724
cc mac.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/383191/8962732
h mac.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/383177/8964867
mac rdseed.mac
www.eeworm.com/read/426950/8990140