-
vb.net using an agent prepared by the small examples, to call Microsoft's ag...
一个用vb.net编写的agent的小例子,能够调用微软的agent小人,并能够说话-vb.net using an agent prepared by the small examples, to call Microsoft"s agent villains, and to speak
- 2023-04-09 18:00:04下载
- 积分:1
-
Wince下对IE进程发送虚拟键盘事件达到用快捷键控制IE的目的
Wince下对IE进程发送虚拟键盘事件达到用快捷键控制IE的目的-Wince IE process right under this virtual keyboard events to use the keyboard to control the purpose of IE
- 2022-08-24 06:31:44下载
- 积分:1
-
A lot of additional features calculators, the use of a hotkey.
附加了 很多功能的 计算器,
实现了 热键的 使用。-A lot of additional features calculators, the use of a hotkey.
- 2023-02-20 13:35:03下载
- 积分:1
-
创建拨号连接
我最近在做拨号API,我注意到很多人都在使用的一些困难rasfunctions 。在这里,我决定现在如何创建一个新的电话簿项。主要功能arerassetentryproperties() ;创建电话簿条目,并rassetentrydialparams() ; ;存储用户名和密码的。有一对夫妇更 ;RAS ;所使用的功能,但我用他们的非常简单的功能,告诉你如何正确地使用它们。
- 2023-05-03 12:40:02下载
- 积分:1
-
让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY...
让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY_EXISTS就表明存在
-Allow to run only one instance of the simple and practical method, first of all, in the InitInstance () function to create a synchronization object, if (GetLastError () return ERROR_ALREADY_EXISTS to indicate the presence
- 2022-03-15 07:02:13下载
- 积分:1
-
华为机试题目即源码
华为机试题目即源码 华为机试题目即源码 华为机试题目即源码 华为机试题目即源码 华为机试题目即源码
- 2022-05-19 05:36:49下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1
-
多线程动画演示程序
多线程动画演示程序-multithreading animation demo program
- 2022-12-10 19:40:03下载
- 积分:1
-
Chinese information processing, for example, may contain characters and the alph...
中文信息处理,例如将可含有汉字和拼音的将TXT文本中的汉字和拼音用空格隔开-Chinese information processing, for example, may contain characters and the alphabet will TXT version of the characters and the alphabet with a space separated
- 2022-05-13 13:53:40下载
- 积分:1
-
ODBC读写Excel表
ODBC读写Excel表,使用前请安装Excel驱动程序, 请添加#include #include 到stdafx.h,两个按钮事件和一个listbox控件
- 2022-03-22 09:55:18下载
- 积分:1