Welcome![Sign In][Sign Up]
Location:
Search - vc6.0 me

Search list

[Fractal programcanny_code

Description: 一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取 1.包含pdf文档和源代码 2.源代码code 开发环境是VC6、Matlab7 3.作者 http://contact.ys168.com/ 与我联系:ahuixp@sohu.com -a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pdf files and contains the source code two. Source code development environment is VC6, Matlab7 3. Author http://contact.ys168.com/ contact me : ahuixp @ Game
Platform: | Size: 87323 | Author: 杨峰 | Hits:

[Special EffectsImgSeg

Description: 哥们图像边缘检测与特征提取的毕业设计,包括全部经典算法,还有他自己的改进,VC6下测试通过。(这个改进我不是很懂,不要问我!:))-Miners Edge detection and feature extraction graduate design, including all classic algorithms, and his own improvement, VC6 under test. (This I do not know very much about improvement, do not ask me! :))
Platform: | Size: 100373 | Author: 杨智丹 | Hits:

[Other resourceDKeks

Description: 俄罗斯方块(DKTetris)-附源代码 版本:1.0.0.1 运行环境:Win9X/Me/NT/2000/XP/2003+MFC42运行库 开发环境:WinXp+VC6-Russian box (DKTetris) --source code version : 1.0.0.1 operating environment : Win9X/Me/NT/2000/XP/2003 MFC42 runtime development environment : WinXp VC6
Platform: | Size: 83671 | Author: kuse | Hits:

[Graph programimglist_vc

Description: 列图片成页面 - 解没有ACDSee之急。 源代码+执行文件+chm格式帮助 本程序跟listimg的功能差不多,区别仅仅是前者使用javascript,这个使用vc6(MFC),在java没配置好的机器上前者用不了。 如果您对此有何改进,烦恼mail一份改进后的版本给我,-out into pages-no solution ACDSee urgency. The source code implementation document chm format with the help of this program almost listimg function, the only difference is the former use of javascript, the use vc6 (MFC), the java not configured machines on the former impossible. If you have any improvements, a trouble mail improved version of me, thank you
Platform: | Size: 180364 | Author: DoItFreely | Hits:

[Delphi VCLserial-t

Description: 串口温度显示源代码 使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上) 简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参 串口通迅(编程源码)、串口调试助手、端口网络通信技术,VC/C编程,移动机器人控制相关技术,Matlab仿真及数据处理-Serial temperature display the source code for use : System requirements : WIN9X/ME/NT/2000 VC 6.0 and the installation of the VC ACTIVEX control (VC Installed six elected) Introduction : VC 6.0 using MSComm programming, Serial can receive data and send data, data showed in the receiving box and this box. How to establish projects : the establishment of a new folder and file will be unpacked using WINZIP, Double-click Scommtest.dsw VC6.0 will open in the project documents. Author home page detailed program note, every step of the list can participate Serial correspondent (programming source), Serial debugging assistant port network communications technology, VC / C programming, the mobile robot control and related technology, Matlab simulation and data processing
Platform: | Size: 48224 | Author: liming | Hits:

[Windows DevelopVC_MSComm

Description: 使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上) 免费 简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。
Platform: | Size: 37856 | Author: zgh | Hits:

[Console编译原理实验_课程设计_词法分析

Description: 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared by me.
Platform: | Size: 139411 | Author: 谷穗 | Hits:

[OS programvectord

Description: windows下的矢量汉字显示程序,采用VC6.0打开,不能用来找我。-windows vector under the Chinese character display that utilizes VC6.0 open, and we can not come to see me.
Platform: | Size: 45624 | Author: 阿拉 | Hits:

[Console编译原理实验_课程设计_词法分析

Description: 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared by me.
Platform: | Size: 139264 | Author: 谷穗 | Hits:

[OS programvectord

Description: windows下的矢量汉字显示程序,采用VC6.0打开,不能用来找我。-windows vector under the Chinese character display that utilizes VC6.0 open, and we can not come to see me.
Platform: | Size: 45056 | Author: 阿拉 | Hits:

[Special Effectsdpps

Description: 本源码为用VC和Matlab混合编程开发的一个数字图像处理系统,它是一个较为完善的数字图像处理软件,它能够实现Matlab数字图像处理工具箱里的绝大多数函数的功能,该软件包可以在没有安装Matlab的环境下直接运行。压缩文件中含有编译后的该软件的安装文件,以及该软件的全部源代码。该软件在VC6.0和Matlab6.5的环境下开发,有疑问欢迎大家联系我,或访问我的个人主页:http://dppszhm.home4u.china.com/-The source for the use of VC and Matlab programming to develop a hybrid of digital image processing system, which is a more comprehensive digital image processing software, it can achieve the Matlab toolbox of digital image processing function in the vast majority of the features, the package can not install the Matlab environment to run directly. Compressed file containing compiled the software installation files, as well as all of the software source code. The software in VC6.0 and Matlab6.5 development environment, the question welcome you contact me or visit my personal homepage: http://dppszhm.home4u.china.com/
Platform: | Size: 19510272 | Author: 张合明 | Hits:

[Delphi VCLserial-t

Description: 串口温度显示源代码 使用说明: 系统要求:WIN9X/ME/NT/2000 VC++6.0 且安装了VC ACTIVEX控件(在VC6安装时选上) 简介:在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。 如何建立工程:建立新文件夹,将文档用WINZIP解压后,双击 Scommtest.dsw 即可在VC6.0中打开工程文件。作者主页上有详细编程说明,每一步都列出来了,可以参 串口通迅(编程源码)、串口调试助手、端口网络通信技术,VC/C编程,移动机器人控制相关技术,Matlab仿真及数据处理-Serial temperature display the source code for use : System requirements : WIN9X/ME/NT/2000 VC 6.0 and the installation of the VC ACTIVEX control (VC Installed six elected) Introduction : VC 6.0 using MSComm programming, Serial can receive data and send data, data showed in the receiving box and this box. How to establish projects : the establishment of a new folder and file will be unpacked using WINZIP, Double-click Scommtest.dsw VC6.0 will open in the project documents. Author home page detailed program note, every step of the list can participate Serial correspondent (programming source), Serial debugging assistant port network communications technology, VC/C programming, the mobile robot control and related technology, Matlab simulation and data processing
Platform: | Size: 48128 | Author: liming | Hits:

[Process-ThreadKillProcess

Description: 进程手术刀1.1版(在vc6.0下编译通过) 与原版只有很少的修改.重要的是自带了psapi.h和psapi.lib,而且修改了编译选项. 注意:这个工程只能在Release模式下编译, 如果谁知道怎样设置在Debug下编译,请告诉我.-Process scalpel version 1.1 (in the compiler under vc6.0 through) and the original only a few modifications. Is important to bring the psapi.h and psapi.lib, and modify the compiler options. Note: This works only in Compiler Release mode, if who knows how to set up in under Debug compile, please let me know.
Platform: | Size: 98304 | Author: fdsa | Hits:

[Finance-Stock software systemATM_get_money

Description: 模拟银行ATM提款机系统(单线程),我的RAD项目,得到了刘岩博士的大力支持,目前完成了单线程的程序结构,开发平台VC6.0,运行平台DOS7.0。程序是C/S结构,由服务端和客户端程序构成,还有一个配置程序来定义文件和IP,程序还实现了冲帐功能。我还在思考如何设计多线程的设计,特公布了原码,望大家帮我看看。-Simulation of ATM bank teller machine system (single-threaded), my RAD project has been the strong support of Dr. Liu Yan, the current procedures for the completion of the single-threaded structure, and development platform VC6.0, running platform DOS7.0. Process is C/S structure, by the service client and the client program consists of a procedure to define the configuration files and IP, the procedures also realize the strike a balance function. I am still thinking how to design multi-threaded design, special publication of the original code, hope to see everyone help me.
Platform: | Size: 10240 | Author: 做自己的偶像 | Hits:

[Finance-Stock software systemATM

Description: 模拟银行ATM提款机系统 模拟银行ATM提款机系统(单线程),我的RAD项目,得到了刘岩博士的大力支持,目前完成了单线程的程序结构,开发平台VC6.0,运行平台DOS7.0。程序是C/S结构,由服务端和客户端程序构成,还有一个配置程序来定义文件和IP,程序还实现了冲帐功能。我还在思考如何设计多线程的设计,特公布了原码,望大家帮我看看。 转载请注明来源: 开源盛世-源代码下载网 www.vscodes.com-Simulation of ATM bank teller machine system simulation bank ATM cash dispenser system (single-threaded), my RAD project has been the strong support of Dr. Liu Yan, the current procedures for the completion of the single-threaded structure, and development platform VC6.0, running platform DOS7.0. Process is C/S structure, by the service client and the client program consists of a procedure to define the configuration files and IP, the procedures also realize the strike a balance function. I am still thinking how to design multi-threaded design, special publication of the original code, hope to see everyone help me. Reprint please specify Source: Open Source Spirit- the source code to download network www.vscodes.com
Platform: | Size: 12288 | Author: 刘东明 | Hits:

[OtherNor

Description: 求一串16进制数的工具,很好用滴~~~ 本软件用VC6.0开发,非常适合像我这样的单片机爱好者的-For a string of 16 hexadecimal number of tools, good use of drip ~ ~ ~ The VC6.0 software development, is ideal for someone like me, a lover of microcontroller
Platform: | Size: 6144 | Author: lameck | Hits:

[VC/MFCVisualCfordummies

Description: 本书详细介绍了利用vc6.0进行程序开发的必须基础知识以及一些c++编程技巧-You are a busy person-much too busy to spend your precious time reading a long treatise on Visual C++.You already know something about programming,and you don t need me to tell you how to use loops and conditional statements in your code.What you do need to know is how Visual C++ can help you with windows programming and maybe a reminder now and then of how the syntax of various C++ statements work and what those statements accomplish.And you wand to get that information fast. When you ve come to the right place.Visual C++ for dummies quick reference is speciafically designed to give you the information you need as quickly as possible so that you can get back to creating cool Windows applications with Visual C++.Keep this handy little reference right by uour computer for those times during marathon coding sessions when you wonder what a particular menu items means or for when you need a quick fix on a bit of C++ syntax
Platform: | Size: 8378368 | Author: 巫军 | Hits:

[Menu controlPopMenu

Description: 实现右键显示下拉菜单的简单代码,利用VC6.0的单文档类实现-Achieve the right shows a simple drop-down menu code, the use of a single document class implementation VC6.0
Platform: | Size: 1951744 | Author: 王元 | Hits:

[Windows Developting-che

Description: vc6.0实现的停车场各种功能,良好的利用了栈的算法-believe me
Platform: | Size: 81920 | Author: 武器昂 | Hits:

[OpenGL programTankWorld_OpenGL-2.0

Description: 这是我从一个由pascal语言opengl1.0编写的坦克射击游戏移植而来。 先移植为C++。尔后由于工作需要,又将其移植为纯C语言opengl2.0 的代码。代码通用与WIN32项目和中间件 以及机顶盒中。上传的这个工程是WIN32上调试用的。 由于部分特殊要求,游戏中的所有资源文件在本版本中全部都被转化为头文件包含形式,不再有对文件的操作,详情看到代码即可了解。 -----注意---- 代码是VC6.0环境下编译运行,但由于转变为.h的资源文件过大,VC6.0下会出现链接溢出错误(compiler is out of heap space),需要在配置工程选项中添加 /Zm *** 标签,具体用法可自行网上搜索。 另一种方法是使用VS2010打开, 经过转换后可以直接编译运行,我已经试验过。 ------游戏pascal源码和 c++语言opengl1.0的移植版本可在本人上传的其他源码中找到。-This is the tanks shooting game transplanted from me from a pascal language opengl1.0 prepared. First transplant C++. Later, due to the need of work, in turn migrated to pure C language opengl2.0 code. Project of the code universal and WIN32 and middleware as well as set-top boxes. Upload of this project is the WIN32 upregulation trial. As part of the special requirements of all the resources in the file in the game in this version all into the header file that contains the form, no longer have to file operation details, see the code you can understand.----- Note---- code VC6.0 environment compiler running into h resource file is too large, VC6.0 will link overflow error (compiler is out of the heap space) Add/Zm*** tag need to configure the project options, specific usage can be its own online search. Another method is to use VS2010 open, and converted directly compile and run, I have tried.------ Transplant version of the game pascal the source and c++ language opengl1.0 of other sou
Platform: | Size: 9505792 | Author: 赵洋 | Hits:
« 12 3 »

CodeBus www.codebus.net