资源列表

« 1 2 ... .38 .39 .40 .41 .42 2243.44 .45 .46 .47 .48 ... 2657 »

[数据结构常用算法xiaobaishu

说明:参加数学建模的同学很可能会遇到这套题。本程序采用链表进行编写,很方便地解决了小白鼠问题。-Mathematical modeling of the students participating are likely to encounter this question, the program uses the list to solve the problem of mice, very convenient.
<风声晚凉> 在 2024-07-07 上传 | 大小:303104 | 下载:0

[数据结构常用算法goMaze

说明:*问题描述:一个网格迷宫由n行m列的单元格组成,每个单元格要么是空地(用1表示), * 要么是障碍物(用0 表示)。找出从起点到终点的最短移动序列,其中U,D,L,R, * 分别代表往上,下,左,右移动到相邻单元格。任何时候都不能在障碍格中, * 也不能走到迷宫之外,起点和终点保证是空地。n,m<=100.- go maze
<lu xiangyong> 在 2024-07-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法sort

说明:各种排序算法,下标都从1开始。sort_test.c是用来测试的。 void heap_sort(int *array,int size) void create_min_heap(int *array,int size) void adjust_min_heap(int *array,int start,int size) void bubble_sort(int *array,int size) v
<> 在 2024-07-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法trie

说明:c++实现的一个trie树,可以实现插入、查找和遍历打印。-c++ implementation of a trie tree, you can achieve insert, search and traversal printing.
<> 在 2024-07-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法KEY-LED

说明:这是stm32的关于LED流水灯的例程,对大家学习非常有帮助,毕竟永远的流水灯是经典的-This is about stm32 LED light water routines, very helpful for them to learn, after all, always a classic light water
<陈明> 在 2024-07-07 上传 | 大小:662528 | 下载:0

[数据结构常用算法macro_list

说明:用宏实现的链表,在linux下测试通过,包含一个测试程序。-Using Macros to implement list , test under linux, including a test program.
<叶耶耶叶耶耶> 在 2024-07-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法sort

说明:说那么多有这么用,自己看下不久知道啦,很不错的sort-Good sort code
<csb> 在 2024-07-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法1

说明:很不错的C++教程,自己看,说多了都是眼泪,我勒个去-Good sort code
<csb> 在 2024-07-07 上传 | 大小:335872 | 下载:0

[数据结构常用算法DataStruct

说明:数据结构试验源程序,包含大部分数据结构实验题目,可运行-Test data structure source, contains most of the data structure of the experimental subject, you can run
<李浩> 在 2024-07-07 上传 | 大小:10134528 | 下载:0

[数据结构常用算法simpleadd

说明:仅考虑加减与乘除,无小括号,个位数数字元算程序-Consider only addition and subtraction and multiplication and division, no parentheses, single-digit numeric counting procedures
<李浩> 在 2024-07-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法average-wait-time-bank-customers

说明:队列的应用--银行客户平均等待时间.使用C语言编写,在控制台界面显示。本程序演示了队列这种数据结构的实际应用。-Queue application- the average wait time bank customers using the C language, the console screen displays. This program demonstrates the queue practical application
<thomas_cjf> 在 2024-07-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法1521.cpp

说明:huffman编码 数据结构 poj 1521 acm-huffman coding datastructure poj 1521 acm
<mahave> 在 2024-07-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 2243.44 .45 .46 .47 .48 ... 2657 »

源码中国 www.ymcn.org