资源列表

« 1 2 ... .64 .65 .66 .67 .68 1869.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法slotted_page_structure

说明:分页槽算法的实现,一般用于变长数据记录的存储,又需要的同志-the implementation of slotted-page
<崔艳丽> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Unarysimplecalculator

说明:一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of t
<郑海鹏> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法2533

说明:poj上的第2533题,用dp实现求一个字符串的最长递增子序列,时间是O(n),语言是C-poj the first 2533 title, with dp achieve demand a string of the longest increasing subsequence, the time is O (n), the language is C++
<chenchencehn> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法GA

说明:遗传算法 0-1背包问题的代码 初始群体 选择 交叉 变异 评估函-0-1 knapsack problem genetic algorithm code for the initial assessment of functional group selection crossover and mutation
<甘孟壮> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法GA

说明:遗传算法 解决最短路径 用C++来实现其功能 基于遗传算法的最短路径问题-Genetic algorithms to solve shortest path with C++ to achieve their function based on genetic algorithm shortest path problem
<李志忠> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Hanoi

说明:用C语言实现汉诺塔的基本功能,用到图形驱动-Tower of Hanoi with the C language the basic functions, use graphics driver
<abc135790> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法C7_TREE2

说明:用C代码实现二叉树的三种遍历,其中用到图形库-C code implementation with three kinds of binary tree traversal, which use graphics library
<abc135790> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法C8

说明:用C代码模拟操作系统的进程调度,其中用到图形库-With C code simulation of the operating system process scheduling, which uses graphics library
<abc135790> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法c7_Dblink

说明:用C代码实现双向链表的模拟显示,其中用到图形库-Two-way linked with C code simulation shows, which use graphics library
<abc135790> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法EightPuzzle

说明:Java实现八数码求解问题。输入一串字符数组代表八数码的初始位置,最后得到正确的八数码排布-Java Implementation eight digital solve this problem. Enter a character array of eight digital representative of the initial position, and finally get the correct arrangement
<朱昌磊> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法migong

说明:用回溯法完成迷宫问题,迷宫大小自己设定,用一个矩阵表示一个迷宫,每个位置上位1或者0,如果为0,表示此路不通,为1,表示此路可以走,最后输出走出迷宫的路径或者显示不能走出的信息-Maze problem using backtracking to complete, the size of their maze set, a maze with a matrix, each position of the upper 1 or 0, i
<王波> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Exercise8_22

说明:写一个程序来创建一个Exercise8_22.txt 文件,随机的100个整数,从文件中读出这些数,并且排序。-Write a program to create a file named Exercise8_22.txt if it does not exist.Wite one hundred integers created radomly into the file using text I/O .Integer are se
<玲玲> 在 2024-10-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 1869.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org