搜索资源列表
火车调度
- 这是一个VC编写的火车调度程序,实际上是数据结构栈的应用,同时设计到递归的应用。-This is a VC prepared by the train scheduling procedures, data structure is actually the application stack, recursive design to the application.
Example028-缩放时使用插值模式控制图像质量
- 使用VC.n。et,编写一个应用程序,用来缩放时使用插值模式控制图像质量。-VC.n use. Et, to prepare an application that used to zoom use interpolation mode control image quality.
cc_build_Debug
- 制作含工具条和状态条的应用程序。使用VC++的源程序文件-production tools and with the state of the application procedures. The use of the source files VC
200661314824635_600it
- 公交查询系统 这是成都的一个简单的公交查询系统 [CNETAndArcScan.rar] - .NET 2003 环境下的GIS 开发应用程序实例 开发平台为 .NET 2003 windows 2000 [03122576.rar] - c#教程 是microsoft亲请推出的适合一切学习者 是很不错的东西 [goodPROGRAME.rar] - 基于MO+VC++开发的公交查询系统代码!实现公交线路的查询输入修改等操作 [城市信息及最短路径查询系统.rar] -
WINDOWS消息的处理
- Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。-Windows applications rely on news-driven, in VC Classwizard we can add a c
MFC_Test_Fun
- 程序应用实例说明了在VC++中如何添加函数的方法-applications and examples of how the VC added function method
VC
- 开发Windows应用程序时,在很多情况下可能要和数据库连接。数据库类型多种多样,功能结构也各不相同。从比较简单的DBASE、FoxPro等到复杂的SYBASE、Qracle等大型数据库系统。VC++6.0都提供了一些接口。程序员可利用这些接口方便地开发数据库应用程序。MFC ODBC类就是其中的一个,在快速生成简单一致的接口应用程序方面这些类非常有用。用户不必了解ODBC API和SQL的具体细节,利用ODBC类即可完成对数据库的大部分操作。然而,VC++ Appwizard 生成的数据库应用
vc
- Visual C#程序设计应用教程源码 Visual C#程序设计应用教程源码-Visual C# Application Programming Visual C# tutorial-source application programming tutorial source
USByingyongruanjianpingtai
- 基于VC++编程的USB应用平台,用于USB接口通信控制LED7段显示的控制,为主机控制平台程序-VC++ programming on the USB application platform for the USB control interface shown above LED7 control, process control platform for the host
111
- 1)本实验目的是通过使用银行家算法实现系统资源的分配和安全性检查模拟,提高学生对操作系统资源分配功能的深刻理解,并培养学生对操作系统开发的兴趣与应用能力; 2)实验前必须认真阅读和理解银行家算法的基本原理和实现方法; 3)独立使用C或VC++编程语言编写银行家算法模拟程序; 4)按照实验题目要求独立正确地完成实验内容(编写、调试算法程序,提交程序清单及及相关实验数据与运行结果) -Banker s algorithm
DragDl021g
- VC++实现无标题栏对话框的拖动,很多基于对话框的应用程序都是不带框架的,也就是说对话框没有标题栏。众所周知,窗口的移动都是通过鼠标点住标题栏拖动窗口实现的,那么现在没有了标题栏,如何移动对话框呢?-VC++ to achieve without dragging the title bar of the dialog box, many applications are based on the dialog box without a framework, that dialog witho
Vc6.0
- RF500 vc应用的程序源代码,可以直接应用-The the RF500 vc source code of the application can be applied directly
cycsfcpp
- 一个用于VC++程序开发的遗传算法实例.cpp文件,举例说明计算第四点到其它三点的最小距离,来演示遗传算法的实际应用-A program for the development of genetic algorithms VC++ instance. Cpp file, an example calculation of the fourth point to another three-point minimum distance, to demonstrate the practical a
Weather
- VC/C++源码,界面编程,天气预报,自绘 weather(天气预报界面),基于VC++自绘技术,运行于VS环境。 如果一个运行在 Windows XP 上的应用程序清单指定要,使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, 则需要 InitCommonControlsEx()。否则,将无法创建窗口。 界面中实现了BmpButton、CSetDialog 对话框,天气预报中的获取网络资源,感谢 (彬)泪闯天涯提供的参考代码。
adologin
- 使用ado实现的用户登录模块,VC++中的ADO对象操作,VC6.0下直接编译运行,请参见运行截图。其实ADO在数据库操作中比较基础了,ADO登录程序可以说是最简单的VC++与数据库应用程序了,所以说如果你是VC++新手的话,最好还是看一看源码比较好。- 使用ado实现的用户登录模块,VC++中的ADO对象操作,VC6.0下直接编译运行,请参见运行截图。其实ADO在数据库操作中比较基础了,ADO登录程序可以说是最简单的VC++与数据库应用程序了,所以说如果你是VC++新手的话,最好还是
mouseshow
- 创建第一个Visual C++应用程序的源码 是关于鼠标坐标位置适时显示的一个小程序,只要你的鼠标在窗口中晃动,窗口的状态栏右半部分圈红的地方会适时显示出鼠标的移动坐标,每动下鼠标,这个值是不一样的。我的第一个VC程序,就是这样。要获取鼠标坐标位置的,可参考下载。-Create the first Visual C++ application source code is a small program on a timely display the mouse coordinates of t
MDIWindList
- MDIWindList VC++多文档带TAB文件选择的MDI窗口,在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows的任务栏。-MDI window MDIWindList VC++ multiple document with TAB file selection, adding a list of sub-window in a multi-document application status bar, the status bar to make the
Sf
- 用VC编一个简答的windows应用程序-VC series of essays for a windows application
学生运动会
- 小型运动会成绩管理系统,可以作为学生学习交流使用。(The performance management system of the small sports meeting can be used as a student to learn and communicate.)