-
用Hough变换实现多个目标检测
用Hough变换实现多个目标检测,包含参考论文,visual-studio环境下开发,可以实现对多个目标的检测,hough的原理,论文中有说明,也可以上网查阅。
- 2022-03-20 04:27:44下载
- 积分:1
-
一个好用的原生DELPHI grid 控件
资源描述NiceGrid is a Delphi component that aimed to be a standard string grid
replacement.
- 2022-07-19 10:07:42下载
- 积分:1
-
写的五角星,写的很差 功能简单的
写的五角星,写的很差 功能简单的-Written by five-pointed star, to write a simple function of the poor
- 2022-04-15 09:46:29下载
- 积分:1
-
对USB进行编程,如何读取USB的接口,包括USB的一些驱动程序.
对USB进行编程,如何读取USB的接口,包括USB的一些驱动程序.-right to program, how to read the USB interface, including some USB driver.
- 2022-06-15 17:49:43下载
- 积分:1
-
游戏源码!关于枪!DelphiX使用!
delphi game source! about gun! delphix used!
- 2022-03-22 12:59:54下载
- 积分:1
-
很不错的VC资料,有价值哦。
很不错的VC资料,有价值哦。-VC very good information, valuable oh.
- 2023-08-25 21:25:06下载
- 积分:1
-
迷你计算器,优先级,赋值运算均支持,比如:a=1 a=2 b=3+a a+b
迷你计算器,优先级,赋值运算均支持,比如:a=1 a=2 b=3+a a+b-mini calculator, priority level, assignment operator support, such as : a = a = 1 b = 2 3 a a b
- 2022-05-08 14:04:22下载
- 积分:1
-
COBF (aka C
COBF (aka C-Obfuscator) is a program which manipulates C or C++ sourcefiles in a way that they aren t readable by human beings but they remain compilable. The benefit of COBF lies in the distribution of programs (freeware, shareware, commercial software etc.): The distribution as a executable binary is often too inflexible (especially for Unix or Windows NT, because it is normally not feasible to support all possible platforms) on the other side one might not give away the sourcecode (e. g. it looks poor [badly commented, Spaghetti code], or you just want to prevent plagiarism). Here COBF can play an important role: It removes all comments and sourcecode formattings and renames all variable and function identifiers. See files.txt for a complete list of the files provided with the cobf zip archive! See doc/ for the COBF manual!
- 2022-07-21 12:34:20下载
- 积分:1
-
移动展示软件
这是在线移动展厅软件。在这里顾客可以查看所有类型的移动图像的汽车展厅内都有哪些。如果顾客喜欢的手机,然后他们甚至可以查看手机率。在一段时间,客户可以购买多个手机。他们可以添加到购物车的每个移动和购买所有
一次手机。本软件还允许计算和折扣。因为它是在线软件人们可以购买移动通过在线。人们可以查看所有类型的移动的图像,在软件中都有哪些。即使他们会要知道事情的所有他们趁他们购买的手机。
这个软件是免费的错误。任何人都可以使用该软件。您可以通过点击下面的下载下载此软件。因此使用此软件,从中更多受益。如果有任何疑问,那么张贴你下面的疑虑。
前端: ASP.net
SQL 服务器后端:
- 2022-01-24 16:50:54下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1