Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - h.3
Search - h.3 - List
摘要文章介绍了作者在过击5年中在微内核技术上所做的工作.给出了3个算法.① 通过特任务调度 和线程调度算法相结合的方法.来解决单纯以线程为单位的调度系统的效率和公平性问题;③ 一个改进 的写时拷贝算法,它结合写时拷贝算法和诗问时拷用算法的优点.来解决写时拷贝算法在I386体系结抽 上的适应性问题;@ 提出了一个微内核操作系蜿计时模型,它解决了传统计时算法在微内核系统中计时 不准确的问题h
Date : 2008-10-13 Size : 146.06kb User : 郭伟建

在win2000sp4 + VM6基本稳定。 原理不多说了,自己看代码吧,我也早就发过了驱动的代码了,现在的就是一个完整的应用。希望能够对大家有一点帮助,但是不要用在不该用的场所。 使用方法将: dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助 hide -i 安装驱动 hide -u 卸载驱动 hide -f -a filename 添加一个隐藏文件
Date : 2008-10-13 Size : 113.79kb User : zhang

在软件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译.
Date : 2008-10-13 Size : 471.38kb User : 黄灿武

DL : 1
小程序应有如下功能: 1、登记。登记每位同学的上网卡号,押金(>=5 RMB)和上网时刻。 2、查询。可以查询每个上网卡号的上网时刻,上网的时间,押金和当前的费用。 3、结账。根据卡号可以算出 应收金额,应找金额。 4、提醒。当某个上网卡号的 上网费用 >= 它的押金时应提醒管理员。 5、续费。当某个上网卡号的 上网费用 >= 它的押金,他可以再次交上一定金额的押金(>=5 RMB)。 6、修改费率。上网的费率应可以调整。默认的费率是1 RMB /1小时。 为了不让机房赔本,应是这样的收费模式:先付钱后上网。如上机就五角, 以后过半小时收五角。 7、总账。一天下来管理员要知道这天他赚了多少RMB。 你需要考虑程序被意外结束等特殊情况。 如果你的程序是按系统时间进行计时,还应考虑系统时间被意外更改的特殊情况。总之,你应考虑一切会让你的程序不能正常运行的特殊情况。 如果不知道怎么计时,你可以学习参考使用<time.h>中函数。 说明: a. 假定机房有150台机器。 b. 假定初始的费率是1 RMB /1分钟(便于测试)。
Date : 2008-10-13 Size : 2.12kb User : 布小

摘要文章介绍了作者在过击5年中在微内核技术上所做的工作.给出了3个算法.① 通过特任务调度 和线程调度算法相结合的方法.来解决单纯以线程为单位的调度系统的效率和公平性问题;③ 一个改进 的写时拷贝算法,它结合写时拷贝算法和诗问时拷用算法的优点.来解决写时拷贝算法在I386体系结抽 上的适应性问题;@ 提出了一个微内核操作系蜿计时模型,它解决了传统计时算法在微内核系统中计时 不准确的问题h-Abstract In this paper, the authors have been hit in 5 years in Microkernel technical work. Three algorithms are given. ① through special task scheduling and thread scheduling algorithm method of combining. To solve simple thread-based scheduling system efficiency and equity issues ③ an improved copy-on-write algorithm, it combines copy algorithm and write poetry when asked Khao algorithm advantages. To solve the copy-on-write algorithm in I386 knot pumping system s adaptability problems @ proposed a microkernel operating system蜿time model, it has resolved the traditional algorithm in time microkernel system timing issues inaccurate h
Date : 2025-12-16 Size : 146kb User : 郭伟建

Windows Shell扩展编程完全指南 3-Expand Windows Shell Programming Complete Guide 3
Date : 2025-12-16 Size : 31kb User : sunddy

在win2000sp4 + VM6基本稳定。 原理不多说了,自己看代码吧,我也早就发过了驱动的代码了,现在的就是一个完整的应用。希望能够对大家有一点帮助,但是不要用在不该用的场所。 使用方法将: dd1压缩包里面是驱动源码 console压缩包里面是控制台源码 hide.exe是最终产品 使用方法: 1、将hide.exe复制到系统目录 2、运行cmd 3、hide -h 查看帮助 hide -i 安装驱动 hide -u 卸载驱动 hide -f -a filename 添加一个隐藏文件-In win2000sp4+ VM6 basically stable. Principle nothing to add to that, watch their own code, I have long ago issued a code-driven, and now is a complete application. I hope everyone can have a little help, but do not use should not be used in place. The use of methods: dd1 compression driver source package which is inside the console is a console cabinet is the ultimate source hide.exe Product Usage: 1, hide.exe will be copied to the system directory 2, run cmd3, hide-h Show help hide-i install the driver hide-u uninstall the driver hide-f-a filename to add a hidden files
Date : 2025-12-16 Size : 114kb User : zhang

在软件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data<16K), 注意使用了.a库文件(我习惯这么用) 3. 将所有的文件放到D:\ArmUCOS\下,这样上面的文件能直接编译.-Proteus in the software simulation ucos (ARM) 1. Transplant except OS_CPU.h, OS_CPU_A.s, OS_CPU_C.C three functions, and the disruption of a function devotes a OS_int_A.s write the rules by which you can interrupt function. 2 . Application for ArmUCOSApp est1 est.mcp, Ligong Week 2104 in the board of the ram can be run directly (code data
Date : 2025-12-16 Size : 502kb User : 黄灿武

DL : 0
小程序应有如下功能: 1、登记。登记每位同学的上网卡号,押金(>=5 RMB)和上网时刻。 2、查询。可以查询每个上网卡号的上网时刻,上网的时间,押金和当前的费用。 3、结账。根据卡号可以算出 应收金额,应找金额。 4、提醒。当某个上网卡号的 上网费用 >= 它的押金时应提醒管理员。 5、续费。当某个上网卡号的 上网费用 >= 它的押金,他可以再次交上一定金额的押金(>=5 RMB)。 6、修改费率。上网的费率应可以调整。默认的费率是1 RMB /1小时。 为了不让机房赔本,应是这样的收费模式:先付钱后上网。如上机就五角, 以后过半小时收五角。 7、总账。一天下来管理员要知道这天他赚了多少RMB。 你需要考虑程序被意外结束等特殊情况。 如果你的程序是按系统时间进行计时,还应考虑系统时间被意外更改的特殊情况。总之,你应考虑一切会让你的程序不能正常运行的特殊情况。 如果不知道怎么计时,你可以学习参考使用<time.h>中函数。 说明: a. 假定机房有150台机器。 b. 假定初始的费率是1 RMB /1分钟(便于测试)。
Date : 2025-12-16 Size : 2kb User : 布小

掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 个工程 gui_ucos,工程存储在 uCOS-II 目录下。 说明:在 uCOS-II 目录下要保存有 uCOS-II 的移植代码和内核源代码。 2. 建立 C 源文件 Test .c,编写实验程序,保存到 gui_ucos\src 目录下,然后添加到工程 的 user组中。 3. 复制 ZLG/GUI 文件。把 ZLG_GUI 整个目录及文件复制到 gui_ucos\SRC 目录下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一个组 ZLG/GUI,然后在这个组内添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驱动程序,在工程管理窗口中新建一个组 lcd_drive,并将驱动程序添加到工程 的 lcd_drive组中。驱动程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目录下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 头文件和 ZLG/GUI 的所有头文件,如程 序清单 1.3 所示。 -err
Date : 2025-12-16 Size : 179kb User : 阳仲伯

DL : 0
高级操作系统实验nachos源码-Software and Microelectronics, Peking University Institute of Experimental nachos advanced operating system source code
Date : 2025-12-16 Size : 28.95mb User :

proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0 i<n i++) } void main() { while(1) { s++ if(s>500) s 0 Dat[0] s/100 Dat[1] s 100/10 Dat[2] s 10 tmp 0x01 for(i 0 i<3 i++) { P2 tmp P0 Tab[Dat[i]] tmp tmp<<1 delay(250) } for(i 0 i<150 i++) for(j 0 j<100 j++) delay(60000) } }-Proteus single-chip microcomputer simulation- digital tube (dynamic) # include < reg51. H > Unsigned char code Tab [] {xa4 xc0 0, 0 xf9, 0, 0 xb0, 0 x99, 0 x92, 0 x82, 0 xf8, 0 x80, 0 x90} Unsigned char Dat [] ,0,0,0 {0} Unsigned char TMP, I, j Unsigned char s 0 Void delay (int n) { Int I For (I 0 I < n i++) } Void main () { While (1) { S++ If (s > 500). S 0 Dat [0] s/100 Dat [1] s 100/10 Dat [2] s 10 TMP 0 x01 For (I 0 I < 3 i++) { The P2 TMP P0 Tab [Dat [I]] TMP TMP < < 1 Delay (250) } For (I 0 I < 150 i++) For (j 0 j < 100 j++) Delay (60000) } }
Date : 2025-12-16 Size : 87kb User : 吴空其

proteus单片机仿真 继电器 #include<reg51.h> sbit S1 P3^2 sbit S2 P3^3 sbit Relay P0^0 void main() { while(1) { if(S1 0) Relay 1 if(S2 0) Relay 0 } }-Proteus single-chip microcomputer simulation- relay # include < reg51. H > Sbit S1 P3 ^ 2 Sbit S2 P3 ^ 3 Sbit Relay P0 ^ 0 Void main () { While (1) { If (S1 0) Relay 1 If (S2 0) Relay 0 } }
Date : 2025-12-16 Size : 44kb User : 吴空其
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.