搜索:VAR
找到约 56 项符合「VAR」的查询结果
结果 56
按分类筛选
- 全部
- 技术资料 (10)
- 数学计算 (4)
- matlab例程 (4)
- 单片机编程 (3)
- Delphi控件源码 (3)
- 其他 (2)
- Linux/Unix编程 (2)
- 编译器/解释器 (2)
- 嵌入式Linux (2)
- Delphi/CppBuilder (2)
- 软件 (1)
- 书籍 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- 开发工具 (1)
- Matlab (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- Java编程 (1)
- 网络 (1)
- 嵌入式/单片机编程 (1)
- 人工智能/神经网络 (1)
- 数据结构 (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
https://www.eeworm.com/dl/666/293218.html
Delphi控件源码
VBS解析_delphi.rar function ParseFileDir(a_strFileName) { var l_FunNo var l_BaseDir var res
VBS解析_delphi.rar
function ParseFileDir(a_strFileName)
{
var l_FunNo
var l_BaseDir
var result
l_BaseDir = "D:\\X项目\\"
l_FunNo = a_strFileName.substring(0, 5)
result = l_BaseDir+l_FunNo + \\ +a_strFileName
return result
}
https://www.eeworm.com/dl/527/488401.html
通讯/手机编程
To use this function just define a variable say var, var = pnseq(a, b, c) for a, b and c refe
To use this function just define a variable say var,
var = pnseq(a, b, c)
for a, b and c refer to the zip file
https://www.eeworm.com/dl/665/192069.html
matlab例程
MATLAB source code: This function implements the *(int*)(&float_var).
MATLAB source code:
This function implements the *(int*)(&float_var).
https://www.eeworm.com/dl/1001361.html
技术资料
LOGO51Var1.1原理图说明
LOGO51Var1.1原理图详细说明文档,涵盖电路设计、信号路径和模块功能。适用于嵌入式系统开发与硬件调试,提供清晰的架构解析和技术参考。
https://www.eeworm.com/dl/665/275217.html
matlab例程
Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio
Simple VaR Calculator provides:
- Evaluation of return distribution of single asset or portfolio of assets
- Volatility forecasts using moving average and exponential algorithm
- Value at Risk of single asset or portfolio measurement using parametric and historical simulatio ...
https://www.eeworm.com/dl/930355.html
技术资料
VaR法在信息安全风险评估中的应用探讨
目前风险分析方法以定性分析为主。但是定性分析方法有很大的局限性:首先,定性的分析方法不是用数学或统计的工具将风险模型化,因此一次风险评估的成败与执行者的经验有很大的关系[1]。其次,由于没有对影响大小 ...
https://www.eeworm.com/dl/647/428551.html
嵌入式/单片机编程
procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1
procedure senddata
var
i:integer commflg : Boolean
begin
commflg:=true
for i:=1 to 8 do
begin
if not fcomm comml writecommdata(sendbutter,i) then
begin
Commflg=false
break
end
end
end
(4) 接收数据
在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发 ...