-
数据库结构课本中二叉树中求最小代价生成树
数据库结构课本中二叉树中求最小代价生成树-Textbooks in the binary tree database structure in order to minimize the cost of spanning tree
- 2022-01-27 12:00:32下载
- 积分:1
-
basic_filters
matlab滤波,包括平滑滤波、锐化滤波、高通滤波、低通滤波等各种方法(Matlab filtering, including smoothing filtering, sharpening filtering, high pass filtering, low-pass filtering and other methods)
- 2017-08-10 16:08:32下载
- 积分:1
-
漂亮的服装网站,大家一定要多多支持,希望大家多提宝贵意见。...
漂亮的服装网站,大家一定要多多支持,希望大家多提宝贵意见。-very very good.you are one
- 2022-03-24 11:58:06下载
- 积分:1
-
可以自由调整大小进行拍照摄像并自动保存,能捕获视频进录像并保存...
可以自由调整大小进行拍照摄像并自动保存,能捕获视频进录像并保存-Can freely adjust the size of camera and take pictures automatically saved and can capture video into the video and save
- 2023-07-10 17:05:03下载
- 积分:1
-
C#, literacy database using acce
C#编写的,读写数据库,数据库采用acce-C#, literacy database using acce
- 2023-04-22 23:15:03下载
- 积分:1
-
App3
C++ code for Datalogic Teriminal
- 2013-09-12 21:54:57下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
parfor_progress
matlab在进行parfor并行运算时的进度条显示程序(The progress bar display program of MATLAB in parallel operation of parfor)
- 2020-12-28 17:19:01下载
- 积分:1
-
学校管理
说明: aspx.net 学生、教师管理信息系统,内含数据库(aspx.net Student and teacher management information system, including database)
- 2020-07-23 23:35:52下载
- 积分:1
-
基于极限学习机ELM的数据分类
说明: 针对数据分类问题,提出了基于极限学习机的分类方法,将数据样本分为训练样本和测试样本,并采用准确率指标进行评价。(Aiming at the problem of data classification, a classification method based on extreme learning machine is proposed. The data samples are divided into training samples and test samples, and the accuracy index is used to evaluate.)
- 2019-01-13 10:47:02下载
- 积分:1