资源列表

« 1 2 ... .13 .14 .15 .16 .17 1418.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法IDcard

说明:主要参数:输入15位旧身份证号码,输出18位新身份证号码。完成以下功能:根据给定的转换规则将15位身份证号转化为18位身份证号码,要考虑程序命令行参数; 要应用以下知识点:字符数组基本输入、输出;循环控制结构;命令行参数。 -The main parameters: the old ID number input 15, output 18 new ID number. Complete the following functions: the transformation rules
<王伟> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法CountKeyword

说明:输入C语言保留字文本文件、C语言源程序文件,输出记录对应C语言源文件中各关键词出现次数的文本文件。 完成以下功能:读取C语言保留字文本文件,建立C语言保留字链表;建立逐行读取给定C语言源文件,分解出每个单词并与C语言关键词进行比较,记录各关键词出现的次数,将所有关键词出现的次数保存到给定文本文件;要考虑用命令行参数实现该任务。 要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。 -Enter the C language reserved word text file,
<王伟> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法ordernumbers

说明:基于C语言环境下的冒泡法排序的程序简单举例-order the numbers based on VC 6.0
<郝智> 在 2025-06-20 上传 | 大小:4kb | 下载:0

[数据结构常用算法SequentialQuickMergeBubbleSort

说明:In this code there are algorithms for sequential sorting like Quick Sort,Merge,Bubble,Insertion written in c++.
<Tahira Murtaza> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法TestBFS

说明:BFS算法寻找最短路径 BFS算法寻找最短路径 BFS算法寻找最短路径-BFS algorithm to find the shortest path
<hdf> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法yuesefu

说明:约瑟夫环,数据结构.在控制台下实现约瑟夫环。 编号为1,2,3,……,n 的 n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值 m,从第一个人开始按顺时针方向自1开始报数,报到 m时停止报数。报m的人出列,将他的密码作为新的 m 值,从他在顺时针方向上的下一个人开始重新报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph Wan, the data structure. Joseph ring to achiev
<bill> 在 2025-06-20 上传 | 大小:190kb | 下载:0

[数据结构常用算法pack

说明:Amway: tree and profit
<Vortex> 在 2025-06-20 上传 | 大小:7kb | 下载:0

[数据结构常用算法xianxingbiaodecharuheshanchu

说明:利用顺序表完成线性表信息的管理。要求首先建立并初始化线性表,并实现增加、删除、查找、修改和遍历表等功能。-To complete the order form using the linear form of information management. Requires first to create and initialize the linear form, and to achieve to add, delete, search, modify, and traverse the
<小刀> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法danlianbiaocaozuo

说明:利用单链表完成一个班级的所有学生信息的管理:能够增加、删除、查找、修改学生的记录。-Completed using a single list of all students in a class of information management: the ability to add, delete, search, modify the student' s record.
<小刀> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法DataStructureOfE00

说明:e00文件格式是ArcGIS的标准数据交换格式,这是e00文件的数据结构-The data structure of e00 file.
<张良> 在 2025-06-20 上传 | 大小:8kb | 下载:0

[数据结构常用算法bubble

说明:冒泡程序中的双向冒泡,从上往下和从下往上的过程-Bubbling bubbling two-way process, from the top down and bottom-up process
<cwf> 在 2025-06-20 上传 | 大小:3kb | 下载:0

[数据结构常用算法sort-algorithms-using-class-and-object

说明:该程序使用类和对象实现了包括希尔排序、快速排序、堆排序和归并排序。-This program implements some sort-algorithms which include ShellSorting、QuickSorting、HeapSorting and MergeSorting,using class and object。
<张永健> 在 2025-06-20 上传 | 大小:858kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 1418.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org