-
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子...
根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
- 2022-12-28 02:20:03下载
- 积分:1
-
c-yu-yan-(e-luo-si-fang-kuai)
俄罗斯方块是一款风靡全球的掌上游戏机和PC机游戏,它造成的轰动与创造的经济价值可以说是游戏史上的一件大事。它由俄罗斯人阿列克谢• 帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。它看似简单却变化无穷,俄罗斯方块上手极其简单,但是要熟练地掌握其中的操作与摆放技巧,难度却不低。作为家喻户晓老少皆宜的大众游戏,其普及程度可以说是史上任何一款游戏都无法相比的。相信大多数人都还记得为它痴迷得茶不思饭不想的那个俄罗斯方块时代。由于俄罗斯方块具有的数学性、动态性与知名度,也经常拿来作为游戏程序设计的练习题材。(Tetris is a popular the global handheld console and PC games, it caused a sensation with the creation of economic value can be said that the game in the history of a major event. It invented by the Russians Alexey • Pajitnov, it was this name. The basic rules of Tetris moving, rotating and placing games automatically output a variety of boxes, arranged in a complete one or more lines and eliminate the score. It seems simple, but endless variations, Tetris is extremely simple to get started, but to be proficient in the operation and placed skills, the difficulty is not low. As the household ages Volkswagen games, its pervasiveness can be said that the history can not be compared to any game. I believe most people still remember it was obsessed tea does not think Rice did not want that Tetris era. Tetris has math, dynamic and well-known, often being used as the theme of game programming practice.)
- 2012-10-25 17:16:25下载
- 积分:1
-
code
说明: Two other retailers, Marks& Spence
- 2020-06-16 06:00:02下载
- 积分:1
-
CracX-0.7.1
non so che devo scrivere ma ci provo
- 2019-03-10 03:47:35下载
- 积分:1
-
LLC_CM_CL_V1_0
LLC的SABER软件中的仿真文件,对于入门新手理解LLC很有帮助(LLC saber simulation)
- 2017-09-05 00:25:01下载
- 积分:1
-
匿名开拓者Pro飞控源码、原理图
飞行器开源及其示范典例,轻轻松松,从入门到精通,不再为开源而烦恼(Open source vehicle)
- 2020-09-15 17:37:56下载
- 积分:1
-
4张图片轮番播放的Flash焦点图代码素材
4张图片自动播放的Flash焦点图代码素材,现在网页上的焦点图、幻灯片代码太丰富了,放在网页上可吸引眼球,把网站重要的内容用焦点图来表现出来,是一种比较精准的内容推荐方式。为了获得更平滑的动画切换效果,这里采用了swfobject.js插件,XML为配置文件,图片链接地址和调用路径都在写在xml文件里,上线前请自行修改下。
- 2022-08-17 10:47:49下载
- 积分:1
-
学习类的,深入研究New和Delete,看后会很收益的:)
学习类的,深入研究New和Delete,看后会很收益的:)-learning category, and in-depth study and New Delete, after reading the proceeds will be :)
- 2022-01-30 16:06:27下载
- 积分:1
-
1801-f_104
dds image file for nif textureing
- 2020-06-25 20:20:02下载
- 积分:1
-
Delphi将TableToClass 表文件转换成类文件
Delphi将TableToClass 表文件转换成类文件,//刷新数据库procedure RefreshDB;
//读取数据库名称列表
function ReadDBNameList: TStringList;
//读取数据表名称列表
function ReadTableNameList: TStringList;
function TableToClassInfo(ATableName: string): TStrings;
//取得SQLServer字段的类型,返回相应Delphi变量类型
function GetColumnType(AType: integer): string;
//取得SQLServer字段的类型,返回相应字符串
function GetDBColumnType(AType: integer): string;
//仅生成类信息
procedure GenerateClassInfo;
//生成Unit文件
procedure GenerateUnitFile;
procedure TableToClassInfo1(ATableName: string; var AClassList1, AClassList2: TStringList);
//取得保存的文件名,没有扩展名
function GetFileName(AFileName: string): string;
//保存文件
procedure SaveToFile(AList: TStringList = nil);
//取取选择数据表的数量
- 2022-03-24 10:52:12下载
- 积分:1