CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 数组实现

搜索资源列表

  1. BIGSUB

    0下载:
  2. 程序实现80位长度的减法运算,,以tc实现。原理是使用数组来进行运算-program 80 subtraction length of the operation, to achieve tc. The principle is to use the array operator
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1391
    • 提供者:
  1. ksdsnnd

    0下载:
  2. VB实现多组循环控件,可以同时实现很多维数组的计算,实现数组维数可控,计算精度可控-VB multi-cycle control, and can achieve many peacekeeping array, the array to achieve controllable dimension, precision controllable
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:94755
    • 提供者:张灯结
  1. c

    0下载:
  2. 约瑟夫问题 约瑟夫问题: 有n个人围成一圈,顺序排号,从第一个开始报数,报到m者退出圈子,由下一个人从新开始报数,问最后六下的是几号? 要求:1.n为固定的10 2.用数组实现 3.m由键盘输入
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:904
    • 提供者:sas
  1. 3-java

    0下载:
  2. 宠物商店, 1. 所有宠物都具有:名字,颜色和年龄 三个属性。宠物建议命名成Pet 2. 宠物商店中可以增加宠物、根据名字、颜色、年龄查询宠物。宠物商店建议命名成PetStore 3. 考虑实现方便,目前只有两种宠物,Cat 和 Dog ,后续会继续增加宠物类别,但是Cat和Dog具体有多少只,需要用户决定数量; 4. 宠物商店中对宠物的存放结构必须使用数组(具体数组多大,也就是多少只宠物,由用户决定数量,同第三条一个意思); 5. 测试类(PetStoreDemo),要求能
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:2444
    • 提供者:冯小小
  1. Calculatorcode

    0下载:
  2. Java程序计算器是:图形界面与数学计算相结合。图形界面的实现:考虑到按钮多而易混的问题,就选择了用数组来完成实现,在数字进行运算时,考虑的我们一般的计算器都是通过按按钮显示数字的,所以要有个类来获得按钮上的数字,由此可知还需要一个获得按钮上的运算符号,获得数字和运算符号上的按钮是放在链表里的,通过链表的节点不同来识别是数字还是运算符号,一般是第一个节点里存放的数字是第一个参加运算的数,第二个是放的运算符号,第三个是放的第二个参加运算的数,程序设计的优点是:条理清晰,容易理解,容易修改。这样设计
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:9325
    • 提供者:邓彭成
  1. Application

    0下载:
  2. 编写Application和Applet程序,实现:将上学期所学的各门课程的名称及考试成绩的信息用数组存放,并在for(或while)循环中利用排序算法,将成绩进行升(或降)序排列,最后输出排序后的课程成绩。-Application and Applet preparation procedures, achieve: The last semester of study by the name of the course and examination results with an arr
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:3456
    • 提供者:邓彭成
  1. c

    1下载:
  2. 本文对指针做了比较全面的介绍。指明了c语言中指针定义时的注意事项;给出了指针的数据类型以及指针在不同运算过程中的实际含义;用实例详细说明了指针对动态数组的实现;并介绍了指针在函数调用时的作用。-This paper has done a more comprehensive indicator of the introduction. Specified in the definition of c language pointer Notes given the data pointer a
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:134142
    • 提供者:wuke
  1. Bank

    0下载:
  2. 请实现一个简单的银行储蓄系统,承担活期用户的存款和取款业务,要求如下: (1) 实现描述银行的类Bank,记录系统中现有哪些储户,(可用数组实现但注意越界),定义了生成储户的函数append,按照账户删除储户的函数Delete,按账号查询储户的函数query,并显示结果. (2)定义储户类Account,具有属性账号,存款人姓名和余额,操作saving withdraw和showme. 函数saving 存储业务,函数withdraw处理取款业务,(余额不足时不予以取并给提示信息),showme
  3. 所属分类:软件工程

    • 发布日期:2013-01-10
    • 文件大小:1795
    • 提供者:杜若
  1. DynArray_85420103

    1下载:
  2. 动态数组的实现 帮组初学者学习动态数组,是一个很好的例子-The realization of dynamic array help group for beginners to learn dynamic array, is a good example of
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1356
    • 提供者:hechangwei
  1. UseTheVCToRealizeDrawingFiguresOfMathematicFunctio

    0下载:
  2. 用VC++实现数学函数图形绘制包括(数学函数 图形绘制 模板数组 三次样条)-Use the VC++ to realize drawing figures of mathematic functions
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:146692
    • 提供者:馒头
  1. vcPP

    0下载:
  2. 数组得类模板设计之:实现功能PushBack(Tt)向数组中追加元素。 -Class template array was designed: to achieve functional PushBack (Tt) added to the array elements.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:3677
    • 提供者:丁辉
  1. ADI_Blackfin_HardwareTest

    0下载:
  2. 工程名称: ad7606.dpj 工程平台需求: PLM 参考设计平台 √ Blackfin仿真器 √ VisualDSP5.0++ √ 工程描述: 此工程是PLM平台的A/D测试程序。它实现了PLM平台的A/D转换测试功能。它通过sport口从AD7606采集转换后的原始数据,并转换为-10V~+10V的标定值。 运行与测试: (1) 连接仿真器和目标板。 (2) 打开"VisualDSP++ Environment",切换到相应的session。
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1494191
    • 提供者:王辉
  1. Sliding-Blocks

    0下载:
  2. 首先,通常我们需要准备7种方块,4个方向的形状表,,这个程序是怎么实现的呢? 其实这个程序,同样是使用一个7*4*16的数组来保存这个形状表,但是,它没有直接初始化-First of all, we usually need to prepare seven diamonds, four directions of the shape of the table, and the program is how to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1883
    • 提供者:zengnan
  1. 1_to_2

    0下载:
  2. 数组操作,将一维数组转成二维数组,通过数组操作函数来实现。-Array operation
  3. 所属分类:软件工程

    • 发布日期:2017-04-01
    • 文件大小:4816
    • 提供者:mqy
  1. 2

    0下载:
  2. 利用数组实现,寻找鞍点.并且打印出鞍点的位置信息.-Use the array to achieve, to find the saddle point and print out the location information of the saddle point.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:690
    • 提供者:daddy
  1. n

    0下载:
  2. 实现任意位数进行相加运算(100位以内).利用数组实现.-Arbitrary number of bits for the sum operator (100) using an array to achieve.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:602
    • 提供者:daddy
  1. queue

    0下载:
  2. 1.利用数组实现优先队列; 2.利用链表实现优先队列; (注:默认以最大值为优先级最高,思考:如何实现用户指定优先级(最大优先或最小优先)) -Using an array of priority queues using a linked list priority queue (Note: The default maximum value for the highest priority, thinking: how to implement user-specified
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:72128
    • 提供者:丹枫晓晓
  1. 8-lights-cycle-pattern

    0下载:
  2. 单片机8盏灯的循环花样,利用单片机的延时和C语言的数组实现LED灯的循环-Microcontroller 8 light cycle pattern, using SCM delay and the C language array of LED lights cycle
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:38047
    • 提供者:御风
  1. two-dimensional-array-Tetris-game

    0下载:
  2. 二维数组在俄罗斯方块游戏编程中的应用,分析了俄罗斯方块中关键技术,主要思想,并用二维数组实现-Application of two-dimensional array in Tetris game programming, analyses the key technology in Tetris, main idea, and a two-dimensional array implementation
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1276858
    • 提供者:chenshuoli
  1. shortest-roads

    0下载:
  2. 实现最短路径,具有可视化界面。使用二维数组实现。具有动态画图效果-shortest roads
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:6206993
    • 提供者:孙丹丹
« 12 3 »
搜珍网 www.dssz.com