-
C 二叉搜索树的数据结构编程练习
这是一个在大学课堂数据结构课堂中学生练习的一个关于树这个特殊的数据结构的课堂练习,这个代码应用了二叉树的建树,先根,后跟、以及中跟搜索的算法
- 2022-04-17 23:30:39下载
- 积分:1
-
利用VB开发的典型pid控制程序,用于一阶加热炉恒温控制。
利用VB开发的典型pid控制程序,用于一阶加热炉恒温控制。-Using VB to develop a typical pid control procedures, for the first-order control of furnace temperature.
- 2022-01-24 09:41:09下载
- 积分:1
-
数字罗盘HMC5883L的LPC1769
该项目展示了如何使用HMC5883L磁力作为数字罗盘,并打印出值度在控制台上显示,其中磁力面临的方向。范围是0-359度,其中0表示北,90是东,180是南部和270是北方。但是,不包括倾斜补偿。h和.c文件包含随主程序。I2C用于磁力和数字罗盘之间的通信。我提到http://bildr.org/2012/02/hmc5883l_arduino/的代码,改变以适合LPC1769。你可以找到更多的信息有关引脚连接。就个人而言,我用4.7K欧姆上拉电阻。
- 2023-05-30 15:45:03下载
- 积分:1
-
smpl是一个排队论的仿真软件,用这个软件做排队论模型的仿真有灵活高效的特点,这块软件是最早的一款排队论模型仿真软件...
smpl是一个排队论的仿真软件,用这个软件做排队论模型的仿真有灵活高效的特点,这块软件是最早的一款排队论模型仿真软件-smpl is a queuing theory, simulation software, using this software to do simulation of queuing theory model of flexible and efficient characteristics, the earliest piece of software is a queuing theory model of simulation software
- 2022-03-20 23:23:12下载
- 积分:1
-
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现
CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现-CRC cycle algorithm realize the C language, very easy to use CRC cycle algorithm realize the C language
- 2022-02-21 05:30:35下载
- 积分:1
-
CRF跨平台源代码
条件随机场源代码,本人对其进行了修改,可以在linux平台和window平台执行,不用修改代码,可以直接执行。
- 2022-03-24 00:34:24下载
- 积分:1
-
LBP(局部二值模式)纹理特征提取matlab代码
获取图像LBP局部二进制模式纹理特征的matlab代码,可选输出二进制模式纹理响应图或相应统计直方图,内附test文件
- 2022-05-23 14:44:38下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
艾斯利普调度程序模拟 C 源代码。
这是艾斯利普调度程序模拟 C 源代码。
它是 C 语言编写的。
- 2022-08-13 00:23:11下载
- 积分:1
-
卡尔曼滤波在精留塔建模中的应用
卡尔曼滤波在精留塔建模中的应用- The kalman filtering in fine keeps in the tower modelling the
application
- 2022-11-16 09:30:02下载
- 积分:1