-
细胞分割处理
用matlab运用膨胀侵蚀等算法实现细胞分割(sing MATLAB expansion, erosion and other algorithms to achieve cell segmentation)
- 2020-12-25 21:29:05下载
- 积分:1
-
sr_api_csharp_sample
smartRay激光器配套代码,便于进行二次开发,功能多多(SmrtRay laser matching code, easy to carry out secondary development, multi-function)
- 2020-06-16 21:40:01下载
- 积分:1
-
inversecgls
说明: 基于两相流的电容层析成像技术,包括三种算法的程序及运行结果。(Electrical capacitance tomography based on two-phase flow, including the programs and running results of three algorithms.)
- 2019-12-21 19:31:34下载
- 积分:1
-
MCU
基于c语言的单片机控制电机及矩阵键盘控制,适用于单片机初学者(MCU control motor and matrix keyboard)
- 2013-06-21 15:11:38下载
- 积分:1
-
ADB-FRP (Nokia)
说明: VNV GJB HJKFXC JFHJKFSD KHJDF FDHJK ND
- 2019-06-03 02:44:37下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
SSD+SAD+NCC算法
说明: 立体匹配 计算机视觉 SSD+SAD+NCC算法(SSD+SAD+NCC algorithm)
- 2019-02-15 21:20:01下载
- 积分:1
-
verilog HDl traffic light
verilog HDl 交通灯的实现,而且这是有别于一般的vhdl语言-verilog HDl traffic light
- 2022-04-08 15:32:43下载
- 积分:1
-
层次分析法建模,包括内容:一、层次分析法概述
二、层次分析法的基本原理
三、层次分析法的步骤和方法
四、层次分析法的广泛应用
五、应用层次分析法...
层次分析法建模,包括内容:一、层次分析法概述
二、层次分析法的基本原理
三、层次分析法的步骤和方法
四、层次分析法的广泛应用
五、应用层次分析法的注意事项
六、层次分析法应用实例
-Analytic Hierarchy Process modeling, including content: 1, 2 an overview of analytic hierarchy process, AHP of the basic principles of three-level analysis steps and methods IV AHP five widely used, the application of AHP Note 6 , AHP Application
- 2023-06-08 09:45:03下载
- 积分:1
-
用C、C++写的学生学藉管理系统,自己写的有课程设计!
用C、C++写的学生学藉管理系统,自己写的有课程设计!-With C, C++ written by students to learn management systems, have written their own curriculum design!
- 2023-05-04 18:35:03下载
- 积分:1