CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 数组
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 数组 - List
[
ActiveX/DCOM/ATL
]
VC下利用COM传递不定长结构数组(非Variant)
DL : 0
Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存留,虽然Server支持DCOM,但是Client需要在本地运行,如果想Remote,稍微修改一下既可。
Update
: 2009-09-11
Size
: 350.44kb
Publisher
:
seaskyfox
[
Data structs
]
C语言实现的动态数组,可放入任意元素
DL : 0
C语言动态数组,可放入任意元素
Update
: 2010-12-22
Size
: 9.58kb
Publisher
:
hzdengxu@163.com
[
SourceCode
]
统计数组中不同元素
DL : 0
用来统计数组中不同元素
Update
: 2011-03-25
Size
: 371byte
Publisher
:
yanjiang666
[
CSharp
]
求数组中最大的数
DL : 1
求出数组中最大的数,并输出。
Update
: 2011-06-12
Size
: 327byte
Publisher
:
moxueweirong729252692@_
[
SourceCode
]
最大子数组
DL : 0
最大子数组
Update
: 2011-06-12
Size
: 522byte
Publisher
:
LANGRENBULE@163.com
[
Windows Develop
]
模板动态数组
DL : 0
本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinary and the two-way linked list of the code is to provide the right information within the rapid indexing, thereby greatly increasing the speed of data access.
Update
: 2025-02-19
Size
: 11kb
Publisher
:
悠然君
[
CSharp
]
整型数组与Object数组的互操
DL : 0
整型数组与Object数组的互操作性-integer arrays with the Object array of interoperability
Update
: 2025-02-19
Size
: 13kb
Publisher
:
李想
[
Data structs
]
如何给链表数组赋值
DL : 0
如何给链表数组赋值,很适合初学数据结构的朋友。-array assignment is well-suited to beginners data structure friend.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张志明
[
JSP
]
第七章 数组
DL : 0
java语言中的数组,包括一维数组和多维数组-array, including the one-dimensional arrays and multi-dimensional arrays
Update
: 2025-02-19
Size
: 16kb
Publisher
:
sss
[
Windows Develop
]
数组排序算法改进版
DL : 0
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sorting,quick sorting and selection sorting.Some template technics are included in the head file in order to make these sorting metods achieved in the same time . The source code is recomposed and optimized by Dinimicky_hu , using the some arrays of function pointer ,and amened some bugs.
Update
: 2025-02-19
Size
: 28kb
Publisher
:
[
ActiveX/DCOM/ATL
]
在COM中使用数组_code
DL : 0
COM中使用SAFEARRAY数组例程,代码中给了两种数组的用法,一种是字符串数组,另一种是自定义数据结构数组。 -use COM SAFEARRAY array routines, a code for the use of two arrays, a string array, and the other is from the definition of array data structure.
Update
: 2025-02-19
Size
: 54kb
Publisher
:
全宁
[
Other
]
数组中查找删除
DL : 0
数组中的查找和删除数据,最大上限为100,用c语言编写,可直接运行(Array of search and delete data, the maximum limit of 100, written in C language, can be run directly)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
闻怡
[
LabView
]
删除数数组中的0
DL : 0
有效删除数组中的0元素,保留非0元素,输出非零数组(Removes the 0 element in an array)
Update
: 2025-02-19
Size
: 7kb
Publisher
:
梁渠
[
Documents
]
Matlab中数组元素引用有三种方法
DL : 0
Matlab中数组元素引用有三种方法用于解决数组命名数组读取等问题(There are three ways to refer to array elements in Matlab for solving problems such as array naming, array reading, and so on)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
liuxinglvn
[
Documents
]
第六章 数组
DL : 0
c语言数组的具体应用,简单上手,思路清晰,容易学习(C language array of specific applications, simple to use, clear thinking, easy to learn)
Update
: 2025-02-19
Size
: 2.34mb
Publisher
:
456103
[
LabView
]
数组列最大值
DL : 0
求二维数组按照列的最大值,最小值。直接就可以用了(Find a two-dimensional array, according to the maximum value of the column, the minimum value. You can use it directly)
Update
: 2025-02-19
Size
: 6kb
Publisher
:
shuiyuege
[
Internet-Network
]
PHP数组
DL : 0
php数组编程例程大全,包括各种排序,和经常使用用法(PHP array programming routines Daquan)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
smartslug
[
Other
]
用指针访问数组
DL : 0
C++新手初体验,用指针访问数组小试牛刀(Use a pointer to access the array)
Update
: 2025-02-19
Size
: 731kb
Publisher
:
K1ngRay
[
Data structs
]
数组
DL : 0
用java描述常用数组排序如冒泡排序、直接排序、反转排序(Use Java to describe common array sort such as bubble sort, direct ordering, reverse ordering)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
林斌
[
Windows Develop
]
c++实现动态数组
DL : 0
使用C语言实现一个长度可扩充的数组(包含必要的数据结构及函数); 能存放任意类型的数据(Using C language to implement a dynamic array which can reserve any kinds of datas)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
shiwei0015
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.