每天调用存储过程的列表,里面是日报所有procedure的明细
上传时间: 2017-02-20
上传用户:luke5347
先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。 然后启动delphi6.0,创建一个新的工程。 在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db; 接下来放置DdeClientItem控件(system标签页),设置DdeConv为DdeClientConv1,设置DdeItem属性值为所要读取的数据库点参数值如dbmixvol.pv; 放置一个edit控件; 放置一个timer控件,设置interval属性值为100;在ontimer脚本中加入: procedure TForm1.Timer1Timer(Sender: TObject) begin edit1.text:=form1.DdeClientItem1.Text end
上传时间: 2014-01-22
上传用户:lwwhust
This document describes the interface between HLA and Linux via direct system calls. The HLA Standard Library provides a header file with a set of important constants, data types, and procedure prototypes that you can use to make Linux system calls.
标签: HLA describes interface document
上传时间: 2013-12-24
上传用户:shus521
This is GPS in matlab calculatePseudoranges finds relative pseudoranges for all satellites listed in CHANNELLIST at the specified millisecond of the processed signal. The pseudoranges contain unknown receiver clock offset. It can be found by the least squares position search procedure.
标签: calculatePseudoranges pseudoranges satellites relative
上传时间: 2017-03-09
上传用户:时代电子小智
it is lms algo based noise cancellation program. with the p4 256 mb ram, xp/vista/dos/linux platform you can run it. the procedure is given in documents.
标签: cancellation platform program based
上传时间: 2013-12-26
上传用户:lijinchuan
Express gatool use of MATLAB in the implementation of training neural network genetic algorithm procedure
标签: implementation algorithm training Express
上传时间: 2014-08-01
上传用户:84425894
In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produced 露procedure affich_calcul, one declared the prototype and one it definite after one made the call has this function.
标签: variable i.e. reference exists
上传时间: 2013-12-17
上传用户:netwolf
) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
标签: code Compression huffman provide
上传时间: 2017-05-30
上传用户:yuchunhai1990
SJF2410 can program SMDK2410 flash memory (K9S1208,Intel E28F128,AMD29LV800BB) through JTAG port and read/write data from/to a specified address. rar file includes the DOS based programming software application, JTAG schematic and programming procedure
标签: 2410 program through memory
上传时间: 2013-12-07
上传用户:luopoguixiong
对于ARM体系来说,不同语言撰写的函数之间相互调用(mix calls)遵循的是 ATPCS(ARM-Thumb procedure Call Standard),ATPCS主要是定义了函数呼叫时参数的传递规则以及如何从函数返回,关于ATPCS的详细内容可以查看ADS1.2 Online Books ——Developer Guide的2.1节。这篇文档要讲的是汇编代码中对C函数调用时如何进行参数的传递以及如何从C函数正确返回
标签: ARM
上传时间: 2014-01-16
上传用户:zyt