-
Huffman trees and Huffman coding, tested available, Come download ah!
哈夫曼树及哈夫曼编码,经过测试可用的,快来下载啊!-Huffman trees and Huffman coding, tested available, Come download ah!
- 2022-04-24 00:48:47下载
- 积分:1
-
用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等....
用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等.-using data prepared by the internal order, the window can choose a variety of sequencing methods, such as fast Pai, bubbling half insert, can also choose the number of original data, the initial state, and control.
- 2022-03-14 13:48:46下载
- 积分:1
-
This article discusses in detail the design of online examination system and imp...
本文详细论述了网上考试系统的设计与实现,该系统基本实现了需求分析中的功能要求,其中考生信息主要由数据库直接输入,考生成功登录后进入考生界面,考生界面主要由考试、成绩查询,试时考生输入准考证号码、考生姓名、验证码,核对正确后进入考场,关键实现了考生在选择科目后由系统随机抽题、自动组卷后进入考试页面,考-This article discusses in detail the design of online examination system and implementation of the system to achieve a basic needs analysis of the functional requirements, in which candidates from the database information directly into the main candidates to enter the candidates after the successful login interface, the main candidates from the interface results in the examination information, test when the candidates enter the ticket number, candidate name, authentication code to enter the examination room after checking the correct key to the achievement of the candidates in the selection of subjects were randomly drawn by the system after the title, Automatic Test Paper into test page test
- 2023-01-02 14:55:06下载
- 积分:1
-
是数据结构中经常见到的矩阵运算,包括+,
是数据结构中经常见到的矩阵运算,包括+,-,* 。-data structure is often seen matrix operations, including+,-,*.
- 2023-06-01 00:25:03下载
- 积分:1
-
网络流算法的程序以及用网络流解决两个最小割模型的代码
网络流算法的程序以及用网络流解决两个最小割模型的代码-Network flow algorithm for the procedure as well as network flow solution to the two minimal cut model code
- 2022-09-02 09:45:03下载
- 积分:1
-
introduced a total of four ranking functions : insertion sort, bubble sort, sele...
书中共介绍了四类排序函数:插入排序、起泡排序、选择排序、快速排序。我们需要建立一个无序随机序列,分别用上述排序方法对建立的无序序列有序化,编写相应的程序计算每种算法的赋值次数、比较次数以及所用时间,以此为依据来判断各种算法的效率。-introduced a total of four ranking functions : insertion sort, bubble sort, select, in order of Quick Sort. We need to build a disorderly random sequence, the use of such methods of sequencing to establish an orderly sequence of the disorder, and the preparation of the corresponding procedures of each algorithm for the calculation of frequency assignment, as well as comparison with the number of time, using this as the basis to judge the efficiency of algorithms.
- 2023-05-03 00:20:03下载
- 积分:1
-
1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人....
0-1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人.-0-1 knapsack problem can provide a backpack problems encountered students or those who are in need.
- 2023-04-08 08:35:03下载
- 积分:1
-
oracle big blob of field examples of the type of operation
oracle 的 blob大字段类型操作例子-oracle big blob of field examples of the type of operation
- 2022-03-09 16:36:45下载
- 积分:1
-
realize how to use VB to create 2,000 ACCESS database format and database tables...
实现如何利用VB创建ACCESS 2000格式的数据库及数据库表,里面含有一个很好的表格近代件,支持背景图片显示!-realize how to use VB to create 2,000 ACCESS database format and database tables, which contains a very good form of modern pieces, support background images show!
- 2022-01-26 08:10:29下载
- 积分:1
-
Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the...
迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论
起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any set of the maze, find a path from the entrance to the export, or come to the conclusion there is no access point is a square matrix of the (1,1) The end is (m-1, n-1)
- 2022-04-15 13:14:53下载
- 积分:1