搜索结果
找到约 68 项符合
syntax 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (14)
- 编译器/解释器 (10)
- 技术资料 (7)
- 其他 (4)
- Java书籍 (3)
- Delphi控件源码 (3)
- Linux/Unix编程 (2)
- Java编程 (2)
- 文件格式 (2)
- SQL Server (2)
- 单片机编程 (1)
- 软件工程 (1)
- 工业控制 (1)
- Matlab (1)
- 通信网络 (1)
- 电子书籍 (1)
- 数学计算 (1)
- USB编程 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- 人工智能/神经网络 (1)
- 微处理器开发 (1)
- VHDL/FPGA/Verilog (1)
- 中间件编程 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- VIP专区 (1)
其他书籍 This ECMA Standard specifies the form and establishes the interpretation of programs written in the
This ECMA Standard specifies the form and establishes the interpretation of programs written in the C# programming language. It specifies
The representation of C# programs
The syntax and constraints of the C# language
The semantic rules for interpreting C# programs
The restrictions and limits im ...
编译器/解释器 編譯器設計 Analysis-Synthesis Model 分析Analysis: 原始程式轉換成階層結構稱為樹(tree)
編譯器設計 Analysis-Synthesis Model
分析Analysis: 原始程式轉換成階層結構稱為樹(tree),語法樹(syntax tree)
合成Synthesis: 產生目標碼
编译器/解释器 语法分析器 此程序共有两个类
语法分析器
此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.
其他 NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vect
NN Functions
a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functio ...
技术资料 QuartusII Subscription Edition 10.1
EDA工具,QuartusII 与 MAX+PlusII 都是Altera专为其产品(hardware device),所提供的EDA Tool。它可以执行HDL的编辑(Editor and syntax check) -->模拟(Simulator) -->合成(Synthesis) -->FPGA佈局 -->Netlist download to CPLD / FPGA。
编译器/解释器 Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedura
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, an ...
人工智能/神经网络 This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s
This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following structure:
[min|max] C x
s.t.
Ax ["="|"<="|">="] b
{x <= UB}
{x >= LB}
The calling syntax is:
[XMIN,FMIN,STATUS,EXTRA]= ...
其他书籍 C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to
C/C++ Reference
There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites:
...
其他 Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or
Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or image object.
This GUI is a pure imitation of ROTATEGUI from Birju Patel and uses some code from that function. However, it has extended functionalities and was re-writen using R13 syntax. Which mean ...
技术资料 C语言命语法错误大全
fatal error C1004: unexpected end of file found
未找到文件末尾(可能是括号匹配问题)
fatal error C1021: invalid preprocessor command '1nclude'
无效的编译预处理命令'1nclude'
fatal error C1083: Cannot open include file: 'stdi.h': No such file or directory
不能打开头文件'stdi.h',文件或文件夹不存在
e ...