搜索资源列表
控制台窗口界面的编程
- 一般来说,我们编的控制台程序是DOS窗口的,且不支持鼠标应用,其实这些功能(界面和鼠标功能)是能实现的,这篇文章就详细的介绍了怎样进行控制台程序界面编程,希望能给你带来收获。-Generally speaking, we have a procedure DOS console window, which did not support the application of the mouse, these features (functional interface and the mouse
MarkManagement
- 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
MM440-VC++-PID
- 本程序是基于工程中应用广泛的MM440变频器上位机界面代码,采用自适应PID算法进行传动装置控制。-this program is based on engineering widespread use of MM440 Inverter PC interface code, PID algorithm using adaptive devices for transmission control.
kongzhitai
- 该代码是在C#里面利用新建进程,模拟cmd控制台。在应用程序里面发送代码,将cmd的信息输出到软件界面。-The code is in C# which use the new process, the simulation cmd console. Send in your application code inside the cmd output information to the software interface.
Mine
- 这是个基于控制台应用程序的简单的扫雷程序,界面简单,但是有扫雷基本包含在内。-This is a console application based on a simple mine clearance procedures, the interface is simple, but there is a basic.
popstar
- 这是个控制台应用程序,主要是模仿安卓手机游戏消灭星星,界面简单。-This is a console application, the main is to imitate the Android mobile game to eliminate the stars, the interface is simple.
Tetris-Worlds
- 这个程序基于控制台应用程序开发 的简易俄罗斯方块,界面简单和电视上的差不多-This program is based on the development of the console application program simple Tetris, the interface is simple and almost on TV
wuziqi
- 这是个基于控制台应用程序开发的简易五子棋游戏,界面简单,模仿电视上的五子棋游戏制作-This is a simple console application development based Gobang game, the interface is simple, imitate TV Gobang game production
CvvImage
- 好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个