-
数据结构课后题,图方面的代码,如DFS BFS dijistra prim kruscal等
资源描述数据结构课后题,图方面的代码,如DFS BFS dijistra prim kruscal等,对于初学算法基础课的学生有很大的帮助
- 2022-02-15 10:13:36下载
- 积分:1
-
ODBC数据源注册小工具,简化数据库连接
ODBC数据源注册小工具,简化数据库连接-ODBC data source registered a small tool to simplify database connection
- 2022-09-17 12:20:03下载
- 积分:1
-
C++数据结构,通过堆栈方式实现的表达式求值
本源代码是通过堆栈的结构,可以实现表达式求值。可以实现如下功能:1.区分括号2.判断表达式的形式是否有错3.判断小数和整数4.根据符号的优先级能够自动给出计算顺序。5.包中含有表达式求值的详细思路PPT。
- 2022-02-25 15:53:21下载
- 积分:1
-
将内存中的一段数据拷贝到另外一段内存中,要考虑其中的内存覆盖问题。...
将内存中的一段数据拷贝到另外一段内存中,要考虑其中的内存覆盖问题。-A section of the memory to copy data to another section of memory, it is necessary to take into account the memory coverage problems.
- 2022-10-04 15:40:03下载
- 积分:1
-
Nearest point on the issue of demand, and the nearest point on the issue, and th...
求最近点对问题, 求最近点对问题。-Nearest point on the issue of demand, and the nearest point on the issue, and the nearest point on the issue.
- 2022-09-25 08:55:03下载
- 积分:1
-
个人记事本,写日记、或记录各种密码
学习VB操作Access数据库可参考。...
个人记事本,写日记、或记录各种密码
学习VB操作Access数据库可参考。-Personal notebook, diary, or record a variety of learning VB password to operate Access database can be found.
- 2022-04-17 05:35:18下载
- 积分:1
-
哈夫曼编码
程序是要建立一个哈弗曼树,并利用哈夫曼树求相应编码和译码,根据输入的一串电文(字符串)来设计哈夫曼树,并根据哈弗曼树求出每个字符相应的编码,最后根据已知的编码,随机组合输入编码串,根据哈弗曼编码和哈弗曼树求出译码内容。
主要输入形式为一串字符串例如:abcd
输入的范围就是这26个字母,不限大小写,定义最多输入的字符不超过100个。
输出的形式根据要求,输入字符串后,要输出每个字符及其权值(出现次数);
然后再输入要译码的编码串,输出译码内容。
- 2022-03-16 10:05:21下载
- 积分:1
-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:,,,
输出
以指数递增的顺序输出乘积: ,,,
零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
- 2023-04-13 09:30:03下载
- 积分:1
-
C# 串行端口
C# 之中
Serial port 的簡單連接教學
串口:/dev/ttyUSB0
鮑率:9600
位元:8
基數檢查碼:1
- 2022-03-26 04:32:57下载
- 积分:1
-
athletes to achieve the agenda, through a two
实现运动员日程安排,可以通过一个二维的矩阵在显示安排除-athletes to achieve the agenda, through a two-dimensional matrix display arrangement
- 2022-09-23 00:20:02下载
- 积分:1