代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292231/8366359
h comm_control.h
#if !defined (COMM_CONTROL_H_INCLUDED)
#define COMM_CONTROL_H_INCLUDED
// Only needed for versions prior to Visual C++ 6.0
#if _MSC_VER < 1200
//-----------------------------------------------
www.eeworm.com/read/292231/8366360
cpp cjbutton.cpp
// CJButton.cpp : implementation file
//
// Owner drawn button control.
//
// Copyright
www.eeworm.com/read/292231/8366361
txt how to use.txt
1. open "C- Compiler.exe" (or "C- Compiler - debug version.exe" for
debug version);
2. choose your C-files;
3. COMPILE->TRACE: generate trace files;
COMPILE->BUILD->
www.eeworm.com/read/292231/8366362
txt feathers.txt
1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs);
2. 语法支持比较全面(毕竟是C-,语法还是不多的);
3. Error Recovery;
4. 生成p-code,便于理解;
5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。
陆晓春
www.eeworm.com/read/292231/8366363
doc c-编译器设计文档.doc
www.eeworm.com/read/292231/8366364
exe link.exe
www.eeworm.com/read/292231/8366366
asm !_test.asm
.model small
.386
.stack 200h
;----------------------------------------------------
.data
;variables used in _call_readi_ routine
buf db 64 dup(?)
count dw ?
;return values
_return dw ?
www.eeworm.com/read/292231/8366367
exe nmaker.exe
www.eeworm.com/read/292231/8366368