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

搜索资源列表

  1. mfc_array_tutorial

    0下载:
  2. │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11.33kb
    • 提供者:青衣
  1. newoula-C

    0下载:
  2. * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值的函数值数组 -* Improved Euler me
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:xuyan
  1. sgj6

    0下载:
  2. 第二个搜索函数为私有成员函数S a v e S e a r c h,由插入和删除操作来调用。S a v e S e a r c h不仅 包含了S e a r c h的功能,而且可把每一级中遇到的最后一个节点存放在数组l a s t之中-second search function to the private members of a function S S e v e r c h a, insert and delete operation to call. A S S e v e r
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:史桂金
  1. dongtaishuzu

    0下载:
  2. 动态申请一维数组 #include\"iostream.h\" void main() { int n,*array cin>>n array=new int[n] delete []array }
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.27kb
    • 提供者:1
  1. dongtai2wei

    0下载:
  2. #include\"iostream.h\" void main() { int n,**array cin>>n array=new int *[n] for(int i=0 i<n i++) { array[i]=new int[n] } array[n-1][n-1]=3 cout<<array[n-1][n-1]<<endl }
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.45kb
    • 提供者:1
  1. datast

    0下载:
  2. array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16.37kb
    • 提供者:王飞
  1. VC视图绘制动态曲线图

    0下载:
  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 applic
  3. 所属分类:Windows编程

    • 发布日期:2011-12-18
    • 文件大小:1.88mb
    • 提供者:xiayang168
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2.03mb
    • 提供者:smj_9547
  1. optimum_array_processing

    0下载:
  2. H. L. Van Tree大牛检测调制估计理论第四卷所有插图源代码,当然目前的代码内容是作者已经提供的前七章的内容,后三章提供了后,我会及时上传-HL Van Tree Daniudi modulation detection estimation theory the fourth volume of the source code of all the illustrations, of course, the current code is already provided by the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:156.55kb
    • 提供者:许留山
  1. torr_mapsac_F

    0下载:
  2. MAPSAC指最大后验一致算法(Maximum a Posteriori sample consensus),是一种新的鲁棒性估计方法。由P.H.S Torr编写,供研究F阵鲁棒估计的人学习调用。-MAPSAC refers to maximum a posteriori agreement algorithm (Maximum a Posteriori sample consensus), is a new robust estimation method. By PHS Torr prepa
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2.18kb
    • 提供者:Zhongren Wang
  1. 12

    0下载:
  2. 实验目的:熟悉并使用模板 实验内容: (1)程序清单12.1 -#include <iostream.h> template <class T> T average(T *array, int size) { T sum = 0 for (int count = 0 count < size ++count) sum+= array[count] return(sum/size) }
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.17kb
    • 提供者:huangzhiqiang
  1. jpeg

    2下载:
  2. JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为
  3. 所属分类:Windows Develop

    • 发布日期:2014-07-01
    • 文件大小:11.9kb
    • 提供者:太平洋
  1. unicode_gb2312_table_generator

    0下载:
  2. unicode gb2312互换表格(数组)生成器 生成文件: 1)gb2312_to_unicode_table.h 2)unicode_to_gb2312_table.h-unicode gb2312 swap table (array) generator generates files: 1) gb2312_to_unicode_table.h 2) unicode_to_gb2312_table.h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:492.98kb
    • 提供者:6756
  1. Ch5Demo1

    0下载:
  2. 基本输入——键盘和鼠标消息 基本输入——键盘和鼠标消息-For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8.56kb
    • 提供者:YRG
  1. hangman

    0下载:
  2. 通过一个猜字母的游戏,练习perl中的直接量列表、数组、s p l i t、j o i n、上下文和f o r e a c h循环等概念-it`s a word guess game,by which you can practice the concepts array,datasheet,split,join and foreach of perl
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:555byte
    • 提供者:lynn
  1. util

    0下载:
  2. in addition to array.h, image.h and matrix.h
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:lesleyz
  1. FIR

    0下载:
  2. FIR滤波器幅频特性图像C#的实现! 使用交互界面! 可实现滤波器阶数的选择-This module provides functions to implement Finite Impulse Response (FIR) * filters using a variety of algorithms. * * These functions use most or all of the following input parameters: * * inp
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2.68kb
    • 提供者:wangcongyi
  1. The-CPP-Programming-Language

    0下载:
  2. 此源码为C++程序设计语言(特别版)/(美)斯特朗斯特鲁普(Stroustrup,B.)著 裘宗燕译这本书书中所举例子的完整源码。-The source code for C++ Programming Language (Special Edition)/(U.S.) Armstrong Stroustrup (Stroustrup, B.) the Qiuzong Yan translation of this book book full source code examples.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:65.92kb
    • 提供者:xuyin
  1. Array

    0下载:
  2. 数据结构 数组头文件 加入项目中可直接使用 Array.h Array.c Test.c-Data Structure Array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:244.88kb
    • 提供者:刘宣东
  1. array

    1下载:
  2. Palabos 源文件array.h 就是这个货(Palabos source code 'array.h', that's it)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:kdkd
« 12 3 »
搜珍网 www.dssz.com