搜索结果
找到约 79 项符合
begin 的查询结果
按分类筛选
- 全部分类
- 编译器/解释器 (9)
- 其他 (7)
- 汇编语言 (4)
- Delphi控件源码 (4)
- matlab例程 (4)
- 技术资料 (4)
- 单片机编程 (3)
- 单片机开发 (3)
- 软件设计/软件工程 (3)
- Delphi/CppBuilder (3)
- 其他书籍 (3)
- VC书籍 (3)
- 开发工具 (2)
- 设计相关 (2)
- 通讯编程文档 (2)
- Java编程 (2)
- C/C++语言编程 (1)
- 模拟电子 (1)
- 嵌入式综合 (1)
- 数据结构 (1)
- 系统设计方案 (1)
- 家庭/个人应用 (1)
- VHDL/FPGA/Verilog (1)
- Linux/Unix编程 (1)
- 并行计算 (1)
- 加密解密 (1)
- 电子书籍 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- Java书籍 (1)
- 人工智能/神经网络 (1)
- 医药行业 (1)
- 嵌入式/单片机编程 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 软件 (1)
- 书籍 (1)
Delphi控件源码 Mir2 Actor.pas if (IsFace) and (FaceIndex > -1) then begin d := aFrmMain.WFaceimg.Images
Mir2 Actor.pas
if (IsFace) and (FaceIndex > -1) then
begin
d := aFrmMain.WFaceimg.Images[FaceIndex * 10 + (FaceFram) mod 8]
/// if HorseSurface<>nil then
// dSurface.Draw (dx+shiftx, dy + hpy + ShiftY-60, d.ClientRect, d, TRUE)
// else
if d <> nil then
begin
if HorseSurface <> nil then
...
其他 var matlab:variant //通过"变体"调用接口是比较低效的,但很方便 begin //变体这种结构
var matlab:variant //通过"变体"调用接口是比较低效的,但很方便
begin //变体这种结构,本是vb中的东西。
try //如果已有活动的matlab.application对象,取其接口
matlab:=GetActiveOleObject( Matlab.Application )
except //这些个api所使用到的参数,其实都可以在注册表里搜索到.
matlab:=CreateOleObject( Matlab.Appl ...
Java编程 upload:begin upload and download ! we go to !
upload:begin upload and download !
we go to !
编译器/解释器 词法分析 分析如下形式的语句 begin a:=3 end #
词法分析 分析如下形式的语句
begin a:=3 end #
编译器/解释器 编译原理 语法分析 分析begin u:=0 end #
编译原理 语法分析
分析begin u:=0 end #
matlab例程 The purpose of this Primer is to help you begin to use MATLAB. It is not intended to be a substitu
The purpose of this Primer is to
help you begin to use MATLAB. It is not intended to be
a substitute for the online help facility or the MATLAB
documentation (such as Getting Started with MATLAB,
available in printed form and online). The Primer can
best be used hands-on. You are encouraged to work ...
DSP编程 How to Begin Development Today With the TMS320C6713
How to Begin Development Today With the TMS320C6713
通讯/手机编程 超宽带UWB,包括:uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_
超宽带UWB,包括:uwb.mdl: UWB model - open this to begin.
uwb_lib.mdl: Library blocks for UWB model.
uwb_init.m: Initialization called before model is loaded.
uwb_settings: Sets up structure containing system parameters ( uwb in workspace).
uwb_imr.m: Initializes UWB channel impulse response.
uwb_sv_* ...
软件设计/软件工程 Many problems in statistical pattern recognition begin with the preprocessing of multidimensional si
Many problems in statistical pattern recognition begin with the preprocessing of multidimensional signals, such as images of faces or spectrograms of speech.
编译器/解释器 词法分析 1 试验目的 设计,编制并调试一个此法分析程序,加深对此法分原理的理解. 2 试验要求 1)待分析的简单语言的词法 * 关键字: begin if then whi
词法分析
1 试验目的
设计,编制并调试一个此法分析程序,加深对此法分原理的理解.
2 试验要求
1)待分析的简单语言的词法
* 关键字:
begin if then while do end
所有关键字都是小写.
2)运算符和界符:
: = + * - / < <= <> > >= = ( ) #
3)其他单词是标识符(ID)和整数型常数(NUM),通过一下正规式定义:
ID=letter (l ...