-
Shows XY view:
OnDraw() sets the text color to Gray Color.
and draws a text...
Shows XY view:
OnDraw() sets the text color to Gray Color.
and draws a text in current font.
DrawLine() draws a line.
- 2022-01-26 02:11:07下载
- 积分:1
-
通过对一系列的 api 及 shell32.dll 的调用来实现 windows 各种标准浏览选择对话框。此源代码为 vb4 设计。对后来版本同样适用(8KB)...
通过对一系列的 api 及 shell32.dll 的调用来实现 windows 各种标准浏览选择对话框。此源代码为 vb4 设计。对后来版本同样适用(8KB)-through the series of api and the motto call to achieve the standard browser windows various options dialog. This source code for vb4 design. Later versions of the same application (8KB)
- 2022-02-09 14:42:33下载
- 积分:1
-
播放avi文件的VB控件
播放avi文件的VB控件-players document VB Control
- 2022-08-13 04:41:52下载
- 积分:1
-
“视觉基本导航项目案例”源代码。拉链
《Visual Basic 项目案例导航》源代码.zip-"Visual Basic navigation projects case" source code. Zip
- 2022-07-27 03:24:56下载
- 积分:1
-
no ,it is very useful for "chu xue zhe"
数码管 水 显示-no ,it is very useful for "chu xue zhe"
- 2022-07-25 01:22:38下载
- 积分:1
-
空教室信息查询借还系统
课室信息包括日期、课室地点、房号、具体上课时间,能提供以下功能:系统以菜单方式工作系统本身已经录入2014年1月份的课室信息课室信息浏览功能--输出课室信息查询功能-算法(其中查询方式可以按具体时间地点查询、按地点查询、按时间查询等)课室借用、归还功能
- 2022-08-05 13:59:03下载
- 积分:1
-
用 C++编写简单的语句,实现输出 N重二进制码!
用 C++编写简单的语句,实现输出 N重二进制码!-Using C++ to prepare a simple statement, re-N achieve output binary code!
- 2022-03-18 20:06:09下载
- 积分:1
-
wince下的按键钩子示例,里面有一些函数很有帮助!
wince下的按键钩子示例,里面有一些函数很有帮助!-wince under the button hook sample, which has some very useful function!
- 2022-01-26 03:30:29下载
- 积分:1
-
C++: 函数重载
C++: 函数重载-function overloading
- 2022-01-25 15:27:23下载
- 积分: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