资源列表

« 1 2 ... .96 .97 .98 .99 .00 1601.02 .03 .04 .05 .06 ... 2656 »

[数据结构常用算法sort

说明:实现几种典型排序方法:a) Insertion Sort;b) Selection Sort;c) Bubble Sort;d) Rank Sort 分析算法的时间复杂度并测量其实际运行时间。-Order to achieve several typical methods: a) Insertion Sort b) Selection Sort c) Bubble Sort d) Rank Sort algorithm'
<Yuan> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法polynomial

说明:多项式处理。本程序可以对多项式进行一些处理,可以实现加减乘除求余,计算多项式的值等功能-Polynomial processing. The program can handle some of the polynomial can be achieved modulo addition, subtraction, calculate the value of polynomial functions
<Yuan> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法maze

说明:解决迷宫问题。 1. 打印迷宫 2. 寻找走出迷宫的路径并输出 3. 动态打印走迷宫的路径 -Solve maze problems. 1 print maze 2 to find the path out of the labyrinth and the output 3 the path of dynamic print Maze
<Yuan> 在 2024-10-07 上传 | 大小:443392 | 下载:0

[数据结构常用算法BankCallingSystem

说明:模拟银行叫号系统。使用基本队列操作。假设某银行有5 个服务窗口,一个统一的叫号系统。在服务时段内,每个时间单位有随机数目的顾客到来,每个新来的顾客得到一个顺序号,排入等待服务队列,等待叫号。 每个服务窗口的职员处理完一个顾客的业务后,顾客即刻离开,职员呼叫下一个顾客,窗口显示下一个顾客的服务号。被叫号的顾客随即得到服务。假定每个顾客需要的服务时间也是随机的。试设计程序模拟上述场景。-Simulated bank calling syst
<Yuan> 在 2024-10-07 上传 | 大小:82944 | 下载:0

[数据结构常用算法huffman

说明:huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decom
<Yuan> 在 2024-10-07 上传 | 大小:160768 | 下载:0

[数据结构常用算法largest

说明:// Demonstrates a recursive function for finding the largest // element in an array.-// Demonstrates a recursive function for finding the largest // element in an array.
<edsock> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法power

说明:// Demonstrates a recursive function for raising a number // to an integer power.-// Demonstrates a recursive function for raising a number // to an integer power.
<edsock> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法selection

说明:面向对象 选择排序 很实用的 有点难懂 非常有趣-Select the sort of object-oriented is a bit difficult to understand a very interesting and practical
<xwp> 在 2024-10-07 上传 | 大小:1605632 | 下载:0

[数据结构常用算法linst-reverse

说明:单链表逆转 单链表逆转 单链表逆转 单链表逆转 -reverse the list
<三少> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法algorishm

说明:Data structure and algorithm
<bug> 在 2024-10-07 上传 | 大小:230400 | 下载:0

[数据结构常用算法Maze-classical-algorithm

说明:C语言的走迷宫算法,经典的C语言学习案例分享,可以运行-Maze C language algorithms, the classic case of the C language to learn to share, you can run
<dantat> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Array-sort

说明:简单数组排序案例 适用于初学者学习C时参考,语言比较规范,是学习格式的好范例-Sorting an array for a simple case of reference for beginners to learn C language fairly standard, is a good example to learn format
<邓宏才> 在 2024-10-07 上传 | 大小:31744 | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 1601.02 .03 .04 .05 .06 ... 2656 »

源码中国 www.ymcn.org