搜索资源列表
arPtrs
- Learn visual c++ 6.0 now! solution source code for arPtrs (arrays and pointers).
carmen
- program in Visual C++ the progrma make a search with arrays-program in Visual C++ the progrma make a search with arrays
boosbegin
- 利用boost::begin和boost::end可以使我们最大限度减少数组和容器等越界现象!-Using boost:: begin and boost:: end allows us to minimize cross-border phenomena such as arrays and containers!
cmobliphone
- C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
address_book_program
- VC++控制台应用程序,通讯录程序中有利用链表和数组两种方式。-VC++ console application, address book program, there are two ways that the use of linked lists and arrays.
Lab7-oaip
- Simple programm on C++ Wirking with arrays-Simple programm on C++ Wirking with arrays
GMS
- 自己用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
three-dimensional-array
- C/C++语言动态申请二维数组和三维数组的几种方法-C/C++ language dynamic several ways to apply for a two-dimensional arrays and three-dimensional array
array_3_ASS5
- demonstration of arrays
xuezhiwenzhang
- 这是一个关于指针,数组,结构的文章,要想学好掌握好指针,要多看看文章,多理解-This is an article pointers, arrays, structures, in order to learn to master pointer to see more articles, more understanding
MoveControl
- MPC08两轴运动控制,包括定点移动,加减速,阵列,圆等运动模式-MPC08 two-axis motion control, including fixed-point moves, acceleration and deceleration, arrays, round and other sports mode
avrOperation
- C语言核心基础知识:结构体,指针,数组的源码,包含学生信息的结构体。-C language Core Basics: structure, pointers, arrays of source, including student information structure.
medi
- 设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
medo
- 设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
algorithm-CPP
- 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
CPP-Matrix
- 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
Array-made-of-double-linked-lists
- 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
laberinto
- maze developed with dynamic arrays. C language
FlightPlan
- 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.
set1
- 教练员A、B和C将要从编号为1到n的队员中挑选自己的队员。为公平起见,每个教练都根据自己的喜好程度将队员排序;你负责根据以下规则为他们分配队员。 你拿到的数据是a、b、c三个数组,表示三个教练对队员的喜好程度排序,每个数组都是数字1到n的一个排列,下标越小表示教练越喜欢该队员。你的分组规则是,从还未被分配的队员中找一个教练A最喜欢的队员分到A组;然后,在未分配的队员中分配教练B最喜欢的队员到B组;然后是教练C;再是教练A、B......依次类推直到所有队员分配完毕。-Coach A