搜索结果
找到约 141 项符合
procedure 的查询结果
按分类筛选
- 全部分类
- matlab例程 (11)
- 其他 (8)
- 其他书籍 (7)
- 通讯编程文档 (7)
- 多媒体处理 (6)
- 汇编语言 (6)
- 单片机开发 (6)
- 微处理器开发 (5)
- Java编程 (4)
- 软件设计/软件工程 (4)
- 技术管理 (4)
- 数据库系统 (3)
- Oracle数据库 (3)
- Delphi控件源码 (3)
- SQL Server (3)
- 系统设计方案 (3)
- Linux/Unix编程 (3)
- 单片机编程 (2)
- 通信网络 (2)
- 测试测量 (2)
- 网络 (2)
- Windows CE (2)
- 压缩解压 (2)
- 其他行业 (2)
- Delphi/CppBuilder (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 编译器/解释器 (2)
- 医药行业 (2)
- 嵌入式/单片机编程 (2)
- 数据结构 (2)
- Linux/uClinux/Unix编程 (2)
- 技术资料 (2)
- 图形图像 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 电子书籍 (1)
- 软件工程 (1)
- 并行计算 (1)
- 操作系统开发 (1)
- 中间件编程 (1)
- 驱动编程 (1)
- 通讯/手机编程 (1)
- 串口编程 (1)
- VHDL/FPGA/Verilog (1)
- 其他嵌入式/单片机内容 (1)
- J2ME (1)
- 其他数据库 (1)
- GPS编程 (1)
- VC书籍 (1)
- 加密解密 (1)
- 书籍源码 (1)
- 技术教程 (1)
- 无线通信 (1)
- 软件 (1)
- 源码 (1)
VHDL/FPGA/Verilog 本文介绍了VHDL硬件描述语言基础
本文介绍了VHDL硬件描述语言基础,包括:
1.简介
2.基本结构
3.基本数据类型
4.设计组合电路
5.设计时序电路
6.设计状态机
7.大规模电路的层次化设计
8.Function and Procedure
数据结构 对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[
对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen)
2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus)
取址运算符&(radsym),指向运算符@(padsym)
3.修改单词:修改不等号#为<>
4.扩充语句:(1)增加了else ...
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
Delphi控件源码 MD5变换动态链接库文件调用:(delphi例子) =======================================================================
MD5变换动态链接库文件调用:(delphi例子)
=========================================================================
function transfer(tran:widestring):widestring stdcall external md5.dll name transfer
//edit1为输入字符,edit2为输出md5摘要
procedure TForm1.Button1Click(Sender: TObject)
begin
e ...
其他书籍 在内存中的ADO记录集与DataBinding 建立ADO连接 ADO Update concurrency的测试 Tandem Unstructured File 转入Access资料库
在内存中的ADO记录集与DataBinding
建立ADO连接
ADO Update concurrency的测试
Tandem Unstructured File 转入Access资料库
如何将其他资料汇入MDB档
如同XBase的Macro Evaluation (&)
数据库的锁定
XBase与VB用法对照
RDO之Informix与VB的连线
RDO 的建立结果集(一)
RDO 的建立结果集(二)
RDO 结果集之Isolatio ...
其他嵌入式/单片机内容 原始数据以Kiwi格式存储在GTBL.dat的二进制文件中
原始数据以Kiwi格式存储在GTBL.dat的二进制文件中,具体的文件格式请参照ReveseTableFormat.xls 中的“逆引表格式”sheet.-this procedure is the function of the navigation data of the road data collation, analysis. Kiwi to the original data stored in the format of the binary file GTBL.dat, specific file for ...
单片机开发 51单片机C语言多种点阵屏驱动程序(开发软件为keil C ---8字点阵屏左移程序
51单片机C语言多种点阵屏驱动程序(开发软件为keil C ---8字点阵屏左移程序,64_16点阵屏驱动程序,上移显示程序,左移显示程序)51 monolithic integrated circuit C language many kinds of lattice screen driver (develops the software is keil C ---8 character lattice screen left shift procedure, the 64_16 latt ...
其他书籍 APCS
APCS,ARM 过程调用标准(ARM Procedure Call Standard),提供了紧凑的编写例程的一种机制,定义的例程可以与其他例程交织在一起。最显著的一点是对这些例程来自哪里没有明确的限制。它们可以编译自 C、 Pascal、也可以是用汇编语言写成的。 ...
编译器/解释器 用C语言编的一个小解释器
用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! 选自最新C语言精华(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh! ...
其他 Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than f
Input : A set S of planar points
Output : A convex hull for S
Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return.
Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR .
Step 3: Recursi ...