搜索结果
找到约 39 项符合
var 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (3)
- 数学计算 (3)
- Delphi控件源码 (3)
- Delphi/CppBuilder (2)
- matlab例程 (2)
- 其他 (2)
- 嵌入式Linux (2)
- 编译器/解释器 (2)
- 其他嵌入式/单片机内容 (1)
- 人工智能/神经网络 (1)
- 书籍源码 (1)
- Internet/网络编程 (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- 数据结构 (1)
- 压缩解压 (1)
- 网络 (1)
- VC书籍 (1)
- Linux/Unix编程 (1)
- SQL Server (1)
- Java编程 (1)
- 嵌入式/单片机编程 (1)
- 通讯/手机编程 (1)
- C/C++语言编程 (1)
- Matlab (1)
- 软件 (1)
- 书籍 (1)
- 技术资料 (1)
Internet/网络编程 打开目录ads文件夹 找到top_ads.js文件 用记事本打开后就可以看到: -------------------------------------- var head_ads_tx
打开目录ads文件夹
找到top_ads.js文件
用记事本打开后就可以看到:
--------------------------------------
var head_ads_txt_num=4
var head_ads_txt_dim=new Array(head_ads_txt_num)
head_ads_txt_dim[1]="『丁香苑社区』 给您全新的体验!|"
head_ads_txt_dim[2]="『丁香苑社区』 给您全新的2005 !|"
head_ads_ ...
中间件编程 最牛的FLASH源码. 2006-11-25 1:04:04. 2006年11月25日var w1=window.createPopup() document.write("") ... 15、大熊猫
最牛的FLASH源码. 2006-11-25 1:04:04. 2006年11月25日var w1=window.createPopup() document.write("") ... 15、大熊猫生日,吹灭生日蜡烛后,朋友们问它,许了什么愿望。大熊猫回答说:“我这辈子有2个最大的愿望,一个是希望能把我的黑眼圈治好,还有 ... ...
Delphi/CppBuilder procedureTForm1.Button1Click(Sender:TObject) var S:String begin S:=idhttp1.Get(PostURL.text+
procedureTForm1.Button1Click(Sender:TObject)
var
S:String
begin
S:=idhttp1.Get(PostURL.text+ ?username= +EdUserName.Text+ &password= +EdPassWord.Text+ &password2= +EdPassWord.Text+ &email= +
EdEMail.Text+ &gendernew=1&year=&month=&day=&locationnew =&site=&oicq=&icq=&yahoo=&msn=&bio=&styleidnew ...
Delphi控件源码 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmphei
图形显示技巧,这是其中一段代码
procedure TForm1.Button1Click(Sender: TObject)
var
newbmp:TBitmap
i,bmpheight,bmpwidth:integer //推拉
begin
newbmp:=TBitmap.Create
newbmp.Width:=image1.Width
newbmp.Height:=image1.Height
bmpheight:=image1.Height
bmpwidth:=image1.Width
for i:=0 to bmphei ...
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 simulation.
- Historical dat ...
其他 详细地介绍了基于Var技术的中国金融风险管理。
详细地介绍了基于Var技术的中国金融风险管理。
其他 var matlab:variant //通过"变体"调用接口是比较低效的,但很方便 begin //变体这种结构
var matlab:variant //通过"变体"调用接口是比较低效的,但很方便
begin //变体这种结构,本是vb中的东西。
try //如果已有活动的matlab.application对象,取其接口
matlab:=GetActiveOleObject( Matlab.Application )
except //这些个api所使用到的参数,其实都可以在注册表里搜索到.
matlab:=CreateOleObject( Matlab.Appl ...
数学计算 Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the princ
Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal
% component subspace U of dimension PPCA_DIM using a centred covariance
matrix X. The variable VAR contains the off-subspace variance (which
is assumed to be spherical), while the vector LAMBDA ...
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
}
嵌入式Linux adc驱动测试程序for s3c44b0 uclinux。insmod 后在var目录建立一个adc0的节点才能使用程序测试驱动。
adc驱动测试程序for s3c44b0 uclinux。insmod 后在var目录建立一个adc0的节点才能使用程序测试驱动。