CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - home

搜索资源列表

  1. smatrix

    1下载:
  2. 数据库课程设计,用完全链表结构实现稀疏矩阵的创建,删除,以及加、减、乘、转置运算-database curriculum design, fully linked list with sparse matrix structure to achieve the creation, deletion, and, plus or minus, by transfer of home computing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4168
    • 提供者:薄洪健
  1. ShiYanBaoGao

    0下载:
  2. 数据结构中堆栈与队列的应用的练习程序,包括1.用数组的形式实现顺序栈的定义和操作 2.利用堆栈将队列中的元素逆置 3.括号匹配算法 包括调试报告和实验报告 程序源代码在实验报告当中 -stack data structures and the application of Queue practice procedures, including one. using arrays in the form of the definition of the order stack and ope
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:859587
    • 提供者:张焕人
  1. Jerome

    0下载:
  2. 以有序链表结构表示某家电商场的库存模型。提/进货时,需对链表进行维护。每个工作日结束后,应将该链表以文件形式保存;每日营业前,应从文件中恢复该有序链表结构。 -in an orderly chain structure indicated that the home appliance stores inventory model. Reference / wholesale, the need for maintaining the linked list. After the end o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:267118
    • 提供者:芦林飞
  1. jero

    0下载:
  2. 链表的维护与文件形式的保存:以有序链表结构表示某家电商场的库存模型。提/进货时,需对链表进行维护。每个工作日结束后,应将该链表以文件形式保存;每日营业前,应从文件中恢复该有序链表结构。-chain maintenance and preservation of the document : an orderly list structure that some home appliance stores in the inventory model. Reference / wholesale,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18208
    • 提供者:芦林飞
  1. luxingjia

    0下载:
  2. 旅行家问题,关于旅行家问题的一小段代码。值得大家学习和参考-travelers, travel home on a small portion of the code. Worth learning and reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:杰克逊
  1. fasttrans

    0下载:
  2. 键盘任意输入一个稀疏矩阵A(m*n),采用三元组存储方法求其转置矩阵B(n*m),并用快速转置算法实现该操作。-keyboard indiscriminate importation of a sparse matrix A (n * m), using triple storage switch for its own matrix B (n * m), and fast algorithm home to the operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1175
    • 提供者:林杰
  1. 操作系统进程内存管理模拟

    1下载:
  2. 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25960
    • 提供者:李华
  1. 不带头结点的单向链表逆置

    0下载:
  2. 给定程序中,函数fun的功能是将不带头结点的单向链表逆置,即若原链表中从头到尾结点数据域依次为:2、4、6、8、10,逆置后,从头至尾结点数据域依次为:10、8、6、4、2。 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 -A given program, function fun is the function of the node will not take the lead against the home one-way linked list,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-08-22
    • 文件大小:618
    • 提供者:储谢东
  1. Stack544014

    0下载:
  2. 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:38922
    • 提供者:钟书球
  1. 1

    0下载:
  2. 数据结构基本,创建一个单链表并对其进行原地逆置-The basic data structure, create a single list and in situ reverse home
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1212
    • 提供者:kiki
  1. xsxxglxt

    0下载:
  2. 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-The preparation of a student management system, each student should include the following informatio
  3. 所属分类:Data structs

  1. pp

    0下载:
  2. 通过对单链表的操作的实验,了解单链表的存储结构和操作方法,单链表是一种链式存储结构,使用一组任意的存储单元存储线性表中的元素,掌握链表的逆置,用指针进行操作。-Through the operation of a single list of experiments to understand the single list of the storage structure and method of operation, single-chain is a chain store struc
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10534
    • 提供者:姚鹏飞
  1. nizhi

    0下载:
  2. 单链表的就地逆置 掌握数据结构中的一些基本概念。数据、数据项、数据元素、数据类型和数据结构,以及它们之间的关系-Single list of in situ reverse home master data structure of some basic concepts. Data, data items, data elements, data types and data structures, as well as the relationship between them
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1230
    • 提供者:蕾蕾
  1. PUZZLE

    0下载:
  2. 自动创建一个迷宫地图,并在置一小人物,实现动态的找迷宫出口,是数据结构中一个非常典型的例子.-Automatically creates a maze map, and in the home a little, to achieve dynamic maze to find the export of data structure is a very typical example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:193455
    • 提供者:zhengks
  1. N

    0下载:
  2. 数据结构中的逆置问题,感觉不是很难,但是很常用的作业程序。-Data structure in the home against the problem, rather than feel it is very difficult, but very common operating procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:107867
    • 提供者:gracie
  1. sjjg

    0下载:
  2. Josephu问题,一元多项式的相加问题,模拟停车场管理问题,线性表的逆置算法,合并有序表,遍历二叉树(递归算法),求二叉树的节点数、叶子数和深度(递归算法),交换二叉树的左右孩子,有序表的折半查找,按递减次序输出二叉树中大于X的各元素的值,按递减次序输出二叉树中小于X的各元素的值,整理关键字使负值在前,冒泡排序-Josephu problem, the sum of one dollar polynomial problem, the issue of car park management
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:32672
    • 提供者:华夏
  1. 2

    0下载:
  2. 约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iption of the problem is: No. 1,2,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:飞天神
  1. jiadian

    0下载:
  2. 数据结构课程设计,家电管理系统,包括家电的类型,型号(不能输入字母,如需要可以将型号int型改成char即可输入字母),数量,价格。可以创建,插入,删除,查询,打印,更新,销毁。-Data structures curriculum design, home appliance management system, including the type of appliance, model (not type the letter, if necessary, can be type int
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2145
    • 提供者:江浩
  1. jiudinizhi

    0下载:
  2. 数据结构实验,对链表中的数据进行就地逆置。-Experimental data structure of linked list data in place against the home.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:769
    • 提供者:吴心
  1. nizhi

    0下载:
  2. 1程序实现顺序表逆置,2程序实现单链表逆置-A program to achieve reverse the order of the table set, 2 process against the home for single linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:815
    • 提供者:smith
« 12 3 »
搜珍网 www.dssz.com