搜索资源列表
vc_myie_auto_form_submit.rar
- ie表单提交,用于自动控制ie提交表单的演示。这个不是我的代码。使用webbrowser接口,ie form submission, ie automatic control for the presentation submission form. This is not my code. Webbrowser interface to use
FCFSsuanfa
- 在VC开发环境下利用所提供的clock()函数,实现先来先服务算法的模拟;可以用一个空循环或其他操作来模拟一个作业量,建议输入的作业量都在100-1000为宜。通过程序运行结果所显示的“作业号、作业量、提交时间、开始运行时间、执行时间、等待时间”的值来体现先来先服务原则。帮助学生加深了解作业调度的工作。-VC development environment using the supplied clock () function to achieve a first-come first-ser
database
- vc连接数据库, 1、启动VC、新建一个工程 2、在StdAfx.h中包含ADO组件 3、在应用程序的实现文件中初始化组件 4、在对话框类中加一个指向ADO连接对象的指针 5、在对话框的初始化函数中连接数据库 6、在提交按钮中写操作数据表的代码-vc connect to the database, a, start VC, create a new project 2, ADO components contained in StdAfx.h 3, in the app