资源列表

« 1 2 ... .27 .28 .29 .30 .31 1732.33 .34 .35 .36 .37 ... 2656 »

[数据结构常用算法ts

说明:图书管理系统,c++数据结构,课程设计,文件操作-Library management system, c++ data structures, curriculum design, file operations
<吴清珊> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法zhongwenfenci

说明:从后向前的分词程序,采用哈希查找的方式,实现中文分词程序-From back to front of the word program, using the hash to find a way to achieve the Chinese word program
<jiacheng> 在 2024-10-05 上传 | 大小:7905280 | 下载:0

[数据结构常用算法list

说明:线性表是最基本、最简单、也是最常用的一种数据结构。线性表中数据元素之间的关系是一对一的关系,即除了第一个和最后一个数据元素之外,其它数据元素都是首尾相接的。线性表的逻辑结构简单,便于实现和操作。因此,线性表这种数据结构在实际应用中是广泛采用的一种数据结构。- A linear epitope recognized by both MAbs,c2410 and WH303,which has strong specificity of
<占冬冬> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法expression

说明:用C语言版 编写一个表达式求值演算的 算法程序 要求:使用栈,需要将算法的过程显示出来 ,输入一连串算术值 如:2*(3+2)# 然后 显示出算术过程 和结果!先将输入的中缀 转换后缀 再求值 程序中使用两个栈! 可以在VC++ 中运行- A linear epitope recognized by both MAbs,c2410 and WH303,which has strong specificity of CSFV,ha
<占冬冬> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法LA2U-Replacealgorithm

说明:一个项目研究中的缓存替换算法LA2U,在传统访问频率的基础上,考虑了更新频率,性能优于LRU和LFU-A replace algorithm called LA2U,which considers both access rate and update rate ,and performance is better than LRU and LFU
<yangjun> 在 2024-10-05 上传 | 大小:241664 | 下载:0

[数据结构常用算法01packet

说明:使用分支限界法解决01背包问题,c++代码实现,能够正确运行-Using the branch and bound method to solve the 01 knapsack problem, c++ code to run properly
<Rhonda> 在 2024-10-05 上传 | 大小:897024 | 下载:0

[数据结构常用算法greedy_OBST

说明:贪心算法实现的最优二叉查找树,c++代码实现,运行无误-Greedy algorithm of optimal binary search tree, c++ code to run correctly
<Rhonda> 在 2024-10-05 上传 | 大小:908288 | 下载:0

[数据结构常用算法joseph

说明:C语言数据结构课程设计约瑟夫环1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止-C language data structures course design Josephus 1. The demonstration program, the number n should be arbitrary,
<sharon> 在 2024-10-05 上传 | 大小:189440 | 下载:0

[数据结构常用算法lbgb

说明:实现链表归并,实现链表归并,实现链表归并-lianbiao guibing
<liboyi> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法FindFile

说明:遍历指定文件夹,包抱其中的子文件,并把获取到的文件名保存在一个指定的文件中。不用设定宏。使用时请先指定路径。-Through the specified folder, including subfolders hold them, and to get to the file name stored in a specified file. Do not set the macro. Please use the specified
<吕新建> 在 2024-10-05 上传 | 大小:22553600 | 下载:0

[数据结构常用算法llllsss

说明:手机通信录模拟 (1)参考数据结构 typedef struct{ char name[10] //姓名 char OfficeTel[20] //办公电话 char HomeTel[20] //家庭电话 char CellPhone[20] //移动电话 char sex //性别,可用’F’表示女,’M’表示男 char group[10] //分组情况,分办
<林升> 在 2024-10-05 上传 | 大小:32768 | 下载:0

[数据结构常用算法txt_editor

说明:C++文本记事本 数据结构作业的实践项目 测试成功 内有查找删除编辑等功能-txt editor in C++
<冉雨晨> 在 2024-10-05 上传 | 大小:3072 | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 1732.33 .34 .35 .36 .37 ... 2656 »

源码中国 www.ymcn.org