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

搜索资源列表

  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. 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. 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. 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. homework

    0下载:
  2. 将两个分别从小到大排列的有序数组a和b复制合并到第3个有序数组c中。m和 n分别是数组a和b的元素个数,结果c的元素个数为k。例如,a和b数组分别为{1,2, 2,3,8}和{3,4,7,8},则结果数组c的值是:{1,2,2,3,3,4,7,8,8)。算法是:将a、b两个数组看成两个队列,比较队首的两个元素,将较小者放入c队列尾部,如果队首的两个元素相等,则先选择a队列首部元素加入c队列尾部。循环执行以上过程,直到a或b队列之一为空,然后将另一个非空队列拷贝到c队列尾部。注意:不允许使用其它算
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1406
    • 提供者:姜玉洁
  1. Attendance-management-system

    0下载:
  2. Visual C++环境下开发的学生出勤管理系统。 该系统要求建立一个简单的学生出勤管理系统,并具有排序、查找、计算、插入、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用。-Visual c++ development environment of student attendance management system. The system requirements to establish a simple student attendan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1953
    • 提供者:chenhuanran
  1. Visual-CPP.NET-library-All

    0下载:
  2. 此资料是《Visual C++.NET 类库大全》的电子版。 第 1 章介绍了基本类库的主要内容及其分类。 从第 2 章开始分类介绍基本类库的主要内容。 第 2 章介绍根类和CWnd 类。 第 3 章介绍MFC 应用程序结构类。 第 4 章介绍窗口、对话框和控件类。 第 5 章介绍绘图和打印类。 第 6 章介绍简单数据类型类。 第 7 章介绍数组、列表和映射类。 第 8 章介绍文件和数据库类。 第 9 章介绍Internet 和网络类。 第 10 章介
  3. 所属分类:.net

    • 发布日期:2017-05-16
    • 文件大小:3943827
    • 提供者:lrsn
  1. MyArray

    0下载:
  2. 动态数组及模板类 任务目标:   学习C++的类机制、模板机制、运算符重载、重载函数机制、内存动态分配与释放等。 任务描述:   使用C++的类机制实现一个动态的数组类MyArray,具有完整的构造和析构函数。使用模板机制,使其能够支持各种数据类型(包括结构体)。MyArray类中实现以下方法: 添加一个元素,使用函数重载的方式,实现1)添加数组尾部,2)添加到指定序号位置; 通过函数,设置指定位置(序号)的元素数据; 删除指定序号的元素; 删除所有元素;
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-28
    • 文件大小:10502296
    • 提供者:周畅
  1. CPP-Matrix

    0下载:
  2. 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:20885
    • 提供者:vicky
  1. 06_arrays

    0下载:
  2. it s almost last slide to learn how to code in c++ computer programming. this slide is about arrays.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:151987
    • 提供者:wanfreecode
  1. MAZE

    0下载:
  2. 一个老鼠走迷宫的程序,用C++编写,用到了堆栈和数组,方便实用,VC++6.0编写-A Mouse Maze procedure using C++ write, use the stack and arrays, convenient and practical, VC++6.0 write
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:358119
    • 提供者:管学宁
  1. migong

    0下载:
  2. 老鼠走迷宫程序,C++编写,用到了堆栈和数组,地图可更改,非常方便学过数据结构的同学学习-Mouse Maze procedure, C++ write, use the stack and arrays, maps can be changed, very easy to learn the students learned data structures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:277709
    • 提供者:管学宁
  1. rat

    0下载:
  2. 老鼠走迷宫程序,用C++编写,程序中用到了链栈和数组,老鼠的移动用进栈出栈完成,迷宫地图用二维数组完成,方便实用,对要课程设计的同学有帮助。-Mouse Maze procedure using C++ written procedures used in the chain stacks and arrays, move the mouse into the stack using the stack is complete, the maze map done with two-dimens
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:873219
    • 提供者:管学宁
  1. Array

    0下载:
  2. 用C++模板实现动态数组Array。用于学习动态数组的数据结构和使用-Dynamic array Array in C++ template. For data structure and use of learning dynamic arrays
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:12871
    • 提供者:C C++ MFC linux
  1. getprocessid

    0下载:
  2. C#获取当前运行的进程,代码中引入的using System.Diagnostics 是要用到名称空间中的Process 类,本例将枚举windows当前正在运行的所有进程,并把这些进程信息显示在ListView列表中,这些进程信息主要是进程的ID,优先级,专用内存大小,启动时间并填入ListView控件中,程序利用进程名获取进程数组。-C# get the current running process, the code introduced using System.Diagnostics
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:9080
    • 提供者:epudn30
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com