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

搜索资源列表

  1. HappySnake

    0下载:
  2. 我自己用tc写的一个贪吃蛇游戏,里面包括两个版本,Snake_Cng.c,Snake.c和两个可执行文件,其中Snake_Cng.c是在Snake.c的基础上加了一个游戏难度递增控制。蛇的身体使用数组实现的,有兴趣的不妨看一下。-my own use tc Snake write a game that included two versions, Snake_Cng.c, Snake.c and two executable files, Snake_Cng.c which is Snake.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:44575
    • 提供者:王高
  1. DSPprogram

    0下载:
  2. 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:19521
    • 提供者:郭春吉
  1. pointer007

    0下载:
  2. 指针是C语言中广泛使用的一种数据类型。 运用指针编程是C语言最主要的风格之一。利用指针变量可以表示各种数据结构; 能很方便地使用数组和字符串; 并能象汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C语言的功能。 学习指针是学习C语言中最重要的一环, 能否正确理解和使用指针是我们是否掌握C语言的一个标志。同时, 指针也是C语言中最为困难的一部分,在学习中除了要正确理解基本概念,还必须要多编程,上机调试。只要作到这些,指针也是不难掌握的。-target is C languag
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:20091
    • 提供者:崔太军
  1. 8arraysUsage

    0下载:
  2. 8 个arrays用法的c++源码 包括2个2dArray 给初学习C++的朋友们-eight arrays use of the c-source 2dArray including two early learning C to friends
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4321
    • 提供者:jeffery
  1. qiudui

    2下载:
  2. 这是一个用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
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:27833
    • 提供者:李博
  1. makequeen

    0下载:
  2. 一个通过皇后算法构造稀疏矩阵的c++代码 矩阵以数组形式存储-an algorithm through Queen's sparse matrix structure of the c code matrix to form storage arrays
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14202
    • 提供者:yanxi
  1. magicbaby

    0下载:
  2. 魔力游戏伤害计算器源码c#编写,用数组进行数据存储,对经常pk的人有很大帮助-magic of the game hurt calculators source c # prepared with data storage arrays, on the regular pk be very helpful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17914
    • 提供者:cyh
  1. ccf

    0下载:
  2. 用C++实现使用链表动态分配二维数组 用C++实现使用链表动态分配二维数组-C realization use dynamic allocation chain C Two-dimensional arrays to achieve dynamic distribution chain using two-dimensional array
  3. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:1517
    • 提供者:韩健
  1. Merge2Array

    0下载:
  2. this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:2989
    • 提供者:tony chen
  1. PTRTUT01

    0下载:
  2. A tutorial on pointers and arrays in C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28213
    • 提供者:黄东
  1. linux_c_chat

    0下载:
  2. linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Arrays. Not check the parameters validity. When transmit may be error. If the client program no right exit,others cannot know,the service program sh
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5177
    • 提供者:吴兴圆
  1. 1i

    0下载:
  2. 软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) \"字符串\" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] doubl
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:8895
    • 提供者:王东
  1. fft

    0下载:
  2. fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. dir = 1 gives forward transform dir = -1 gives reverse transform
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1801
    • 提供者:jessie
  1. xml

    0下载:
  2. With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:28571
    • 提供者:aprist
  1. ofeli-1.3.0-3

    0下载:
  2. OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2211735
    • 提供者:王大为
  1. factorial

    0下载:
  2. 实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .............
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:235248
    • 提供者:莫斯韦
  1. ActionScript编程实例

    1下载:
  2. Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
  3. 所属分类:FlashMX源码

  1. IGDIPlus

    0下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-22
    • 文件大小:6877504
    • 提供者:www
  1. 22

    0下载:
  2. 设2个字符串存分别在2个数组中,编写一个算法程序实现这2个串的连接运算,要求不能使用C语言中的字符串连接函数。-2 string deposit located in two arrays, the procedures for the preparation of an algorithm to achieve this two strings to connect computing, the requirements can not use the C language string co
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:860
    • 提供者:weiwei
  1. ArraysPointersInC

    0下载:
  2. This a short text on arrays and pointers in C with an emphasis on using multi-dimensional arrays. The seemingly unrelated C rules are explained as an attempt to unify arrays and pointers, replacing arrays and the basic array equation by a n
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5191
    • 提供者:asi
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com