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

搜索资源列表

  1. With-an-array-of-programming-cPP

    0下载:
  2. c++用数组编程,数组的使用是c++的基础,此方法简便而且快捷,是个好用的模板,欢迎大家下载使用,并交流建议。-C++ with an array of programming, the use of arrays is the basis of c++, this method is simple and fast, is a good template, you are welcome to download, and exchange advice.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:9539
    • 提供者:吱吱
  1. CppStudy

    1下载:
  2. 高级C语言和C++语言demo 1.高级C部分包括二级指针、数组指针、链表,都是企业级使用方法 2.C++部分将C++语法做成demo和配套教学文档,帮助迅速入门C++ 3.里面还包含stl-demo、动态库回调函数demo、智能指针等进阶C++的demo-Senior C and C++ language demo 1. Senior C section includes two pointers, arrays, pointers, linked lists, are
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-09
    • 文件大小:1666350
    • 提供者:吴健
  1. shuzu

    0下载:
  2. 能够实现两列数组的排序和拼接以及筛选功能。C语言-Enables two arrays as well as sorting and filtering features stitching. C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:466038
    • 提供者:小飞侠
  1. CPPInterview

    0下载:
  2. 该代码中包含了一些经典的编程例子,设计范围包括数组、链表、树等,是C语言面试中一些经典问题的总结-The code includes some classical examples of programming, design scope includes arrays, linked lists, trees, etc., is the summary of some classic C language interview questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:329234
    • 提供者:dotfly
  1. CPP-source-code-Chapter-1-5

    0下载:
  2. C++程序设计实用教程的源代码1-5章,包括数组以及整除问题-C++ programming is practical tutorial source code 1-5 chapters, including arrays and divisibility problems, etc.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:2895395
    • 提供者:张英
  1. winucase_convert

    0下载:
  2. winucase_convert.pl convert Windows 8 Upper Case Mapping Table.txt to a two-level set of C arrays. -winucase_convert.pl convert Windows 8 Upper Case Mapping Table.txt to a two-level set of C arrays.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:923
    • 提供者:cinystong
  1. student

    0下载:
  2. c语言实现学生信息管理系统,适合初学者。可以帮助大家理解c语言的指针、数组、结构体-c language student information management system, suitable for beginners. You can help us to understand pointers, arrays, structures, etc. c language
  3. 所属分类:Education soft system

    • 发布日期:2017-05-02
    • 文件大小:863699
    • 提供者:
  1. acclib

    0下载:
  2. 滤波、解方程、模拟测井曲线、扸及、测井曲线拉伸机压缩复式变换等各种算法-The array dimensions are numbered, which makes it easy to add functions for arrays of higher dimensions. In particular, the 1st dimension of length n1 is always the fastest dimension, the 2nd dimen
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:45280
    • 提供者:minch
  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
    • 文件大小:3680532
    • 提供者:刘子自
  1. workspace

    0下载:
  2. 一些入门的c++编程例程:数组、指针、引用、类、循环、逻辑表达、友元等-Some started c++ programming routines: arrays, pointers, references, classes, cycling, logical expression, friend, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:16781942
    • 提供者:刘洋
  1. AT89C52

    0下载:
  2. 用51单片机编写,C语言程序,数组显示程序-51 MCU write, C language, arrays display program
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:613
    • 提供者:李毅
  1. statistical-results

    0下载:
  2. C语言课程设计的设计题目,使用数组和指针来统计成绩。-C language curriculum design of a design, the use of arrays and pointers to statistical results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1496181
    • 提供者:文龙
  1. QuickSort

    1下载:
  2. c++代码,实现快速排序,代码中有数组和向量两种代码实现-c++ code, quick sort, using vector arrays and two ways
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2086896
    • 提供者:yangyang
  1. Chapter5

    0下载:
  2. c++串、数组和广义表的类模板,以及对稀疏矩阵的三元组表示和十字链表表示-c++ strings, arrays, and class template generalized form, as well as sparse matrix representation and triples list represents a cross
  3. 所属分类:CSharp

    • 发布日期:2017-05-30
    • 文件大小:12067909
    • 提供者:黄广杰
  1. B1

    2下载:
  2. 学生成绩核算系统的设计与实现(25分) 课题内容: 设计一个学生成绩核算系统。能实现从文件中读取学生成绩资料,并提供成绩查询统计服务。 课题要求: (1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。 (2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。 (3)计算每位学生的总评成绩。 (4)计算该班级本课程的总平均成绩。 (5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3770
    • 提供者:HXM
  1. C2A6E2_SortValues.cpp

    0下载:
  2. Sorts values in C++ using arrays
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1145
    • 提供者:gpop
  1. QM

    1下载:
  2. QM算法 利用C++编写的QM算法,以两个数组m、d 为输入,输出一个最简表达式- QM algorithm using c++, with two arrays m, d for input, output one of the most simple expression
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4490
    • 提供者:jerry
  1. kebianchangshuzu

    0下载:
  2. 本程序实现了使用C语言的链表编写可变长数组,结构清晰-This procedure enables the use of C language variable length arrays
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1034202
    • 提供者:许睿
  1. code_exe

    0下载:
  2. Searching for shared motif between strings in C- Searching for shared motif between strings in C Amir Mohammad Nasrollahi, 30 Jan 2015 CPOL 4.50 (2 votes) Rate: vote 1vote 2vote 3vote 4vote 5 In this article, i consider the pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:44316
    • 提供者:xps1530
  1. fft

    0下载:
  2. Example of a FFT function written in C. A solution with one array for amplitude, and phase. A solution with two arrays using pointers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1343
    • 提供者:vexcro
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com