资源列表

« 1 2 ... .08 .09 .10 .11 .12 1913.14 .15 .16 .17 .18 ... 2656 »

[数据结构常用算法sheji

说明:这是一个简单的选课系统的C++程序,里面有课程的添加等信息,这是一个课程设计程序。-choose subject
<吴荣祥> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法myproject_Queue

说明:队列实现,及其功能实现。约瑟夫环的实现,循环队列。-Queue,the use of queue .there are 7 using.
<mpc> 在 2024-10-02 上传 | 大小:238592 | 下载:0

[数据结构常用算法ElGamal

说明:大学课程设计里面自己动手实现的ElGamal算法,环境是VC-University of curriculum design inside their own hands to achieve ElGamal algorithm, the environment is VC++
<蒋骋志> 在 2024-10-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法ercishengyu

说明:学校兴趣小组中做的二次剩余算法,可以判断二次同余式时候有解。-School interest groups to do the quadratic residue algorithm can determine the solvability of quadratic congruences.
<蒋骋志> 在 2024-10-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法tongyu

说明:信安大赛中写的初步算法同余算法,用来判断两个数是否同余-Principal contest to write the initial algorithm congruence algorithm used to determine whether the two numbers with I
<蒋骋志> 在 2024-10-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法Europe-by-Rail

说明:欧洲游【Dijkstra(迪杰斯特拉)算法】,典型的单源最短路径算法-Europe by Rail
<frankie> 在 2024-10-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法Huffman_and_Data_Compression

说明:用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedur
<frankie> 在 2024-10-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法gfh

说明:链表上的基本操作实现 在单链表存储结构上实现基本操作:初始化、创建、插入、删除、查找、遍历、逆置、合并运算。-Basic operations on the linked list implementation
<郎环> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法poj1141

说明:POJ 1141题目源码+源码 题意: 给你一段 括号序列 让你输出 一个最小的让括号合法的序列 黑书上 有将 思路 : dp[a][b] 代表 a b 之间 最小的需要填加序列数目 a==b时 dp[a][b]=1 a>b时 dp[a][b]=0 s[a] 与s[b]配对时 dp[a][b]=dp[a+1][b-1] 否则 dp[a][b]=min(dp[a][k],dp[k+1][b]) a<
<szy> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法STM3210B-LK1-USB

说明:STM3210B-LK1开发板玩USB的程序,包含固件、驱动和测试用的应用程序,上下位机通讯,很简单的实现。-The LK1 development board STM3210B-play USB-program, including firmware, drivers and test applications, the upper and lower machine communication, very simple to ach
<dagegegoni> 在 2024-10-02 上传 | 大小:429056 | 下载:0

[数据结构常用算法Lab3

说明:enhanced pwm sin wave
<recindel> 在 2024-10-02 上传 | 大小:913408 | 下载:0

[数据结构常用算法listlink

说明:这是学习数据结构过程中最基本的链表源代码-This is the basic process of learning data structure linked list source code
<> 在 2024-10-02 上传 | 大小:3072 | 下载:0
« 1 2 ... .08 .09 .10 .11 .12 1913.14 .15 .16 .17 .18 ... 2656 »

源码中国 www.ymcn.org