-
bianyuanjiance
程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。(Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma operator, sobel operator and canny operator.)
- 2010-12-21 10:43:47下载
- 积分:1
-
SAR imaging with RD algorithm
说明: 大斜视角的SAR成像 RD快速算法,解决了斜视角比较大的情况(SAR imaging with RD algorithm)
- 2021-01-30 21:08:33下载
- 积分:1
-
C builer document on the realization of the operation, there are classic example...
用C++ builer 实现的关于文件操作经典实例
里面有所有工程需要的源代码-C builer document on the realization of the operation, there are classic examples of all the projects need the source code
- 2022-02-22 00:22:40下载
- 积分:1
-
子程序
ABAQUS子程序sigini,用于加载预定义场(ABAQUS Subroutine sigini)
- 2020-07-01 02:40:01下载
- 积分:1
-
VW_window_washer
WolksVagen window washer adapter.
- 2019-05-13 20:11:43下载
- 积分:1
-
VB拼音转换及输出程序
进行拼音转换、拼音输入、拼音输出。拼音转换可将整篇文章迅速转换成带有声调的拼音,支持全拼显示、按字显示、按词显示、汉拼上下对照显示,以一词一拼音的方式显示,以字、拼音上下对照的方式显示,以一字一拼音的方式显示,全部显示拼音等。
本程序有两个版本的源码,一个是API版本,另一个是使用了actskin4.ocx界面控件的美化版本。
在一边输入的同时就在下方显示对应的拼音 有两种方式:
1.每次只在下面生成上面新输入的汉字字符的对应拼音字符,对之前输入的字符则不处理,这样做耗时会小些.
2.每次都直接对上面的所有汉字字符进行转换,这样最方便,但是如果文件过大,可能会比较耗时.
这里还是用第2种方法
- 2022-09-26 16:45:03下载
- 积分:1
-
xiaoboshang_SVM
脑机接口分类,特征提取用小波包熵,分类使用SVM分类器(Brain-computer interface classification, feature extraction using wavelet packet entropy, classification using SVM classifier)
- 2018-08-31 15:11:22下载
- 积分:1
-
2
说明: Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
excel做游戏
说明: 在EXCEL用VBA做的贪吃蛇游戏,帮助更好学习VBA(Using VBA to play Snake game in Excel to help better learn VBA)
- 2019-11-15 17:15:37下载
- 积分:1
-
基于变速模糊-PI混合控制的直流电机双闭环调速
说明: 在simulink上运行,双闭环模糊控制,亲测有效(Running on simulink, double closed - loop fuzzy control, effective pro - test)
- 2019-12-17 10:04:57下载
- 积分:1