CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Array vc

搜索资源列表

  1. readfilw

    0下载:
  2. vc++编写的可读入.obj文件的源代码,指定文件名,可以将.obj文件中的数据存入数组-vc prepared readable entry. Obj the source code, the designated file name can be. obj document, the data are stored in the array
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2130391
    • 提供者:刘欢
  1. ArrayMalloc

    0下载:
  2. 用VC实现了动态数组分配的 包括所有源代码-with VC dynamic array allocation, including all source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:171550
    • 提供者:陈天胜
  1. MinusANDDivision

    0下载:
  2. VC++6.0,利用数组实现的大整数减法、除法。(小于100位整数)-VC 6.0, the use of an array of integers achieve subtraction, division. (Less than 100 integers)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:rr
  1. ImageToBuffer2D

    0下载:
  2. 这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensiona
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:112098
    • 提供者:nana
  1. Shuffle

    0下载:
  2. This article came out of the result of a forum of discussion CodeGuru.com. When we tried to implement an array of Windows buttons, we did not find any solution using ClassWizard. In VB, this can be achieved by copying a single button. We could not fi
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:72490
    • 提供者:yang hao liung
  1. Analisis_CArray_in_MFC

    0下载:
  2. 我们在使用vc进行比较复杂的编程时,经常需要用到复杂的数组结构,并希望能实现动态管理。由于C++并不支持动态数组,MFC提供了一个CArray类来实现动态数组的功能。有效的使用CArray类,可以提高程序的效率。 MFC提供了一套模板库,来实现一些比较常见的数据结构如Array,List,Map。CArray即为其中的一个,用来实现动态数组的功能。 CArray是从CObject派生,有两个模板参数,第一个参数就是CArray类数组元素的变量类型,后一个是函数调用时的参数类型。 我们
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8813
    • 提供者:li sheng
  1. ArrayFrame

    0下载:
  2. Vc.net编写的关于数组分析程序的练习程序-Vc.net prepared by the array analysis procedures on the practice procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27349
    • 提供者:罗华
  1. SearchMedian.rar

    0下载:
  2. 寻找无序数组的中位数,实际上代码实现了寻找无序数组中任意第x大的数,使用了快排的思想。VC++ 2005环境,Find disordered array median, in fact, code has to find a disorderly array of arbitrary section x large, use the quick thinking of row. VC++ 2005 Environment
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3961
    • 提供者:inspire
  1. UpperNum.rar

    0下载:
  2. 给定一个数组A,里面只出现0-9这10个数字,但不一定全部出现,然后给定一个K的值,求A中大于K的整数当中最小的一个,并输出。例如A={0,1}, k =12,则结果为100. vc++ 2005环境,Given an array A, which only the 10 digits 0-9, but not necessarily all appear, and then given a value of K, and K is greater than A, the smallest in
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-14
    • 文件大小:4347
    • 提供者:inspire
  1. safearray.rar

    1下载:
  2. 传递byte数组,safearray使用方法,vc写ocx在vb下调用,Passing byte array, safearray use, vc written under the call ocx in vb
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2273784
    • 提供者:背包旅行
  1. ArcPartDemo

    0下载:
  2. 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:45646
    • 提供者:wsadfg
  1. cucunguanlimoni

    0下载:
  2. 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Fixed memory partition experiments using an array of structures to achieve, partition information structure initialized by implementation. Structure containi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1536
    • 提供者:社天
  1. THOS_USB_Communications

    0下载:
  2. 使用Labview编写PC端USB通讯程序,与C8051f320进行大规模数组USB通讯。文件中Device部分是Silab提供的FileTransfer例程,适用于C8051f320;Host部分中VC程序Silab提供的原例程,Labview程序是根据VC程序自主改写移植而成。已通过测试验证。-Interface for USB communicatons on PC, was coded by Labview, and it can transfer(USB) big array with
  3. 所属分类:USB develop

    • 发布日期:2017-03-22
    • 文件大小:566008
    • 提供者:贾鹏
  1. shujufenxi

    0下载:
  2. Vc++6.0在数据分析方面计算一维数据组的数组特征(方差,均值,分为点等)-Vc++ 6.0 in the data analysis of the calculation of one-dimensional array of data sets characteristics (variance, mean, divided into points, etc.)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1139
    • 提供者:kaka
  1. WaveMapDrawer

    0下载:
  2. 在VC++程序里绘制波形图的类。根据传入的数组表示的一个或多个信号,使用这个类可以在程序的指定位置位置描述这个信号的波形图-In VC++ program of the type of waveform drawn. According to the introduction of an array of said one or more of the signal, the use of this type can be specified in the procedure described
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:61263
    • 提供者:
  1. HistogramDrawer

    1下载:
  2. 在vc++程序里面绘制直方图的类。根据传入的数组参数,绘制出数据区间统计直方图-Vc++ program in which the type of histogram mapping. According to the introduction of an array of parameters, to map out the data interval histogram statistics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:7107
    • 提供者:
  1. ourdev_530727

    0下载:
  2. 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:871405
    • 提供者:刘智
  1. 03061460

    0下载:
  2. 存储管理模拟 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Storage management simulation experiments using a fixed memory partition an array of structures to achieve, partition information structure initialized
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2358315
    • 提供者:wangxingzhen
  1. kexuegongchengsuanfavcjj

    0下载:
  2. 数组矩阵函数微积分统计分析等算法VC算法 第N章的所有示例工程源程序 \Source\Classes 本书所有算法类的源程序 \Source\Lib 集成本书所有算法的静态库文件 \Source\Dll 集成本书所有算法的动态库文件-Array matrix function calculus, such as statistical analysis algorithm VC algorithm section of Chapter N of all sample pro
  3. 所属分类:Algorithm

    • 发布日期:2017-03-19
    • 文件大小:1317888
    • 提供者:江帆
  1. jiecheng

    0下载:
  2. 在VC++中利用数组来实现超大整数的阶乘-In VC++ Use the array to achieve super-integer factorial
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5485
    • 提供者:slcfn
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com