搜索资源列表
VC下利用COM传递不定长结构数组(非Variant)
- Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减
统计数组中不同元素
- 用来统计数组中不同元素
求数组中最大的数
- 求出数组中最大的数,并输出。
查找数组中的下标
- 输入十个整数存储在数组中,然后再输入一个整数X,在数组中查找X,找到则输出相应的下标。-Input ten digits into a list,input another digit,find this digit in the list,then output the mark of the digit.
模板动态数组
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinar
数组排序算法改进版
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : B
在COM中使用数组_code
- 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.
jz
- 矩阵的转置。将一个稀疏矩阵压缩存贮到一个三元组数组中,转置存放到三元组数组中。-Matrix transpose. A compressed sparse matrix storage to a triple array, transpose them onto an array of triples.
数组中查找删除
- 数组中的查找和删除数据,最大上限为100,用c语言编写,可直接运行(Array of search and delete data, the maximum limit of 100, written in C language, can be run directly)
删除数数组中的0
- 有效删除数组中的0元素,保留非0元素,输出非零数组(Removes the 0 element in an array)
Matlab中数组元素引用有三种方法
- Matlab中数组元素引用有三种方法用于解决数组命名数组读取等问题(There are three ways to refer to array elements in Matlab for solving problems such as array naming, array reading, and so on)
索引数组
- 定位二位数组元素,可以查找某一行,或某一列,或某一个二位数组中的元素(Locating two bit array elements)
删除一维数组中的重复元素
- labview删除数组中的重复元素,不改变顺序,留下不重复的元素(delete the same number)
ASP数组去重函数
- 本文件包括两个函数,一个是去除数组中的重复部分,一个是去除数组中指定参数部分(dislodge repeating part of Array)
流水灯 数组
- 应用51单片机及c语言中的数组形式书写的流水灯程序(Application of 51 microcontroller and C language in the form of array written water lamp program)
C++动态创建二维数组
- IDE: VS2015。利用C++动态创建二维数组,并可以求该二维数组中的最大值(Dynamically creating a two-dimensional array)
sum
- 本程序实现识别数组中的数组部分并且求取它们的和(This program implements the identification of array parts in the array and the sum of them)
函数模板
- C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)
cell
- 从元胞数组中提取部分想要的数据,并进行简单的求和、求平均(Extract part of the desired data from cellular array, and make simple summation and average.)
数组
- 与数组相关的一些程序代码,比如在一个整型数组中寻找是否存在一个整数(Some code related to the array)