CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - vc array

搜索资源列表

  1. ArrayMalloc

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

    • 发布日期:2008-10-13
    • 文件大小:171550
    • 提供者:陈天胜
  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. 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. RandomArray

    0下载:
  2. VC++快捷的随机数组生成类的源代码 -VC++ quickly generate a random array of the source code for class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6057
    • 提供者:baji
  1. coint

    0下载:
  2. 用c++写的关于金币阵列问题的算法代码,有问题说明,text文档里有几种不同解决问题方式的算法代码,代码直接拷到vc就能编译运行的-Written using c++ array problem is proposed on the gold code, problem descr iption, text document, there are several different ways to solve the problem of algorithm code, the code can
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:26043
    • 提供者:duoduo
  1. Fullarray

    0下载:
  2. 3种求解全排列的方法,递归,迭代等,VC++6.0编译通过。-Three kinds of methods of solving the full array, recursion, iteration, etc., VC++6.0 compile.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1687
    • 提供者:楠楠
  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. 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. 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. 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. 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. CDataStruct

    0下载:
  2. 用VC实现的数据结构模板类 包括数组,普通链表,双向循环链表,哈希表,二叉搜索树,AVL 树-With VC data structure includes an array of template class, general list, two-way circular linked lists, hash tables, binary search trees, AVL trees
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16452
    • 提供者:tesaff
  1. Design.high.level.VC.sorting.array

    0下载:
  2. VC 编程阵列排序设计 Design of high-level programming VC sorting array code -Design of high-level programming VC sorting array code
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:19371
    • 提供者:yeah
« 12 »
搜珍网 www.dssz.com