-
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮
修改Button的drawitem函数 改变Button的背景色前景色,美化按钮-Button" s drawitem function changes the background color to change Button foreground color, landscaping button
- 2022-08-11 13:52:15下载
- 积分:1
-
在桌面上显示N朵玫瑰的一个小程序,很吸引女孩子的
在桌面上显示N朵玫瑰的一个小程序,很吸引女孩子的-Display on your desktop N Duo Rose a small program, it is to attract girls
- 2022-08-04 04:31:51下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
VFP发送短信
使用调制解调器GSM/GPRS或GSM手机以Visual FoxPro PDU格式发送短信息
- 2022-05-17 01:49:44下载
- 积分:1
-
滑动条的显示状态
滑动条的显示状态-sliding strip"s state
- 2022-08-03 14:26:52下载
- 积分:1
-
国立台湾大学讲授随机算法的课件 不错
比其他省的大学讲的新颖...
国立台湾大学讲授随机算法的课件 不错
比其他省的大学讲的新颖 -National Taiwan University to teach good software random algorithm universities than in other provinces of the new stresses
- 2022-08-20 10:01:21下载
- 积分:1
-
C/C++教程,源程序实例,小而精好实用
C/C++教程,源程序实例,小而精好实用-C/C tutorial, example source, a small but good practical
- 2023-03-11 06:40:03下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2022-07-20 12:40:39下载
- 积分:1
-
文件修改事件的监视
文件修改事件的监视-The example of monitoring the event of files change
- 2023-01-08 17:50:03下载
- 积分:1
-
that a company has a customer reception center, the unit time to a random custom...
说某公司有一个顾客接待站,在单位时间内随机地有顾客到接待站询问,设每位顾客 的接待时间是某个范围内的随机值,设接待站只有一名接待人员,要求程序模拟统计 //在设定时间内,接待员的总空闲时间和顾客的平均等待时间。假定模拟数据已按顾客 //到达接待站的先后顺序依次存于某个正文数据文件中。对应每位顾客有两个数据,到达 ///时间和需要接待的时间。 //在计算机模拟程序中,程序按模拟环境中的事件出现顺序逐一处理事件。当一个事件 //结束时,下一个事件隔一段时间才发生,则程序中的模拟时钟立即推进到下一个事件 的发生时间,如一个事件还未处理结束之前,另有其他事件等待处理,则这些事件就 应依次排队等候处理。-that a company has a customer reception center, the unit time to a random customers to ask reception centers set up for each customer reception time is within the scope of a random value, is only a reception center set up to receive, process simulation requirements statistics// within a set time, the receptionist at the total idle between customers and the average waiting time. Simulated data has been assumed by the customer// Reception Center arrived in the order followed by the text stored in a data file. Corresponding two per customer data, arriving///time and the time required to receive.// In the computer simulation program, the process by simulation environment incidents each sequence
- 2022-01-30 22:04:42下载
- 积分:1