CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - vb array

搜索资源列表

  1. double-dimensional-array

    0下载:
  2. vb没有二维不定数组,工作的需要,自己写了个实现二维不定数组的小例子-vb D Indefinite array work needs to write their own small example D Indefinite array
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2.08kb
    • 提供者:yuanchao
  1. VBVC

    0下载:
  2. VBVC之间的通信,通过VB结构数组输入数据VC编写DLL实现图形文件-Communication between VBVC through VB array of input data structure VC to prepare the realization of graphics files DLL
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:172.29kb
    • 提供者:月夜の痕
  1. VBDynamicallyCreateControlArray

    0下载:
  2. VB,动态创建控件数组,可以动态地创建(在程序运行的时候创建)也可以动态地删除,代码比较简单,希望对需要的人有帮助。-VB, dynamically create a control array, you can dynamically create (in the program is running when the creation) can also be dynamically removed, the code is relatively simple, hope to those
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.9kb
    • 提供者:余余
  1. Calculator_vbnet

    0下载:
  2. VS2008开发的VB.net数学计算器,由NeverWind撰写,用于新手教程或指导。   注意:本程序是简单的四则运算计算器,不自动判定运算顺序,即,当输入1-2*3时候,先计算1-2,再计算-1*3。   为方便新手,不在设计界面更改控件属性。对控件属性赋值操作可以直接在窗体设计界面更改,如果你觉得这样一个一个的按键事件很麻烦,可以不手动画控件,在窗口初始化时生成按键数组,然后调用。但此方法不在本程序讨论之列。-The development of mathematical c
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:20.29kb
    • 提供者:
  1. duqushuzu

    0下载:
  2. 从vb.net文本框中读出的数据读成vb。net中的数组-Read from a text box vb.net data read into vb. net in an array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:688byte
    • 提供者:hxz
  1. string_shuzu

    0下载:
  2. 分解string字符串为char型数组 相当于VB中的split-The decomposition string to an array is equivalent to the split in the VB
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:1.48mb
    • 提供者:陈经理
  1. clsArray

    1下载:
  2. VB里面没有类似C++的队列的类,本源码在VB上实现了一个动态数组,可以自由添加数组元素,获取数组成员个数-VB there is no class of similar C++ queue, this source code in VB to achieve a dynamic array, the array elements can freely add, for the number of array members
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:1.17kb
    • 提供者:周振宇
  1. array-sort

    0下载:
  2. 基于vb的数组排列的简易小程序,可以对一组数据比如学生成绩进行排序-Vb array arrangement simple applet, you can sort a set of data such as student achievement
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:1.96kb
    • 提供者:罗杰
  1. zhifuzhuanhuan

    0下载:
  2. VB版字符转换器,转换各种下载地址字符串,支持腾讯、快车、旋风等下载地址的转换。另外还支持托盘图标功能,源代码内含一个托盘类。要VB源码可从一个经过Base64的字符串中解码到源字符串,从一个经过Base64的字符串中解码到源字节数组,将一个字节数组进行Base64编码,并返回字符串,转换字符串为数组,然后转换为4个6位(0-63),对文件进行Base64编码并返回编码后的Base64字符串。-VB version of the character converter, convert vari
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:8.7kb
    • 提供者:gps
  1. FFTtransform

    0下载:
  2. 在VB中实现对文本文档中数据的傅里叶变换。并出现变换后的波形-The useful functions are: FourierTransform() performs a Fast Fourier Transform on an pair of Double arrays-- one real, one imaginary. Don t want/need imaginary numbers? Just use an array of 0s. This fun
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.33kb
    • 提供者:陈依依
  1. Search

    0下载:
  2. VB搜索字符串数组事例,返回字符串所在数组的Index值-VB examples of the search string array and returns an array of strings where the Index value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.46kb
    • 提供者:hjz
  1. jsq

    0下载:
  2. 用vb编写的计算器小程序,可以帮助初学者掌握基本编程方法,尤其是控件数组的使用。-Using vb calculator small program that can help beginners master the basic programming methods, particularly the use of a control array.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.73kb
    • 提供者:sxtgwhj
  1. Excel-Array-Function-VB-Code

    0下载:
  2. Excel Visual Basic code that allows for some of Excel s functions that do not work with array inputs to function with array inputs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-12
    • 文件大小:2.1kb
    • 提供者:Qi Jung
  1. pyedicate__append

    0下载:
  2. A class library of vb array manipulation functions-A class library of vb array manipulation functions provides
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:5kb
    • 提供者:LFD@4776
  1. keyboard

    1下载:
  2. KEYBOARD (SENDKEY USING AND SETWINDOWLONG API USING)AND BUTTEN aRRAY DYNAMIC CREATE AND ADD EVENT hANDLE. CAN REPACE REAL JUST KEYBOARD SO YOU CAN INPUT BY MOUSE CLICK VB.NET EXAMPLE -keyboard (sendkey using and setwindowlong api using
  3. 所属分类:Other windows programs

    • 发布日期:2018-02-27
    • 文件大小:61kb
    • 提供者:石頭
  1. rzqdy

    0下载:
  2. A class library of vb array manipulation functions(A class library of vb array manipulation functions provides)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-28
    • 文件大小:5kb
    • 提供者:fwdzn@7090
  1. 3474345

    0下载:
  2. A class library of vb array manipulation functions provides
  3. 所属分类:其他小程序

    • 发布日期:2017-12-29
    • 文件大小:5kb
    • 提供者:SFQ_99615
  1. ss转array

    0下载:
  2. 选择集ss转VB array ,用来调用常用的vla-*****函数(selectionset to VB array ,to use vla-*** Function)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:15kb
    • 提供者:陈大兴
  1. 20170905_Pengumuman_BPOM

    0下载:
  2. @return int timestamp encoded. */. private function encode_time(array $t). {. /*Encode a timestamp send at the timeclock. copied from zkemsdk.c - EncodeTime*/.
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:12.44mb
    • 提供者:koharudin
  1. scomboBox-varios-estilos

    0下载:
  2. Combo Box Several Styles for Selection VB6
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:79kb
    • 提供者:CesarFallas
« 12 »
搜珍网 www.dssz.com