国防科大电子科学与工程学 嵌入式系统开放研究小组 面向二十一世纪的嵌入式系统设计技术 Embedded System Project Management
标签: Management Embedded Project System
上传时间: 2013-12-26
上传用户:rocwangdp
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
标签: begin Binary_Search function return
上传时间: 2015-12-17
上传用户:tb_6877751
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
标签: implementation Extensions libraries standard
上传时间: 2013-12-14
上传用户:leehom61
Write Fruid in DOS system
上传时间: 2015-12-20
上传用户:lx9076
Read MCP55 chipset macaddr in dos system.
标签: chipset macaddr system Read
上传时间: 2014-01-06
上传用户:wfl_yy
This a book Management development System by Powerbuilder.
标签: Powerbuilder development Management System
上传时间: 2015-12-20
上传用户:moshushi0009
unix system programming
标签: programming system unix
上传时间: 2015-12-22
上传用户:gyq
The model consists of two systems, a climate control system and an electrical system. This allows for examination of the loading effects of the climate control system on the car s electrical system.
标签: system electrical consists climate
上传时间: 2015-12-24
上传用户:zhengzg
Peak-system出品的Pcan适配卡 自带的vb上位机示例程序 可检测CAN总线网络中的数据流
标签: Peak-system Pcan CAN 适配卡
上传时间: 2015-12-24
上传用户:Shaikh
LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。
上传时间: 2015-12-26
上传用户:kikye