-
参赛人数计算,西安交通大学数学建模夏令营A题程序源代码,循环嵌套,...
参赛人数计算,西安交通大学数学建模夏令营A题程序源代码,循环嵌套,-compete
- 2022-03-25 06:55:18下载
- 积分:1
-
对USB进行编程,如何读取USB的接口,包括USB的一些驱动程序.
对USB进行编程,如何读取USB的接口,包括USB的一些驱动程序.-right to program, how to read the USB interface, including some USB driver.
- 2022-06-15 17:49:43下载
- 积分:1
-
Internet chat room programs, support group chat, user friendly interface, you ca...
网络聊天室程序,支持群聊,用户界面友好,可以通过输入ip添加成员-Internet chat room programs, support group chat, user friendly interface, you can add members by entering the ip
- 2022-03-12 13:57:12下载
- 积分:1
-
全局变量表示了内核上一次执行函数的时间,期间一共发生了多少次时钟中断,显然函数必须为期间所发生的每一次时钟中断补上定时器服务。...
全局变量表示了内核上一次执行函数的时间,期间一共发生了多少次时钟中断,显然函数必须为期间所发生的每一次时钟中断补上定时器服务。-The Global variable denotes the time when the CPU running the function the latest time, the number of time interrupt between the two running. It s obvious that add timer at every time interrupt.
- 2022-05-13 08:14:19下载
- 积分:1
-
代码验证的基础
base code demonstrate
demonstrate-base code demonstrate
demonstrate
demonstrate
- 2022-03-18 08:02:11下载
- 积分:1
-
字转换
figure to word convert
- 2022-10-17 04:50:02下载
- 积分:1
-
一个VB小程序,用于在windows98/95下显示系统的安装序列号
一个VB小程序,用于在windows98/95下显示系统的安装序列号-a small program for windows98/95 shown in the installation sequence,
- 2022-02-20 17:21:04下载
- 积分:1
-
traceroute程序代码
还是有一些小不足,但基本框架在此,大家可以参考参考。有改进,我会更新的~
- 2022-05-22 00:57:50下载
- 积分:1
-
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调...
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second, set up the interruption vector there, make it there interruption call SERVER; Again, call curl_setopt early to count before; Finally, the cycle of waiting for the main program interruption began stopwatch time. 2, curl_setopt Subroutine
- 2022-04-21 07:11:07下载
- 积分:1
-
ehlib5.6源码
安装方法:
1. 把 EhLib 中的 common 和 DataService 文件拷贝到 Delphi7 目录中.
2. 在 TOOLS->Environment Options->Library->Library Path 中添入Delphi7 路径。
3. 在Delphi 7中打开EHLIB70.DPK ,编译一下(点击Compile),但不要安装。
3. 在Delphi 7中打开DclEhLib70.dpk,编译(点击Compile)再安装(点击 Install)。
4. 打开附带的DEMOS,编译并运行,测试安装成功。
有安装EhLib5.0控件后,使用打印功能时,总是出现“Error reading Splitter.ExplicitTop:Property ExplicitTop does not exitst.” 这个错误,关于这个错误的解决方法如下。
先找到这个文件 PrvFrmEh.dfm
打开这个文件,在这个文件中找这个属性定义,查找ExplicitTop这个关键字(好像有两个地方),把这一行直接去掉,再查询ExplicitHeight这个关键字(只有一个地方),也去掉,保存,编译,一切OK。
- 2022-05-12 20:08:31下载
- 积分:1