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

搜索资源列表

  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:845944
    • 提供者:shshlzh
  1. matlab函数

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:Windows编程

    • 发布日期:2010-12-03
    • 文件大小:535910
    • 提供者:shshlzh
  1. CommonAlgorithm_C_language

    0下载:
  2. C语言的小算法,包括链表,汉偌塔,进制转换,数组,数据结构等-Small C language algorithms, including linked lists, Han Ruo-tower, hexadecimal conversion, arrays, data structures, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:320447
    • 提供者:周期
  1. lua-5.1.2CE

    0下载:
  2. Lua is a powerful, fast, lightweight, embeddable scr ipting language. Lua combines simple procedural syntax with powerful data descr iption constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpre
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1725537
    • 提供者:xuyong
  1. impulse

    0下载:
  2. 用impulse c设计的分布式两个数组的乘法和系统-Designed by impulse c Distributed multiplication of two arrays and systems
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-24
    • 文件大小:88710
    • 提供者:怒风
  1. c

    1下载:
  2. 本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer a
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:134142
    • 提供者:wuke
  1. arrays

    0下载:
  2. Two-dimensional dynamic arrays in C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1002
    • 提供者:Alex
  1. loans.and.parallel.arrays

    0下载:
  2. This C++ application calculates home loan analysis with parallel arrays.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:948
    • 提供者:joshuacollins
  1. gdsl-1.4.tar

    0下载:
  2. The Generic Data Structures Library (GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C. It is designed to offer for C programmers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1348344
    • 提供者:likun
  1. BranchAndBound

    1下载:
  2. 本程序是用分支定界法求最短路径的程序,用C++编写。采取的基本思想是:使用最小优先队列分支界限法来构建程序,细节是对于每个节点,包含三个变量:当前走过的路径长度、当前的花费和该节点对应的实际城市的编号。关于确定节点优先级,我们规定首先以“当前走过的路径长度”来确定优先级,当路径长度相等时,以“当前的花费”来确定优先级。同时,我们还定义两个数组dist[i]和pric[i]保存当前求得的从源城市到每个城市的最短距离和花费,用于剪枝时的评判标准。-This procedure is to use b
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:61277
    • 提供者:李贺
  1. arrays

    0下载:
  2. C#语言数组的编程,提供了可执行的源代码-array
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:57006
    • 提供者:王萱
  1. c

    0下载:
  2. C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。   书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。   本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++ -Expert C Programming " C show
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7602145
    • 提供者:万娟
  1. C-notes

    0下载:
  2. C 语言常见问题集,本书共20章,原著:Steve Summit,翻译:朱群英, 孙云。这不是一本普通的基础入门书籍,他把所有C中可能遇见的难点,容易出错的地方全部收集其中,通俗易懂 第一章:声明和初始化 第二章:结构、联合和枚举 第三章:表达式 第四章:指针 第五章:空(null) 指针 第六章:数组和指针 第七章:内存分配 第八章:字符和字符串 第九章:布尔表达式和变量 第十章:C 预处理器 第十一章:ANSI/ISO 标准C 第十二章:标准输
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:942678
    • 提供者:chennature
  1. csharp

    0下载:
  2. 第一章 C#简介 第二章 C#基础元素 第三章 布尔逻辑与分支语句 第四章 循环 第五章 方法 第六章 结果及异常处理 第七章 类与对象 第八章 枚举与机构 第九章 数组与集合 第十章 面向对象技术进阶 第十一章 字段与属性 第十二章 迭代器和分部类 第十三章 索引器 第十四章 泛型 第十五章 委托和时间 第十六章 运算符重载 第十七章 Windows窗体应用程序 第十八章 菜单与工具栏设计 第十九章 Windows窗体应用
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:2070994
    • 提供者:xiewei
  1. arrays

    0下载:
  2. C++模式设计-基于QT4开源跨平台开发框架 arrays操作 适合嵌入式初学者-C++ mode design- QT4 based open source cross-platform development framework for embedded arrays operating beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1279
    • 提供者:mailan
  1. c--code--powerp[oint

    1下载:
  2. c语言基础讲解 重要课件 主要前几章的数组、指针-c language to explain important courseware based on the first few chapters of the main arrays, pointers
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19756759
    • 提供者:刘甜甜
  1. c

    0下载:
  2. c语言基础编程实例,包括数组,指针等,适合初学者参考-c programming language based on examples, including arrays, pointers, etc., suitable for beginners reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:21444
    • 提供者:张明
  1. Sams.Teach.Yourself.C.plus.plus.in.One.Hour.a.Day

    0下载:
  2. This book is designed to help you teach yourself how to program with C++. Just as you can learn to walk one step at a time, you can learn to program in C++ one hour at a time. Each lesson in this book has been designed so that you can read the en
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2294847
    • 提供者:Khanhha
  1. Intro-to-C-Language-by-Tan-Haoqiang

    0下载:
  2. 本书介绍了C语言的基本入门知识,包括C的历史、循环结构、数组、指针、函数、预处理等。-This book presents an introduction to the basic C language, including C s history, looping structures, arrays, pointers, function, pretreatment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3503699
    • 提供者:清风
  1. Intro-to-C-Language-by-Qiu-Zongyan

    0下载:
  2. 本书(作者裘宗燕)介绍了C语言的基本入门知识,包括C的历史、数组、指针、循环结构、预处理、函数等。-Book (author Qiuzong Yan) of the C language, the basic entry knowledge, including the history of C, arrays, pointers, loops, pre-processing, function, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7905910
    • 提供者:清风
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com