CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - arrays

搜索资源列表

  1. arPtrs

    0下载:
  2. Learn visual c++ 6.0 now! solution source code for arPtrs (arrays and pointers).
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:997.73kb
    • 提供者:damian
  1. carmen

    0下载:
  2. program in Visual C++ the progrma make a search with arrays-program in Visual C++ the progrma make a search with arrays
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:6.75kb
    • 提供者:Phobos
  1. boosbegin

    0下载:
  2. 利用boost::begin和boost::end可以使我们最大限度减少数组和容器等越界现象!-Using boost:: begin and boost:: end allows us to minimize cross-border phenomena such as arrays and containers!
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:941.06kb
    • 提供者:John Smith
  1. cmobliphone

    0下载:
  2. C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:63.4kb
    • 提供者:alex
  1. address_book_program

    0下载:
  2. VC++控制台应用程序,通讯录程序中有利用链表和数组两种方式。-VC++ console application, address book program, there are two ways that the use of linked lists and arrays.
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:11.16kb
    • 提供者:张恒
  1. Lab7-oaip

    0下载:
  2. Simple programm on C++ Wirking with arrays-Simple programm on C++ Wirking with arrays
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:7.3kb
    • 提供者:Andrew
  1. GMS

    0下载:
  2. 自己用C++编写的基于控制台的学生成绩管理系统,包括了很多C++的知识:类、向量、动态数组、菜单设计、相关度计算-Written in own use C++, console-based student performance management system, including the a C++ a lot of of the knowledge: class, vector, dynamic arrays, menu design, the related degrees calcu
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:17.75kb
    • 提供者:wurangzhong
  1. three-dimensional-array

    0下载:
  2. C/C++语言动态申请二维数组和三维数组的几种方法-C/C++ language dynamic several ways to apply for a two-dimensional arrays and three-dimensional array
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:358.38kb
    • 提供者:roc
  1. array_3_ASS5

    0下载:
  2. demonstration of arrays
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:3.52mb
    • 提供者:trebor
  1. xuezhiwenzhang

    0下载:
  2. 这是一个关于指针,数组,结构的文章,要想学好掌握好指针,要多看看文章,多理解-This is an article pointers, arrays, structures, in order to learn to master pointer to see more articles, more understanding
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:11.41kb
    • 提供者:杨子蓝
  1. MoveControl

    0下载:
  2. MPC08两轴运动控制,包括定点移动,加减速,阵列,圆等运动模式-MPC08 two-axis motion control, including fixed-point moves, acceleration and deceleration, arrays, round and other sports mode
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:3.53mb
    • 提供者:
  1. avrOperation

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

    • 发布日期:2017-11-26
    • 文件大小:188.28kb
    • 提供者:chenghuachao
  1. medi

    0下载:
  2. 设X[0:n-1]和Y[0:n-1]为2 个数组,每个数组中含有n 个已排好序的数。试设计一个 O(log n)时间的算法,找出X 和Y 的2n 个数的中位数。-Let X [0: n-1] and Y [0: n-1] for the two arrays, each array containing the n number has been sorted. Try to design an O (log n) time algorithm to find the X and Y 2n
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:76.89kb
    • 提供者:廖sir
  1. medo

    0下载:
  2. 设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中-Let X [0: n- 1
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:659byte
    • 提供者:王倩
  1. algorithm-CPP

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

    • 发布日期:2017-04-05
    • 文件大小:64.85kb
    • 提供者:robert
  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
    • 文件大小:20.4kb
    • 提供者:vicky
  1. Array-made-of-double-linked-lists

    0下载:
  2. the first file (Array made of double linked lists): you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:sundos
  1. laberinto

    0下载:
  2. maze developed with dynamic arrays. C language
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:geraballz
  1. FlightPlan

    0下载:
  2. Using arrays to write a program to calculate how long it will take you to fly between any two cities on an extremely unusual airline.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:880.12kb
    • 提供者:bhinds-cc
  1. set1

    1下载:
  2. 教练员A、B和C将要从编号为1到n的队员中挑选自己的队员。为公平起见,每个教练都根据自己的喜好程度将队员排序;你负责根据以下规则为他们分配队员。   你拿到的数据是a、b、c三个数组,表示三个教练对队员的喜好程度排序,每个数组都是数字1到n的一个排列,下标越小表示教练越喜欢该队员。你的分组规则是,从还未被分配的队员中找一个教练A最喜欢的队员分到A组;然后,在未分配的队员中分配教练B最喜欢的队员到B组;然后是教练C;再是教练A、B......依次类推直到所有队员分配完毕。-Coach A
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:3.51mb
    • 提供者:刘子自
« 12 »
搜珍网 www.dssz.com