-
matlab程序实现遥感影像中的道路提取算法
该程序可实现遥感影像的道路特征提取,编程平台为matlab,亲测好用(The program can extract road features from remote sensing images, and the programming platform is matlab.)
- 2021-03-12 17:59:25下载
- 积分:1
-
JAVA
java画面同步,客户端上操控一个小球移动,同时服务端上显示一个小球随客户端移动(java,When the screen is synchronized, a small ball moves on the client side,,and a small ball is displayed on the server with the client moving)
- 2018-02-22 12:24:06下载
- 积分:1
-
79605308baoyingshe
胞映射程序,可以用来计算胞映射方法,matlab编写(Cell mapping program)
- 2021-05-15 18:30:02下载
- 积分:1
-
e
说明: 基于python的俄罗斯方块小游戏,有详细的代码解释,是用pyqt写的。(A little game of Tetris based on Python,There is a detailed code explanation, which is written in pyqt.)
- 2020-06-08 16:53:03下载
- 积分:1
-
sample application to test
sample application to test
- 2022-11-08 05:35:04下载
- 积分:1
-
graded background, in which top
渐变背景,在窗体中从上至下依次绘制多个矩形,使它们的填充色从蓝变化到黑,就能很好地模拟出渐变效果-graded background, in which top-down windows were drawing more than rectangular, filling their color changes from blue to black. it will be able to simulate effects of graded
- 2023-08-21 21:20:02下载
- 积分:1
-
homework1_zzh
说明: 种子点相关的代码分析,主要是提取了楔前叶的的数据,最后将该部位和整个大脑都做了依次相关分析,将最相关区域取出来。(The code analysis related to the seed point mainly extracts the data of the anterior wedge, and finally analyzes the part and the whole brain in turn, and takes out the most relevant area.)
- 2020-06-22 03:00:02下载
- 积分:1
-
数据挖掘概念与技术
初级了解数据挖掘可下载,大致明白什么是数据挖掘以及简单的案例(Preliminary connection data mining)
- 2018-05-29 15:58:16下载
- 积分:1
-
dic.c
说明: 英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
一种简单的英文单词排版系统实现
一、功能
英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
二、实现约定
1、单词结构
typedef struct dictWord {
char word[101];
char meaning[201];
} DictWord;
2、录入单词和释义
录入规则:
A) 一行只能录入一个单词或词组和释义,
B) 可以只录入单词
C) 每一次录入得单词总长度包含空格不超过100字符
D) 不能只录入释义
E) 单词和释义之间必须有空格
F) 单词是连续的或有空格的字母,不能有其他字符
G) 录入异常打印对应的错误信息。
H) 录入时单词已经存在且释义不同,则视为修改释义,增加修改计数
I) 释义应只包含汉字、阿拉伯数字和汉字标点符号且长度不超过100字
3、修改单词
修改(Basic functions of English word layout and query system (case sensitive): enter words and interpretations, modify words, modify interpretation, file entry, output to screen and output to documents, input word query has been interpreted.)
- 2020-04-05 22:51:51下载
- 积分:1
-
此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。...
此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。-Huffman coding procedures are completed, we will be able to understand the tenets of Huffman coding, we facilitate learning. Tc20 in running.
- 2022-12-13 21:05:03下载
- 积分:1