资源列表

« 1 2 ... .78 .79 .80 .81 .82 2383.84 .85 .86 .87 .88 ... 2656 »

[数据结构常用算法Eratosthenes

说明:說明 除了自身之外,無法被其它整數整除的數稱之為質數,要求質數很簡單,但如何快速的求出質數則一直是程式設計人員與數學家努力的課題,在這邊介紹一個著名的 Eratosthenes求質數方法 解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最後一個放至背包的水果,假設有負重量 1~8的背包8個,並對每個背包求其最佳解。 -Apart from their o
<王凌云> 在 2025-01-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法C_Program

说明:清华大学的一些c语言算法程序,希望和相关朋友分享-Tsinghua University, a number of algorithm c language program, I hope to share and related
<yangshuai> 在 2025-01-12 上传 | 大小:251kb | 下载:0

[数据结构常用算法shujujiegou_c

说明:学习数据结构的同志,可以利用此代码库,练习自己进行数据实现!-Comrade learning data structures, you can use this code base, practice realize their own data!
<马鹏> 在 2025-01-12 上传 | 大小:338kb | 下载:0

[数据结构常用算法pailie

说明:C语言实现 排序源程序(包括直接插入、希尔、冒泡、快速、简单选择、堆排序-C language source code sort (including direct insertion, Hill, bubble, quick, simple choice HEAPSORT
<HEYINGPING> 在 2025-01-12 上传 | 大小:6kb | 下载:0

[数据结构常用算法2155

说明:二维树状数组 解北大2155 http://acm.pku.edu.cn/JudgeOnline/problem?id=21-Solution of two-dimensional array tree Beijing 2155http:// acm.pku.edu.cn/JudgeOnline/problem? Id = 21
<Yi Zhihao> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法c_algorism

说明:是一个c算法的压缩包,供大家参考,还算丰富。-C is a compression algorithm package, for your reference, fairly rich.
<Kirk> 在 2025-01-12 上传 | 大小:87kb | 下载:0

[数据结构常用算法SiZE

说明:大整数四则运算的例子和算法介绍,源码都在里面,是我大学时候老师给的,经典-Large integer arithmetic examples and algorithms, the source is inside one of my university teachers given the time, classical
<junjie> 在 2025-01-12 上传 | 大小:265kb | 下载:0

[数据结构常用算法cons

说明:设计用并查集来计算一个无向图的连通分支的算法。 对于给定的无向图G,用并查集计算无向图G 的连通分支。 -Design and a search set to calculate the connectivity of undirected graph branch algorithm. For a given undirected graph G, and Richard set calculated using undire
<yufa> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法JuZhenLianCheng

说明:问题描述 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。 -Descr iption of the
<陈文浩> 在 2025-01-12 上传 | 大小:6kb | 下载:0

[数据结构常用算法ZuiChangGongGongZiXuLie

说明:问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。
<陈文浩> 在 2025-01-12 上传 | 大小:8kb | 下载:0

[数据结构常用算法YinBiWenTi

说明:问题描述 在n个银币中有一个是不合格的,不合格的银币比合格银币要轻。 现用天平秤银币,找出不合格的银币,且在最坏情况下秤银币的次数最少。 -Descr iption of the problem in n months there is a silver coin is not up to standard, unqualified than qualified silver coin to light. Sil
<陈文浩> 在 2025-01-12 上传 | 大小:6kb | 下载:0

[数据结构常用算法king

说明:这是一道数据排列的算法题,当年我是能过道进入珠海金山公司的-This is a data problem with the algorithm, when I was able to enter the aisle Zhuhai Kingsoft Corporation
<刘少人> 在 2025-01-12 上传 | 大小:9kb | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 2383.84 .85 .86 .87 .88 ... 2656 »

源码中国 www.ymcn.org