Welcome![Sign In][Sign Up]
Location:
Search - vc tc

Search list

[GDI-Bitmapbmpio

Description: 彩色bmp位图读如内存当中,该程序是在vc++环境下运行tc代码-color bitmap Reading such as memory, the program is running under the environment vc tc code
Platform: | Size: 15770 | Author: edward | Hits:

[Other resourceserialprogrambook

Description: 网上都很难找的到的一本关于串口通讯的详细的介绍书籍,在VC,TC下都源代码!-the Internet are very difficult to find one of the serial communication on the detailed briefing books, the VC, TC under source code!
Platform: | Size: 8886948 | Author: jimmy | Hits:

[EditorVisualC++Turbo

Description: 代码简介或代码解析: 《Visual C++Turbo C串口通信编程实践》配套代码 [涉及平台] VC++/TC [作者] void [文件大小] 565KB [更新日期] 2005-10-25 22:32:00 本代码来自CZVC编程网: HTTP://WWW.CZVC.COM -code or code analysis : "Visual C Turbo C serial communication programming practice" complementary code [involving platform] VC / TC [for ] void [File Size : 565KB [updated] 2005-10-25 22:32 : 00 CZVC programming code from the net : HTTP : / / WWW.CZVC.COM
Platform: | Size: 579682 | Author: stone | Hits:

[Other resourceVc

Description: 40多版经典教材《数据结构》(严蔚敏、吴伟民著)全部代码实现。目录下TC是标准C代码C文件。VC是标准C++代码CPP文件。
Platform: | Size: 444512 | Author: 000 | Hits:

[Graph Recognize车牌定位

Description: 车牌定位 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j= Pi,j-Pi,j-1 i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-positioning plates used to break pic examples directory of images, and then click the button "turn", "1", "2", "3" and "4" and "5", can achieve precise positioning of the plates. Concrete steps 1.24 true color-gt; 256-color grayscale. 2. Pretreatment : median filter. 3. Binary : an initial threshold value T A pair of images for two to be two binary images B value. T initial threshold value to determine the method is : Select threshold T = Tc- (Tc-Gmin)/3, respectively Gmin saturated and is the highest and the lowest gray value. The threshold values for different licenses are certain adaptability, to ensure that basic background was home to 0, to highlight regional licenses. 4. Weakened background interference. The images do sim
Platform: | Size: 734208 | Author: 何问宇 | Hits:

[Compress-Decompress algrithms数据压缩_RLC游程编码

Description: 本程序实现了数据压缩中RLC(游程编码)过程。执行环境为 TC 3.0。-realized by the data compression RLC (RIc) process. The environment for the implementation of TC 3.0.
Platform: | Size: 15360 | Author: 钟祖豪 | Hits:

[GDI-Bitmapbmpio

Description: 彩色bmp位图读如内存当中,该程序是在vc++环境下运行tc代码-color bitmap Reading such as memory, the program is running under the environment vc tc code
Platform: | Size: 15360 | Author: | Hits:

[VC/MFCserialprogrambook

Description: 网上都很难找的到的一本关于串口通讯的详细的介绍书籍,在VC,TC下都源代码!-the Internet are very difficult to find one of the serial communication on the detailed briefing books, the VC, TC under source code!
Platform: | Size: 8886272 | Author: jimmy | Hits:

[AI-NN-PRyichuan_sga

Description: 基本遗传算法,用来求解函数的最大值!在VC和TC下均可实现.-basic genetic algorithm used to solve the function of the maximum! And the VC can be achieved under TC.
Platform: | Size: 9216 | Author: 黄波 | Hits:

[EditorVisualC++Turbo

Description: 代码简介或代码解析: 《Visual C++Turbo C串口通信编程实践》配套代码 [涉及平台] VC++/TC [作者] void [文件大小] 565KB [更新日期] 2005-10-25 22:32:00 本代码来自CZVC编程网: HTTP://WWW.CZVC.COM -code or code analysis : "Visual C Turbo C serial communication programming practice" complementary code [involving platform] VC/TC [for ] void [File Size : 565KB [updated] 2005-10-25 22:32 : 00 CZVC programming code from the net : HTTP :// WWW.CZVC.COM
Platform: | Size: 579584 | Author: stone | Hits:

[Special EffectsImageSegmentationbyLEGIONNetworks

Description: 基于振荡神经网络的图像分割程序,可以用TC,VC等编译,用于一般的自然图像效果很好,里面有比较好的代码注释!-oscillation neural network-based image segmentation procedures can be used TC, VC and other compiler, for the general good of natural images, with a relatively good code Notes!
Platform: | Size: 26624 | Author: 潘峰 | Hits:

[Other GamespushBox

Description: 推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。-Sokoban C language version, can customize the map to support the step-by-step and repeat regret. Can be compiled in VC6.0 or TC. Students work very good. Document the basic operation to open the closure. TXT file read, the keyboard response. Coordinates the planning, C drawing.
Platform: | Size: 4096 | Author: 卢耀华 | Hits:

[VC/MFCVCTCSerialPort_Book

Description: Visual C++ TC串口通信编程实践(普通下载).rar-Visual C++ TC Serial Communication Programming Practice (General downloads). Rar
Platform: | Size: 12194816 | Author: 陈龄 | Hits:

[Telnet Clientjisuanjiwangluo4

Description: 一、实验目的 了解和掌握基于UDP的网络通信应用程序; 了解和掌握基于TCP的网络通信应用程序。 二、实验要求 可以使用任何编程工具和编程语言实现。 编写一个网络通信应用程序,客户端和服务端可以通过该应用程序进行相互通信,传送信息或者传输文件。 TCP与UDP的方式任选其一。 提示:互联网上有非常多的各种语言开发的基于套接字方式网络通信协议的小例子程序,同学们可以多多参考。另外各种开发工具,比如:VB,VC,DELPHI,JAVA等都有相应的控件库或者功能库可以调用,使用这些库后,实际的开发过程非常简单。 三、实验内容 基于TCP或UDP的网络通信应用程序 -err
Platform: | Size: 309248 | Author: Justin | Hits:

[Data structsVc

Description: 40多版经典教材《数据结构》(严蔚敏、吴伟民著)全部代码实现。目录下TC是标准C代码C文件。VC是标准C++代码CPP文件。-More than 40 version of the classic textbook
Platform: | Size: 468992 | Author: 000 | Hits:

[Windows DevelopTC

Description: 这是一个vc编译环境的简化版本,适合放在U盘中,在任何地方都能随时随地进行C程序开发-Vc This is a simplified version of the compiler environment, suitable for trading on the U, in anywhere anytime, anywhere C Programming
Platform: | Size: 3344384 | Author: wangdi | Hits:

[Special EffectsFFT

Description: 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft file data.txt 2. HUITU.exe to re-run the data in the data.txt a picture to a screen to form a dynamic effect 3. Soundee.exe is running to restore the sound Note: myfft.c which is the fft of the C language code, using VC achieved HUITU.C is drawing code, using TC achieved soundee.c code to restore the sound, achieved using VC.
Platform: | Size: 319488 | Author: 游智超 | Hits:

[TCP/IP stackVC_tcpIP

Description: VC下的tcp多人网络聊天程序的源码,客户端和服务器端各有一个源程序。供网络编程爱好者参考。-Tcp under VC multiplayer online chat program source code, client and server have a source. Network Programming reference for enthusiasts.
Platform: | Size: 68608 | Author: lqx | Hits:

[Graph programEasyX_v20100825

Description: graphics.h的源文件,TC中的头文件,但VC编程中需要用到,特别是做图像绘制时就是 VC 方便的开发平台和 TC 简单的绘图功能。-graphics.h the source file, TC in the header file, but need to use VC programming, especially when doing image rendering is a convenient development platform and VC TC simple graphics.
Platform: | Size: 278528 | Author: 00 | Hits:

[Data structstc

Description: 本程序有vc++6.0实现,主要实现了二叉树的功能,包括二叉排序树,平衡二叉树,二叉树的插入,排序等功能。-This procedure has vc++6.0 to achieve, the main function of a binary tree, including binary sort tree, balanced binary tree, binary tree insertion, sorting and other functions.
Platform: | Size: 3433472 | Author: qianchao | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net