资源列表

« 1 2 ... .56 .57 .58 .59 .60 361.62 .63 .64 .65 .66 ... 2656 »

[数据结构常用算法blank1

说明:给定程序中,函数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 th
<储谢东> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法47

说明:假定输入的字符串中只包含字母和*号。请编写函数fun,它的功能是:删除字符串中所有的*号。在编写程序时,不得使用C语言提供的字符串函数。 例如,字符串的内容为:****A*BC*DEF*G*******,删除后,字符串的-Assume that the input string contains only letters and asterisk. Please write the function fun, it' s fu
<储谢东> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法45

说明:N名学生的成绩已在主函数中放入一个带头节点的链表结构中,h指向链表的头节点。请编写函数fun,它的功能是:求出平均分,由函数值返回。 例如,若学生的成绩是:85,76,69,85,91,72,64,87,则平均分应当是:78.625. 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 -N student achievement has
<储谢东> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法YiYuanDuoXiangShi

说明:1.一元多项式相加(10分) 题目说明: 编写一元多项式加法运算程序。要求用线性链表存储一元多项式(参照课本)。该程序有以下几个功能: 1. 多项式求和 输入:输入三个多项式,建立三个多项式链表Pa、Pb、Pc (提示:调用CreatePolyn(polynomial &P,int m)。 输出:显示三个输入多项式Pa、Pb、Pc、和多项式Pa+Pb、多项式Pa+Pb+Pc (提示:调用AddPolyn
<王石> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Graphics2D

说明:another file data structures
<aaron> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法maopaofa

说明:用冒泡法将一列不规则的数按照从大到小的顺序排列-With the bubble method to a number of irregularly arranged in descending order according to
<Fain> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法quick

说明:本程序实现快速排序功能,其中有本人一些创新之处-The program for fast sorting, a number of innovations which I
<bolun> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinaryTree

说明:程序输入是一个(扩展)二叉树的先序序列。例如:扩展二叉树先序序列为ab#d##ce###。其中#代表空指针。 编写程序实现二叉树的如下操作: 1) 建立二叉链表 2)二叉树的先序、中序、后序遍历 3)求解二叉树的叶子结点个数 4)将二叉树中所有结点的左、右子树相互交换 -Program input is a (extended) binary tree inorder sequence. For example: t
<王石> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Binary-search

说明:折半查找。具体是对程序中查找功能的修正,使其效率增加。-Binary search. Is a program to find the specific features of the amendment, to increase its efficiency.
<wangli> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法hao

说明:链表综合操作包含,数据输入,输出,删除,插入,排序等-List contains the integrated operation, data input, output, delete, insert, sort, etc.
<liweihao> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法1482

说明:中大sicily 1482代码,采用结构体的数据结构,C++描述-Zhongda sicily 1482 code, using BFS algorithm, C++ descr iption
<潘汉涛> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法0123

说明:华为软件工程师笔试试题,要求实现图的深度遍历算法。-Huawei software engineer written examination papers, the required to the depth of the graph traversing algorithm.
<青山小子> 在 2025-01-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 361.62 .63 .64 .65 .66 ... 2656 »

源码中国 www.ymcn.org