搜索资源列表
iebho
- vc++ 写的ie弹出窗口过滤程序利用bho开发-vc write ie pop-up windows filter program development using bho
wince_IE_jian
- wince下面IE工程原代码精简功能版,比较不错的工程,可以直接修改成实际的应用-wince below IE works to streamline the functions of the original code version, quite good works can be directly transformed into practical application
wince_IEQUAN
- wince下面IE工程原代码全功能版,比较不错的工程,可以直接修改成实际的应用-wince IE below the original project code-functional version, quite good works can be directly transformed into practical application
fckeditor-java_src
- 这个开源的HTML文本编辑器可以让Web程序拥有如MS Word这样强大的编辑功能. FCKeditor支持当前流行的浏览器如IE,Firefox,Netscape,Opera等戏中的坦克所遇到的障碍物主要有墙、炸弹(泡泡)。坦克的所到之处都可以留下炸弹,炸弹会在一定时间内爆炸,一旦对手被炸到,你就赢了~ -The open-source HTML text editor for Web program such as MS Word have this powerful editing
shiyanyi
- 设计一个有N个进程并发的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。 -Design of a concurrent process, N a process scheduler. The process of scheduling algorithm: The number of priority the highest priority scheduling algorithm (ie the number of process
0000
- 操作系统课程设计题目:进程调度模拟程序 设计要求:编写一个进程调度程序,允许多个进程共享进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 -Courses on operating system design topics: process scheduling simulator design requirements: the preparation of a process scheduler that a
J4Filesystem
- 1、程序采用二级文件目录(即设置主目录MFD)和用户文件目录(UFD)。另外,为打开文件设置了运行文件目录(AFD)。 2、为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作。 3、因系统小,文件目录的检索使用了简单的线性搜索。-1, the program uses two files directory (ie, set the home directory MFD) and user files directory (the UFD). I
file
- 操作系统文件操作模拟实验 设计一个N个用户的文件系统,每次用户可保存L个文件,一次运行用户可以打开S个文件。 程序采用二级文件目录(即设置主目录MFD)和用户文件目录(UFD)。另外,为打开文件设置了运行文件目录,用户已打开文件表UOF.。 为了便于实现,对文件的读写作了简化,在执行读写命令时,只需改读写指针,并不进行实际的读写操作 -OS file operations simulation Design an N-user file system, each
scheduling
- 操作系统中进程调度与资源分配算法(即银行家算法)的可视化演示程序,使用Java编写,GUI为SWING-Operating system process scheduling and resource allocation algorithm (ie, the banker' s algorithm), visual presentation program, written in Java, GUI SWING
iehelp-net
- 利用IEHelper实现简单网址过滤 Microsoft为"我的电脑",IE流浏览器都设置了接口,只要你注册一个自己定义的COM DLL库,windows 在IE启动的时候都会调用这个DLL,(相当于挂钩了),所以你在你的DLL文件中对输入的网址进行处理了! 下载一个IEhelper,IE浏览网页的时候有几个事件要发生:-DISPID_BEFORENAVIGATE2 DISPID_NAVIGATECOMPLETE2 DISPID_DOWNLOADBEGIN DIS
roundrun
- 时间片轮转法完成进程调度。输出各进程的进程号,CPU时间(即已经占用的CPU时间),所需时间(即还需要的CPU时间),以及状态(即用W表示等待,R表示运行,F表示完成)- Round-robin method to complete the scheduling process. The output of