搜索资源列表
plapoint
- 用指向指针的指针变量访问一维和二维数组 用C语言编制,用于对一维或二维数组的指针间接访问-indicators used at the target variable visit one-and two-dimensional arrays in C language for the right one-dimensional or two-dimensional array of indirect indicators visit
vbanddll
- VB函数中传递数组,在VB中数组作为函数的参数,相当于C/C++指针-VB transfer function arrays, in VB array as a function of the parameters, the equivalent of C / C indicators
8arraysUsage
- 8 个arrays用法的c++源码 包括2个2dArray 给初学习C++的朋友们-eight arrays use of the c-source 2dArray including two early learning C to friends
qiudui
- 这是一个用C语言写的球队成员管理系统,是一个小的项目,其中用到了C语言的基本语法,指针,数组,链表,文件,结构体都有,对于学习语言很有帮助-This is a C language written by the team members of the management system, is a small item, which uses the C language's basic syntax, guidelines, arrays, linked lists, document
magicbaby
- 魔力游戏伤害计算器源码c#编写,用数组进行数据存储,对经常pk的人有很大帮助-magic of the game hurt calculators source c # prepared with data storage arrays, on the regular pk be very helpful
ARRAYS
- 学习C语言路上的第一道难关,数组,此代码就是关于数组操作的所有问题的基本原理和入门
IGDIPlus
- IGDIPlus v.3.0 一个Delphi的图像绘画接口, 提供强大的绘画机制.也可以用于C++ Builder-Interface based Delphi friendly GDI+ implementation. Features: * All GDI+ objects are accessed trough interfaces, with automatic release of resources. * All data types are e
lua-5.1.2CE
- 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
CPointers
- A TUTORIAL ON POINTERS AND ARRAYS IN C by Ted Jensen Version 1.2 (PDF Version) Sept. 2003
d01akf
- 求积分,可以计算被积函数高震荡的一维积分- D01AKF IS AN ADAPTIVE INTEGRATOR, ESPECIALLY SUITED TO C STRONGLY OSCILLATORY NON-SINGULAR INTEGRANDS, WHICH CALCULATES C AN APPROXIMATION TO THE INTEGRAL OF A FUNCTION OVER A FINITE C INTERVAL (A,B) C C
ARRAY
- Arrays realized with classes in c-Arrays realized with classes in c++
xunhuan
- 设有两个数组A和B,其数据均为20个。编程实现将两个数组中的数据各自按由小到大的顺序存放。之后,再将既在A数组中出现又在B数组中出现的整数按照由大到小的顺序存放于数组C中。 -The known two integer the variables A and B, try to write complete the following operating procedures: (1), if two number one is odd number, it will be an odd
merge-two-arrays
- C code for merging two arrays.
Uygulama6
- c++ examples of Arrays
Arrays
- This document gives a brief descr iption about Arrays in C++ language
minic_interpreter
- 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
stacknode
- 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
arrays
- program with examples of arrays in c-program with examples of arrays in c++
282small-programs-on-C
- C语言经典例程282个小程序,涵盖了数组、指针、文件操作等,适合入门者学习。-C language classic routines 282 small programs, covering arrays, pointers, file operations, etc., suitable for beginners to learn.
C经典程序
- 最基础的C语言程序,覆盖输入输出操作,数组,函数,指针,文件等,很典型。(The most basic C language program, covering the input and output operations, arrays, functions, pointers, documents, etc., is very typical.)