-
Read_temp
Labview example to read temperature
- 2011-10-31 10:50:44下载
- 积分:1
-
2d_ex_1
this is fortran napl simulator example done by EPA
- 2019-01-15 06:33:59下载
- 积分:1
-
NewNotePad
VB仿Windows可显示行号的记事本程序,有需要的下。(VB notepad application in imitation of a Windows to display line Numbers, in need.)
- 2013-08-15 18:06:33下载
- 积分:1
-
字母排序,在对一个C程序进行编译的过程中,可发现注释中的拼写错误...
字母排序,在对一个C程序进行编译的过程中,可发现注释中的拼写错误-Alphabetical order, in the process of a C compiler, the Notes can be found in the spelling errors
- 2022-02-26 13:24:07下载
- 积分:1
-
飞行器上升段航迹优化问题 2D-master
飞行器上升段航迹优化问题,采用DIDO工具箱进行全弹道轨迹优化(DIDO toolbox is used to optimize the whole trajectory of aircraft in ascent phase)
- 2020-06-22 01:00:01下载
- 积分:1
-
- 2022-07-14 02:19:45下载
- 积分:1
-
屏幕放大镜Delphi源码
Delphi源码编写的屏幕放大镜,可以把屏幕上的文字和图片放大显示,在Windows中被列为辅助功能。放大的内容是按比例放大。拖动滑块可改变放大位数,使用时,晃动鼠标到其它需要放大内容的地方即可,在放大镜窗口中即可看到放大后的图像。
- 2023-06-26 20:05:03下载
- 积分:1
-
lena
说明: SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel)
算法步骤:
已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面
假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素
假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S,S=sqrt(M*N/K)
遍历操作,将每个像素块的中心点的坐标(x,y)及其lab的值保存起来,加入到事先定义好的集合中(Algorithmic steps:
Given the size of an image M*N, it can be converted from RGB space to LAB space, and the color space of LAB is more comprehensive.
If the predefined parameter K, K is the number of pre-generated super-pixels, i.e., the image of M*N size (the number of pixels is M*N) is expected to be divided into K super-pixel blocks, each of which contains [(M*N)/K] pixels.
Assuming that the length and width of each super-pixel region are evenly distributed, the length and width of each super-pixel block can be defined as S, S = sqrt (M*N/K).
The traversal operation saves the coordinates (x, y) and lab values of the central points of each pixel block and adds them to a pre-defined set.)
- 2019-06-10 14:48:52下载
- 积分:1
-
C#编写的Flash播放器flashplayer源码
C#编写的Flash播放器flashplayer源码,可对Flash导出的SWF文件进行无损播放,当然内核还是基于Macromedia公司的FlashPlayer插件,这个需要运行本Flash播放器的电脑安装有Macromedia公司的FlashPlayer插件才可以,播放器可分帧播放,控制影片上一症下一帧或暂停播放等控制功能。
- 2022-05-14 13:53:00下载
- 积分:1
-
Delphi 24点游戏实例代码
Delphi 24点游戏实例代码,这是个图片版的24点游戏源码。读取第一个运算符的位置以得到表达式的第一个数字
function AnyFirstPos(Str: string): Integer;
//读取最后一个运算符的位置以得到表达式的最后一个数字
function AnyLastPos(Str: string): Integer;
//判断最先出现的符号是+号、-号、*号还是/号
function AnyFirstF(Str:String):Char;
//此计算用于计算不带()号的加、减、乘、除运算
function SubCompute(Str:String):integer;
//用于计算表达式的结果
随机读取4张牌同时启动计时器,输入的数至少有一个不是系统所发4张扑克中的一个。
- 2022-01-20 23:25:36下载
- 积分:1