-
dinwei
车牌识别系统,对车牌进行初定位,分割,字符进行识别,处理,提取(License Plate Recognition system, the beginning of the plate for positioning, segmentation, character recognition, processing, extraction)
- 2020-07-03 22:40:02下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1
-
WinCE_Driver3
为什么WINCE目录下的例子用build+sysgen能够编译成EXE文件,而我添加的例子就不能编译呢?
如果这个例子是一个应用程序,那么肯定包括代码文件(.h .c .cpp)和资源文件(.rc和其它资源文件),build工具根据source文件内容把代码文件编译成lib文件,资源文件编译成.res文件,sysgen工具根据makefile文件内容将source文件中列出的需要链接的各个库文件合并成一个EXE文件。所以说关键在于makefile文件,WINCE目录下凡是能够用(Why WINCE directory example of using the build+ sysgen able to compile into EXE files, and I can not compile the example to add it? If this example is an application, it must include the code file (. H. C. Cpp) and the resource file (. Rc and other resource files), build tools based on source code files to compile the contents of the file into a lib file, resource file is compiled into. res files, sysgen tool according to the makefile file contents will be listed in the source files need to link the various library files into one EXE file. So the key is makefile file, WINCE directory of those who can use)
- 2010-11-06 10:04:45下载
- 积分:1
-
timer0
c8051f060定时器0,系统时钟,交叉开关IO配置(C8051F060 timer 0, the system clock, switch IO configuration)
- 2013-08-31 20:43:06下载
- 积分:1
-
libgcc_s_dw2-1
OpenCV-2.2-nov4l1.patch due to registration forms
- 2013-03-22 04:49:21下载
- 积分:1
-
01_TextureBase
DirectX中,使用的纹理坐标系统有两个轴向,分别称为u轴,和v轴。u轴从左到右依次增长,v轴从上到下依次增长。纹理坐标(u,v)定义了在纹理图片上的一个像素点,称为纹素。(I hope it can help you the grid load code and program example is more animation)
- 2017-07-03 19:57:42下载
- 积分:1
-
Template
板载三个灯同时亮灭,板子上可以看到灯发出闪烁的白光(On-board three lights turn on and off at the same time)
- 2020-06-23 14:00:02下载
- 积分:1
-
7.RZ-51V28配套实例程序
51单片机,功能包含流水灯,数码管,等一系列本科课设需要的文件,通过c语言实现(51 single chip microcomputer, including functions of water lamp, digital tube, and a series of undergraduate course requirements of the document, through the c language)
- 2020-06-15 22:23:56下载
- 积分:1
-
A-letter-home
一封家书。实现类的集成以及多态性,很好的练习题目。实现家书书写版本(A letter home. Achieve integration and polymorphism, practice questions. Letter writing version)
- 2016-02-14 18:57:36下载
- 积分:1
-
C# 把listView数据排列成图标缩略图风格
C#控制ListView的显示方式,把listView数据排列成图标缩略图风格,这种风格在Windows中十常见,图标的排列就是这种风格的,实现的相关代码:
private void Form1_Load(object sender, EventArgs e)
{
listView1.Items.Add("开源爱好者");//使用Add方法向控件中添加项目
listView1.Items.Add("www.codesc.net");//使用Add方法向控件中添加项目
listView1.Items.Add("C#从基础到项目实战");//使用Add方法向控件中添加项目
listView1.Items[2].Selected = true;//使用Selected方法选中第3项
}
- 2023-06-24 02:00:03下载
- 积分:1