-
自己编写的CANNY边缘提取算法,大家参考一下。
自己编写的CANNY边缘提取算法,大家参考一下。-canny edge detection
- 2022-01-26 06:44:37下载
- 积分:1
-
绘制三次参数样条插值曲线 (3KB).ZIP,快来下载
绘制三次参数样条插值曲线 (3KB).ZIP,快来下载-drawing three parameters spline interpolation curve (3KB). ZIP, breaking download Bowl
- 2022-07-28 01:44:41下载
- 积分:1
-
12864液晶图形显示程序的D.在LCD128*64这样的一个例子
12864 LCD图形显示程序例子
这是一个在LCD128*64上显示图形的一个程序,一直以来都总是不知道怎么搞,现在终于都通了,想当初在网上总找,要不是程序不全,就是无法运行,或者是C51汇编语言,让人不爽,这样的痛苦不可以再让别人难受了。在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!-12,864 LCD graphics display program is an example of this in LCD128* 64 on the display graphics a procedure has been always do not know how this, now finally have access to the Internet in the first place to find the total, either incomplete process is not functioning, or C51 compilation of language, people quickly do not let the suffering of other people uncomfortable. Displayed on the LCD in an illustration of the "My Computer, My Documents." IC with PIC16F877A, 4 MHZ crystal oscillator, using eight parallel lines, LCD : TS12864-3, then in a process of definition, As long as this program COPY of your compiler downloaded PICC Lane, the target board can see that picture!
- 2022-02-22 00:00:38下载
- 积分:1
-
可以让你在短时间内学会C语言的图书馆处理
可以让你在短时间内学会C语言的图书馆处理-allows you to immediately learn the C language processing library
- 2022-05-30 05:38:33下载
- 积分:1
-
用vb编写的计算机图形学的案例,2D与3D的 老师讲课使用的课件...
用vb编写的计算机图形学的案例,2D与3D的 老师讲课使用的课件-use of computer graphics to prepare the case, 2D and 3D teacher lectures use the courseware
- 2022-02-10 02:02:56下载
- 积分:1
-
C++操作autoCAD下的dxf文件的示例
C++操作autoCAD下的dxf文件的示例-C++ Operation AutoCAD dxf files under the sample
- 2023-06-13 16:05:04下载
- 积分:1
-
一个非常完美的工业曲线显示控件,根据实时数据或者历史数据生成各种历史、实时曲线...
一个非常完美的工业曲线显示控件,根据实时数据或者历史数据生成各种历史、实时曲线-a perfect curve showed industrial controls, according to real-time data or historical data generated various historical, real-time curve
- 2022-07-24 08:05:22下载
- 积分:1
-
这是用VC++中的MFC事项的,用角度DDA法产生圆弧
这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
- 2022-06-15 06:40:15下载
- 积分:1
-
barcode generation principle : bar code data of the first part by the seven figu...
条形码的生成原理:
条形码的第一数据部分是由 7个数字形成的,其形成的方法详述如下:
n 首先使用 产生和 匹配的字母码,该字母码有6个字母组成,字母限于A和B。产生字母码的列表如下
字母码
0 AAA
1 AABABB
2 AABBAB
3 AABBBA
4 ABAABB
5 ABBAAB
6 ABBBAA
7 ABABAB
8 ABABBA
9 ABBABA
表一 映射表
n 将 和 产生的字母码按位进行搭配,来产生一个数字-字母匹配对。并通过查表来得到 形成的条形码第一数据部分。
将 和C进行搭配,并通过查表得到 形成的条形码的第二数据部分。
该映射表如表二所示:
数字-字母匹配对 二进制信息
0A 0001101
0B 0100111
0C 1110010
1A 0011001
1B 0110011
1C 1100110
2A 0010011
2B 0011011
2C 1101100
3A 0111101
3B 0100001
3C 1000010
4A 0100011
4B 0011101
4C 1011100
5A 0110001
5B 0111001
5C 1001110
6A 0101111
6B 0000101
6C 1010000
7A 0111011
7B 0010001
7C 1000100
8A 0110111
8B 0001001
8C 1001000
9A 0001011
9B 0010111
9C 1110100
表二 数字-字母映射表
n 绘制条形码:通过映射表二得到的二进制数码进行绘制,1对应黑线,0对应白线。
-barcode generation principle : bar code data of the first part by the seven figures formed, and the formation of detailed as follows : n the first use of the alphabet and matching code, the code l
- 2022-01-25 20:25:14下载
- 积分:1
-
图像分割中的分水岭(water shed segmention)算法的源码
图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
- 2022-05-27 07:22:56下载
- 积分:1