资源列表

« 1 2 ... .91 .92 .93 .94 .95 2296.97 .98 .99 .00 .01 ... 2656 »

[数据结构常用算法Seat-adjustment

说明:题目描述: 百度办公区里到处摆放着各种各样的零食。百度人力资源部的调研发现,员工如果可以在自己喜欢的美食旁边工作,工作效率会大大提高。因此,百度决定进行一次员工座位的大调整。 调整的方法如下: 1 . 首先将办公区按照各种零食的摆放分成 N 个不同的区域。(例如:可乐区,饼干区,牛奶区等等)。 2 . 每个员工对不同的零食区域有不同的喜好程度(喜好程度度的范围为 1 — 100 的整数, 喜好程度越大表示该员工越希望被调整到相应的零食区域)。 3 . 由于每个零食区域
<qiang22> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法number-of-partitions

说明:问题描述: 整数划分是一个经典的问题。希望这道题会对你的组合数学的解题能力有所帮助。 输入: 每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 输出: 对于每组输入,请输出六行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成k个正整数之和的划分数。 第三行: 将n划分成最大数不超过k的划分数。 第四行: 将n划分成若干奇正整数之和的划分数
<qiang22> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法The-array-

说明:简单的数组处理的例子.新手学习使用.也算是学习过程中一个联系吧.-Simple example of an array of processing. Novices learn to use. Learning process can be considered a contact bar.
<李铮> 在 2025-06-19 上传 | 大小:336kb | 下载:0

[数据结构常用算法CH06_

说明:算法设计策略学习性文件,具有较高参考价值-Algorithm Design
<胡冬冬> 在 2025-06-19 上传 | 大小:480kb | 下载:0

[数据结构常用算法hufferman

说明:用下表给出的字符集和频度的实际统计数据建立哈夫曼树,并实现以下报文的编码和译码:“THIS PROGRAM IS MY FAVORITE”字符 A B C D E F G H I J K L M 频度 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1-The actual statistics of the character set a
<梁耀燊> 在 2025-06-19 上传 | 大小:3kb | 下载:0

[数据结构常用算法tu

说明:C++数据结构图的部分功能实现,计算图的路径-The partial function of c++ data structure,Calculation chart of the path, and so on
<陈跃华> 在 2025-06-19 上传 | 大小:51kb | 下载:0

[数据结构常用算法shujujiegou1

说明:东北大学软件学院 数据结构 课程课件 欢迎下载-Software College, Northeastern University courseware data structure courses are welcome to download
<麦子> 在 2025-06-19 上传 | 大小:4.26mb | 下载:0

[数据结构常用算法colorlab2

说明:COLORLAB is a color computation and visualization toolbox to be used in the MATLAB environment. COLORLAB is intended to deal with color in general-purpose quantitative colorimetric applications as color image processing and psychophysical experimenta
<valentin> 在 2025-06-19 上传 | 大小:3.82mb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构几个实验的实验报告,并且附有完整的源代码在文档后,供参考使用。-Several experiments reported experimental data structures, and with full source code after the document for reference.
<stone> 在 2025-06-19 上传 | 大小:290kb | 下载:0

[数据结构常用算法ERCHASHU

说明:二叉树的建立,插入,删除及遍历。可用于课程设计。-The establishment of a binary tree , insert, delete, and traversal. .
<肖银> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:二叉排序树中删除删除结点是其双亲结点的右孩子的算法,删除后仍为二叉排序树。-Delete Delete node binary sort tree algorithm is the right child of its parent node, delete still binary sort tree.
<罗壹文> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法new-Bubble-Sort

说明:修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the second trip to the smallest obj
<罗壹文> 在 2025-06-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .91 .92 .93 .94 .95 2296.97 .98 .99 .00 .01 ... 2656 »

源码中国 www.ymcn.org