代码搜索:InputData
找到约 842 项符合「InputData」的源代码
代码结果 842
www.eeworm.com/read/422568/10629752
m factorial.m
function nfact=inputdata(n)
% factorial.m
% function that computes n!
nfact=1;
for i=1:n
nfact=i*nfact;
end
www.eeworm.com/read/192685/8361225
txt 什么是“实时错误9----下标越界”.txt
VB在 使 用 数 组 前 必 须 指 定 数 组 的 大 小 。 一 种 办 法 是 在 定 义 时 确 定 大 小 , 如 :
Dim InputData(10) As Single
另 一 种 是 动 态 定 义 , 声 明 不 用 修 改 , 如 在 出 错 语 句 前 加 一 句 :
ReDim InputData(10) As Single
www.eeworm.com/read/463776/7175667
bas hexedit.bas
Attribute VB_Name = "Hexedit"
'**********************************
'接收模块
'**********************************
Public bytReceiveByte() As Byte '接收到的字节
Public intReceiveLen As Integer
www.eeworm.com/read/242302/13076601
txt 什么是“实时错误9----下标越界”.txt
VB在 使 用 数 组 前 必 须 指 定 数 组 的 大 小 。 一 种 办 法 是 在 定 义 时 确 定 大 小 , 如 :
Dim InputData(10) As Single
另 一 种 是 动 态 定 义 , 声 明 不 用 修 改 , 如 在 出 错 语 句 前 加 一 句 :
ReDim InputData(10) As Single
www.eeworm.com/read/493068/6405999
bas module1.bas
Attribute VB_Name = "Module1"
'Not thouroughly commented, comments desribe what each function does.
'Please see Form1 code to see how to call each function
Option Explicit
'APIs to access INI fi
www.eeworm.com/read/407916/11408581
h adtreelearner.h
/*
* This file is part of MultiBoost, a multi-class
* AdaBoost learner/classifier
*
* Copyright (C) 2005-2006 Norman Casagrande
* For informations write to nova77@gmail.com
*
* This library is