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

搜索资源列表

  1. file

    0下载:
  2. vc.net 2005 写的一个测试文本文件读取和保存的例子,里面包含了一个自定义结构的数组的使用,希望对初学者有用.-vc.net 2005 to write a test text file to read and save the example, which contains an array of custom structures to use, I hope be useful for beginners.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:730072
    • 提供者:chai
  1. VC_based_high_speed_dynamic_array_source_code

    0下载:
  2. 基于VC的高速动态数组源程序代码VC-based high-speed dynamic array of source code-VC-based high-speed dynamic array of source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:17876
    • 提供者:oao
  1. C_Numerical_calculation_array_request

    0下载:
  2. C#计算数组数值总和并求其中的素数C # Numerical calculation of the sum of the array, and request one of the prime number-vC# Numerical calculation of the sum of the array, and request one of the prime number
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:10916
    • 提供者:mfen
  1. 1(2)

    0下载:
  2. 分支限界法之布线问题 一、要求: 1、输入电路板区域n*m以及布线的起始位置和结束位置; 2、输出布线方案; 3、可以使用c或者vc实现 二、问题分析及实验原理: 在n*m的方格阵列中存在封锁区域(布线时必须绕开的区域),找到起始位置到目标位置的最短路径。从目标位置开始向起始位置回溯,逐步构造最优解。每次向标记距离比当前方格标记距离少1的相邻方格移动,直到到达起始方格为止。-Branch and bound method of a wiring
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1399
    • 提供者:杨博文
  1. Chess

    0下载:
  2. 一个模拟扫雷游戏的vc编码程序编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。-A simulated mine coding procedures vc game coding idea: set up a few array location of mined areas, few create their own view class member function, analysis is whether there is mine,
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:61410
    • 提供者:任柯
  1. shuzu

    0下载:
  2. com组件与vc之间数组类型的传递与接收-vc com component and between the transmission and reception array type
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1412
    • 提供者:jane
  1. haxi-contractt

    0下载:
  2. 针对数据结构哈希表是设计的要求,本源码是自己有vc.6.0编写的源码。使用线性探测处理冲突。整个程序的数据结构为结构体数组,方便查询。-According to data structure hash table is the design requirement and the source of their vc. 6.0 write source. Using linear detection dealing with conflict. The entire program for th
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1265326
    • 提供者:
  1. MFC_Array_Tutorial

    0下载:
  2. 一个使用MFC的VC++数组类代码,大家都知道,MFC的数组类可以存放任何数据类型,C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的,希望通过我这个程序示例让你对基于MFC的数组类有一个更好的理解,教您学会使用这种数组类。 -One using MFC in VC++ array class code, and we
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:11185
    • 提供者:madud00082
  1. sort2

    0下载:
  2. 一个基于VC的数组排序算法源码实例,程序中使用了函数指针数组,一共包含四种排序方法:泡沫排序法(bubble)、插入排序法(insertion)、快速排序法(quick)和选择排序法(selection)。在头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 -A sorting algorithm based on an array of source code VC instance, the program uses the function pointer array,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:24866
    • 提供者:madud00087
  1. sort

    0下载:
  2. 数组排序,VC++排序,C语言排序,2个for-sort in array, sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4855
    • 提供者:杨洋
  1. ChangNum

    0下载:
  2. VC++金额大小写转换实用源码,在数字框中任意输入数字 ,己把它做成了一个CnumToHan类,使用方法在示范程序中。运行程序后,在下边的文本框中会适时转换出对应的中文大小汉字,学习VC的可参考一下,这是一个数组与字符结合的综合实例。 -Case the amount of VC++ source code conversion utility, enter any number in the digital box, had it made into a CnumToHan class,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:19732
    • 提供者:madud00106
  1. sarray20

    0下载:
  2. 一个基于VC的高速动态数组源程序,希望对大家有所帮助-A VC-based source of high-speed dynamic array, we hope to help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:16279
    • 提供者:madud00111
  1. 31767648capusb

    0下载:
  2. 基于VC的线阵CCD采集以及显示成像系统-VC-based linear array CCD image acquisition and display system
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:10798
    • 提供者:戴新颖
  1. xieshuju

    1下载:
  2. VC++写数组的数据到TXT文件,很实用,很给力!-VC++ to write an array of data to TXT file, it is practical, it is a force!
  3. 所属分类:Windows编程

    • 发布日期:2013-10-29
    • 文件大小:854
    • 提供者:史万里
  1. shuzu

    0下载:
  2. vc数组与序列化的程序源码,很不错的demo-vc array and sequence of the program source code, it is a good demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:5469
    • 提供者:朱丽萍
  1. read_shuzu

    0下载:
  2. vc读取序列化后的数组的程序源码,很不错的demo-vc to read the serialized array
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5623
    • 提供者:朱丽萍
  1. maze

    0下载:
  2. 利用数组实现的迷宫代码,在VC环境下运行-Code using the array to achieve the maze, run in VC environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:182653
    • 提供者:xia
  1. 1

    0下载:
  2. 利用VC++6.0实现了利用数组输出各种金字塔,包括乘法小九九、货币金字塔、数字正三角形等图形-Using VC++6.0 using the array output to achieve a variety of pyramids, including the multiplication of small 99, the currency pyramid, triangle and other digital graphics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3207
    • 提供者:zhuimengren
  1. 1

    0下载:
  2. 利用VC++6.0实现了基于伙伴算法的内存分配与释放,算法中只使用了数组这一数据结构,算是一大不足,希望大家予以完善-Achieved using VC++6.0 based partner with the release of memory allocation algorithms, the algorithm uses only the array data structure can be regarded as a big enough hope to improve
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1938
    • 提供者:zhuimengren
  1. 1

    0下载:
  2. 利用VC++6.0实现了迷宫问题,构成迷宫图形的数组由主函数中的二维数组决定,其他的操作可以按照界面提示进行-Using VC++6.0 to achieve a maze, maze graphics array form from the main function of the two-dimensional array of decisions, other operations can follow the screen prompts
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1559
    • 提供者:zhuimengren
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com