搜索资源列表

  1. VC下利用COM传递不定长结构数组(非Variant)

    0下载:
  2. Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2009-09-11
    • 文件大小:358855
    • 提供者:seaskyfox
  1. 统计数组中不同元素

    0下载:
  2. 用来统计数组中不同元素
  3. 所属分类:源码下载

    • 发布日期:2011-03-25
    • 文件大小:371
    • 提供者:yanjiang666
  1. 求数组中最大的数

    1下载:
  2. 求出数组中最大的数,并输出。
  3. 所属分类:C#编程

  1. 查找数组中的下标

    0下载:
  2. 输入十个整数存储在数组中,然后再输入一个整数X,在数组中查找X,找到则输出相应的下标。-Input ten digits into a list,input another digit,find this digit in the list,then output the mark of the digit.
  3. 所属分类:其它

    • 发布日期:2012-01-11
    • 文件大小:203376
    • 提供者:testsb
  1. 模板动态数组

    0下载:
  2. 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinar
  3. 所属分类:Windows编程

    • 发布日期:2024-06-16
    • 文件大小:11264
    • 提供者:悠然君
  1. 数组排序算法改进版

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : B
  3. 所属分类:Windows编程

    • 发布日期:2024-06-16
    • 文件大小:28672
    • 提供者:
  1. 在COM中使用数组_code

    0下载:
  2. 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.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-06-16
    • 文件大小:55296
    • 提供者:全宁
  1. jz

    0下载:
  2. 矩阵的转置。将一个稀疏矩阵压缩存贮到一个三元组数组中,转置存放到三元组数组中。-Matrix transpose. A compressed sparse matrix storage to a triple array, transpose them onto an array of triples.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:154624
    • 提供者:刘慧
  1. 数组中查找删除

    0下载:
  2. 数组中的查找和删除数据,最大上限为100,用c语言编写,可直接运行(Array of search and delete data, the maximum limit of 100, written in C language, can be run directly)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:5120
    • 提供者:闻怡
  1. 删除数数组中的0

    0下载:
  2. 有效删除数组中的0元素,保留非0元素,输出非零数组(Removes the 0 element in an array)
  3. 所属分类:LabView

    • 发布日期:2024-06-16
    • 文件大小:7168
    • 提供者:梁渠
  1. Matlab中数组元素引用有三种方法

    0下载:
  2. Matlab中数组元素引用有三种方法用于解决数组命名数组读取等问题(There are three ways to refer to array elements in Matlab for solving problems such as array naming, array reading, and so on)
  3. 所属分类:文档资料

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:liuxinglvn
  1. 索引数组

    0下载:
  2. 定位二位数组元素,可以查找某一行,或某一列,或某一个二位数组中的元素(Locating two bit array elements)
  3. 所属分类:LabView

    • 发布日期:2024-06-16
    • 文件大小:7168
    • 提供者:增峰电气
  1. 删除一维数组中的重复元素

    0下载:
  2. labview删除数组中的重复元素,不改变顺序,留下不重复的元素(delete the same number)
  3. 所属分类:LabView

    • 发布日期:2024-06-16
    • 文件大小:8192
    • 提供者:sunshineX
  1. ASP数组去重函数

    0下载:
  2. 本文件包括两个函数,一个是去除数组中的重复部分,一个是去除数组中指定参数部分(dislodge repeating part of Array)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:11264
    • 提供者:belltis
  1. 流水灯 数组

    0下载:
  2. 应用51单片机及c语言中的数组形式书写的流水灯程序(Application of 51 microcontroller and C language in the form of array written water lamp program)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:279552
    • 提供者:夜雨凄凉
  1. C++动态创建二维数组

    0下载:
  2. IDE: VS2015。利用C++动态创建二维数组,并可以求该二维数组中的最大值(Dynamically creating a two-dimensional array)
  3. 所属分类:

    • 发布日期:2024-06-16
    • 文件大小:828416
    • 提供者:丰宇
  1. sum

    0下载:
  2. 本程序实现识别数组中的数组部分并且求取它们的和(This program implements the identification of array parts in the array and the sum of them)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:854016
    • 提供者:小荷尖尖角
  1. 函数模板

    0下载:
  2. C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-16
    • 文件大小:1737728
    • 提供者:围小浩
  1. cell

    0下载:
  2. 从元胞数组中提取部分想要的数据,并进行简单的求和、求平均(Extract part of the desired data from cellular array, and make simple summation and average.)
  3. 所属分类:文档资料

  1. 数组

    0下载:
  2. 与数组相关的一些程序代码,比如在一个整型数组中寻找是否存在一个整数(Some code related to the array)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:10240
    • 提供者:舞墨汐
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org