资源列表

« 1 2 ... .35 .36 .37 .38 .39 1040.41 .42 .43 .44 .45 ... 2656 »

[数据结构常用算法BFS_DFS

说明:BFS and DFS algorithm on graph (realization graph)
<mike> 在 2025-06-15 上传 | 大小:935kb | 下载:0

[数据结构常用算法01bag

说明:0-1背包问题算法,采用动态规划思想实现。-the Algorithm of 0-1bag problem,it is implemented with Dynamic programming.
<hansun> 在 2025-06-15 上传 | 大小:238kb | 下载:0

[数据结构常用算法libarary

说明:数据结构课程设计,c++描述,内容为图书管理系统的源码,挺好的-Data structure course design, c++ descr iption of contents for the library management system source code, quite good
<孔静> 在 2025-06-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法BigInt

说明:主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
<Glorious Fool> 在 2025-06-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法acmLecture

说明:一些对于初学者很有用的ACM学习的课件,包括,递推求解,动态规划,以及搜索入门等-Some very useful for beginners learning courseware ACM, including, recursive solving, dynamic programming, and search entry, etc.
<Quintina> 在 2025-06-15 上传 | 大小:3.96mb | 下载:0

[数据结构常用算法jiegouti

说明:这主要是记录了结构体的主要用法与结构体常用之处-This was mainly recorded in the main structure and the structure uses common between
<qizhiyong> 在 2025-06-15 上传 | 大小:86kb | 下载:0

[数据结构常用算法Josephus_shuzu

说明:Josephus问题的解决方法——用数组方法实现的程序源码-solution to the Josephus problem- an source code based on an array of methods used to achieve the program
<Bill> 在 2025-06-15 上传 | 大小:164kb | 下载:0

[数据结构常用算法Josephus_link

说明:Josephus问题的另一种解决方法 使用循环链表解决的源代码-Josephus problem using an alternative solution to solve the source code of circular linked list
<Bill> 在 2025-06-15 上传 | 大小:164kb | 下载:0

[数据结构常用算法BiTree

说明:根据二叉树表的表示建立二叉树,实现二叉树的遍历,并给出从根结点到给定结点的路径信息。练习二叉树的链式存储及其遍历方法-According to the table that the establishment of a binary tree binary tree, binary tree traversal implementation, and give from the root node to a given node' s path information. Practice
<Bill> 在 2025-06-15 上传 | 大小:171kb | 下载:0

[数据结构常用算法erchashu

说明:通过二叉树的先、中或中、后序列,实现二叉树的恢复和线索化。-Through the binary tree before, or during, and after sequence, to achieve recovery and clues of binary tree.
<谢浩> 在 2025-06-15 上传 | 大小:217kb | 下载:0

[数据结构常用算法tongxunlu

说明:制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 任务: 每条信息至包含 :姓名
<谢浩> 在 2025-06-15 上传 | 大小:201kb | 下载:0

[数据结构常用算法shanliebiao

说明:任务: 设计散列表实现电话号码查找系统。 设每个记录有下列数据项:电话号码、用户名、地址; 1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2,采用一定的方法解决冲突; 3,查找并显示给定电话号码的记录; 4,查找并显示给定用户名的记录。 -Task: Design Implementation phone number lookup hash table system. Set for each record the following data
<谢浩> 在 2025-06-15 上传 | 大小:89kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 1040.41 .42 .43 .44 .45 ... 2656 »

源码中国 www.ymcn.org