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

搜索资源列表

  1. c5

    0下载:
  2. 指针是C语言的精华,是C语言最重要的内容之一,也是最难掌握的部分。在程序中可以使用指针来处理数据、变量、数组、字符串、函数、结构体、文件及动态分配内存等。正确地使用指针,可以使程序精简、灵活、高效。指针的概念比较复杂,如果误用指针,程序运行将出现意想不到的错误,这是初学指针应注意的问题。因此指针是C语言的重点和难点-Pointer is the essence of the C language, is one of the most important elements of the C la
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:75681
    • 提供者:李文宝
  1. achvectors

    0下载:
  2. Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:348017
    • 提供者:sun2grit
  1. S

    0下载:
  2. C语言编写,获得本地TXT文件的内容,并且赋值给三个数组,然后在屏幕上显示出来-C language, the contents of the local TXT file, and assigned to the three arrays, and then displayed on the screen
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1305
    • 提供者:仇实
  1. string

    0下载:
  2. Lesson 9: C Strings This lesson will discuss C-style strings, which you may have already seen in the array tutorial. In fact, C-style strings are really arrays of chars with a little bit of special sauce to indicate where the string ends. This tutori
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-23
    • 文件大小:3626
    • 提供者:UUU
  1. minic_interpreter

    0下载:
  2. 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
  3. 所属分类:Compiler program

    • 发布日期:2017-10-31
    • 文件大小:118984
    • 提供者:CM
  1. zifuchuangjiansuo

    0下载:
  2. 实现字符串检索函数,该函数的功能是用来检索在一个指定的字符串中第一次出某个指定字符的位置。用指针和数组实现保存为 3.c-Achieve string retrieval function, which function is used to retrieve a specified string for the first time out of a specified character position. With pointers and arrays to achieve saved
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:2769
    • 提供者:陈磊
  1. avrOperation

    0下载:
  2. C语言核心基础知识:结构体,指针,数组的源码,包含学生信息的结构体。-C language Core Basics: structure, pointers, arrays of source, including student information structure.
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:192796
    • 提供者:chenghuachao
  1. Collection-of-logical-operations

    0下载:
  2. 本文档实现了字符集合的并交差等逻辑运算,采用多种语言(包括c和c++),采用多种数据结构(链表、数组等)实现集合的并交差等运算。分别用结构体和类实现。很适合初学者熟练掌握基本的数据结构知识以及集合的运算过程。-This document character set and achieve cross other logic operations, multiple languages ​ ​ (including c and c++), using a variety of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2612
    • 提供者:刘争辉
  1. stacknode

    0下载:
  2. 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:2278
    • 提供者:liyuyu
  1. CPP-QT-design-pattern-src.tar

    2下载:
  2. C++ QT设计模式(第二版)完整程序 C++ QT design pattern (second edition) complete program src.tar.gz 包括:ansicast、arithmetic、arrays等目录-C++ QT design pattern (second edition) complete program C++ QT design pattern (second edition) complete program src.tar.gz inc
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-25
    • 文件大小:4742144
    • 提供者:刘杨
  1. lab6-(1)

    0下载:
  2. c program arrays receive 2 arrays verify the 2, 3 MMC
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:639
    • 提供者:filipe
  1. BinaryAdd

    0下载:
  2. 有两个各存放在数组A和B中的n位二进制整数,考虑它们的相加问题.两个整数的和以二进制形式存放在具有(n+1)个元素的数组C中-There are stored in each of the two arrays A and B of the n-bit binary integers, the sum consider their problem two integers in binary form and stored in a (n+1) element array in C
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:563
    • 提供者:xiaoxue
  1. intro to array

    0下载:
  2. introduction to arrays and array pointers to arrays in C language
  3. 所属分类:C#编程

  1. algorithm-CPP

    0下载:
  2. 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:66411
    • 提供者:robert
  1. sy8

    1下载:
  2. 动态数组的实现 设矩阵A,B,C都是3*3矩阵,矩阵元素为整数类型,要求: 1.3个矩阵都采用动态数组进行存储; 2.编写实现C=A+B的函数; 3.编写实现C=A*B的函数。-Set up to implement dynamic arrays matrices A, B, C are 3* 3 matrix, the matrix elements of type integer requirements: 1.3 matrices are used to store dyn
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:679
    • 提供者:权东
  1. elsfk

    0下载:
  2. 在Ubutu系统下,利用C的数组,以及VT功能码等知识编写的俄罗斯方块小游戏,游戏可以直接运行玩耍,是初学者学习数组知识不错的资料-Under the Ubutu system, using arrays of C, and VT function code written knowledge tetris game, the game can be run directly to play, is a beginners array learning good information...
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:16995
    • 提供者:lianglin
  1. CPPproblem

    0下载:
  2. 面向对象程序设计与实践(1)实验指导书。 实验一 简单C++程序设计 实验二 类与对象 实验三 数组与指针 实验四 继承与派生 实验五 多态性 实验六 流式IO 实验七 C++程序设计应用 适合C++初学者利用此资料进行练习 -Object-oriented programming and Practice (1) experimental instructions. Experiment a simple C++ program design exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:22810
    • 提供者:weiling
  1. C_Interface_GF

    0下载:
  2. C interface using Intel/Compaq Visual Fortran and Microsoft Visual C++ This case contains four custom models which use procedures written in C. This project is meant to be used with Intel/Compaq Visual Fortran and Microsoft Visual C++.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4895
    • 提供者:tom
  1. C_Interface_VF

    0下载:
  2. C interface using GFortran and g++ of GCC This case contains four custom models which use procedures written in C. This case is meant to be used with GFortran and g++ of GCC suite. Sizes of dynamically allocated matrices and arrays ar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4799
    • 提供者:tom
  1. CNTService-v1.80

    0下载:
  2. CNTService v1.80 在MFC中开发NT服务的类框架-CNTService v1.80 A class framework for developing NT services in C++ v1.80 (1 January 2014) Updated copyright details. Updated code to clean compile on VC 2013 Reworked the classes to optionally compile
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:110076
    • 提供者:吉祥
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com