-
fuhe12110--o
一个MATLAB报告,是电力系统负荷预测方面的(Report of a communication theory, written in great detail, is what MATLAB side)
- 2010-06-07 21:31:31下载
- 积分:1
-
机票预订系统
小型机票订票系应具备航班信息管理、旅客信息管理、机票信息查询及订购基本管理功能,具体如下:
(1)能对航班信息进行维护:输入、修改、删除航班信息。
(2)能对旅客信息进行维护。
(3)能进行航班信息、余票情况及旅客信息的各种查询。
(4)能进行机票的订购及退订,必须动态刷新库存。
(5)能对每个航班进行按月、季度、年份进行售票统计。
(6)能对每个旅客进行按月、季度、年份进行出行统计。
- 2022-02-28 16:56:40下载
- 积分:1
-
磁导航搬运机器人源码C 语言
基于freertos的工业机器人的源码,用于仓库之前货物搬运,只测试完成,基本动作均可实现
- 2022-03-11 15:42:37下载
- 积分:1
-
lz4 压缩解压速度超快的算法
lz4 压缩解压速度超快,比zip lzo等算法(lz4 compress )
- 2014-07-07 09:50:48下载
- 积分:1
-
DBSCANClusteringAlgorithm
说明: 聚类算法MATLAB程序实现,聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。聚类分析以相似性为基础,在一个聚类中的模式之间比不在同一聚类中的模式之间具有更多的相似性。(DBSCAN_Clustering Algorithm)
- 2010-03-23 16:51:41下载
- 积分:1
-
WinAvraAvrStudio
AVRstudio和winavr的联用,多个文档,对于刚刚入门的单片机爱好者们非常有用。(AVRstudio and winavr hyphenated, multiple documents, for just getting started microcontroller enthusiasts very useful.)
- 2013-09-19 17:11:03下载
- 积分:1
-
socket
SOCKET SAMPLE TO TRANSFER FILES BY SOCKET
- 2019-05-22 06:59:54下载
- 积分:1
-
jinchengdiaodu
加深进程概念的理解;掌握选择进程调度算法的准则;掌握进程调度算法。
(Deepen the process of understanding of the concept master scheduling criteria selection process algorithm master process scheduling algorithm.)
- 2013-12-10 13:42:14下载
- 积分:1
-
经典平差
说明: 处理水准网经典平差的有关问题,输出平差报告和各高程点的精度文件,判断平差结果的精度(Deal with the relevant problems of leveling network adjustment, output the adjustment report and the accuracy documents of each elevation point, and judge the accuracy of the adjustment results)
- 2020-05-19 12:31:10下载
- 积分:1
-
searching
/* binarysearch() - A binary search implementation which takes the same
* arguments as the C library function bsearch() provided by stdlib.h. It
* searches the sorted array at address base, which has nmemb elements, each of
* which is size bytes long. compar is a pointer to a comparison function.
* The function compares two array elements, and returns a negative, zero, or
* positive integer depending on whether the first array element is less than,
* equal to, or greater than the second.
*/
- 2010-12-20 04:24:54下载
- 积分:1