代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8360663
txt qb里有没有数组.txt
当 然 有 。 而 且 BASIC的 数 组 比 Pascal灵 活 些 。
你 可 以 这 样 定 义 :
Dim n(1 To 10) As Integer
也 可 以 定 义 动 态 数 组 :
Dim n() As Integer
......
m = 10
ReDim n(m) As Integer
www.eeworm.com/read/283278/9031514
lin wave.lin
E:\制作和~1\总线开发\试验程序\BASIC_~1\SHOW\SHOW.OBJ
TO E:\制作和~1\总线开发\试验程序\BASIC_~1\SHOW\SHOW
RS(256)
www.eeworm.com/read/185213/9049850
readme
BASIC /bay'-sic/ n.
A programming language, originally designed for Dartmouth's experimental
timesharing system in the early 1960s, which for many years was the leading
cause of brain damage i
www.eeworm.com/read/175741/9535067
txt readme.txt
---------------------------------------------------------------------------
Subject: Readme file for large-integer arithmetic Basic library
Author : Sjoerd.J.Schaper - vspickelen@zonnet.nl
Date :
www.eeworm.com/read/433951/7901664
problem
(defproblem problem basic
((have kiwi)) ((swap banjo kiwi)))
www.eeworm.com/read/243093/12964895
m icasso.m
function [Iq,A,W,S,sR]=icasso(X,M,varargin)
%function [Iq,A,W,S,sR]=icasso(X,M,['argid1',value1,'argid2',value2,...])
%
%PURPOSE
%
%Demonstrates the basic Icasso procedure:
%1. Runs FastICA with give
www.eeworm.com/read/242302/13076095
txt qb里有没有数组.txt
当 然 有 。 而 且 BASIC的 数 组 比 Pascal灵 活 些 。
你 可 以 这 样 定 义 :
Dim n(1 To 10) As Integer
也 可 以 定 义 动 态 数 组 :
Dim n() As Integer
......
m = 10
ReDim n(m) As Integer
www.eeworm.com/read/326691/13122894
txt 5-1416msg1.txt
Subject: basic word order
this be a somewhat delay reaction to frederick newmeyer 's post on basic word order . i be prepare to let someone else comment on the underlie logic of newmeyer 's message .
www.eeworm.com/read/316871/13515438
txt file-formats.txt
BASIC IDE File Format:
This document gives information about the layout of files generated by the BASIC IDE. Most of these are INI files.
******************************
BPJ (BASIC IDE Project)