-
digital signal processing Matlab Presentations, File all of which placed the doc...
数字信号处理Matlab演示文件,其中各个文件加放置了不同的matlab子文件-digital signal processing Matlab Presentations, File all of which placed the documents for Matlab
- 2022-02-26 03:21:37下载
- 积分:1
-
对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。
使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再...
对海量图像进行分块索引,可以不限数据量大小对图像进行漫游。
使用办法,首先选择图像处理中导出索引这一功能,将海量的BMP图像格式转换为自定义的img格式,再在打开菜单中打开IMG格式的影像,就可以完成对海量数据的浏览,数据量不受内存限制,只受硬盘大小限制,另外该软件还包括其他一些图像格式之间的转换,主要用在GIS领域-Images of the mass block index, you can open the volume of data roaming size image. Use practices, the first choice of image processing to export the index of this function, will be massive conversion of the BMP image format for custom img format, and then open the menu opens in IMG format images, you can complete the huge amount of data browsing, data not subject to memory limitations, only by hard drive size limit, while the software also includes a number of other conversion between image formats, mainly used in the field of GIS
- 2022-07-15 12:41:07下载
- 积分: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
-
同济大学的 陈以一教授的《钢结构基本原理》第2章
同济大学的 陈以一教授的《钢结构基本原理》第2章-Tongji University, Professor Chen Yiyi of the
- 2022-01-21 17:53:24下载
- 积分:1
-
from generals saw an article based on the classification of face detection metho...
从老外文章里看到一种基于分类器的人脸检测方法,好不容易搞到这个人脸图像训练集和测试集,现在贡献出来,希望对做人脸检测的朋友有帮助(图像比较全,有彩色人脸图像)-from generals saw an article based on the classification of face detection method finally got the facial image training set and test set, now contribute, hope to the human face detection and friends to help (the whole picture, color facial image)
- 2022-10-31 23:20:03下载
- 积分:1
-
IAR Embedded Workbench for MSP430 3.42A 43 0 programming environment, the latest...
IAR Embedded Workbench for MSP430 3.42A
430编程环境,最新版-IAR Embedded Workbench for MSP430 3.42A 43 0 programming environment, the latest version of
- 2022-03-16 00:42:38下载
- 积分:1
-
Visual Basic as a development platform, a set of software development.
以Visual Basic 为开发平台,开发的一整套软件。-Visual Basic as a development platform, a set of software development.
- 2022-06-13 11:28:35下载
- 积分:1
-
Map editor is very powerful game editor, source code is worth a look
地图编辑器 很强大的游戏编辑器源码值得-Map editor is very powerful game editor, source code is worth a look
- 2022-09-01 02:50:03下载
- 积分:1
-
starry blue background, transparent rotating cube, the science of sound; Used in...
蓝色的星空背景,透明的旋转立方体,科幻的音效;用来做片头动画也不错-starry blue background, transparent rotating cube, the science of sound; Used in film animation is not bad
- 2022-02-03 02:39:36下载
- 积分:1
-
This is a progress can enhance the function of a class, he can progress to the v...
这是一个可以增强进度条功能的一个类,他可以对进度条的各个特征进行修改,比如说方向,颜色,是否显示数字等等。-This is a progress can enhance the function of a class, he can progress to the various characteristics of the changes, such as the direction, color, whether the numbers.
- 2023-07-16 22:10:03下载
- 积分:1