Welcome![Sign In][Sign Up]
Location:
Search - time management tab

Search list

[Windows Develop操作系统进程内存管理模拟特别版

Description: 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见程序中的注释。 程序难点4:基于优先级的调度方式 解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.-simulating the os process ang memory management on the function of the application please view the help menu of the application difficult point 1: build a button style for Windows xp.the fault is because the mark has t TAB event,the keyboard can t control the button.Method for resolve :get the keyboard event,and respond the TAB event(for time limit,unsolved) difficult point2 :real-time and time-sharing mixed Method to resolve: set a FOR circle in TIMER event,judge and respond the real process,set another circle in TIMER event,do the time-sharing process if no real time one. difficult point 3:Method for schedule memory management in seperate pages. Method to resolve: show on the introduce in the application. difficult point 4 schedule method base on priority, Method to resolve: use the double circle ,the first can judge the priority the second judge execute process.
Platform: | Size: 70635 | Author: 锡文 | Hits:

[Other resource操作系统进程内存管理模拟

Description: 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度方式解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.此程序不足之处:不能响应键盘事件,没有程序的等待状态,由于LIST控件的先天不足进程列表看上去有点闪烁。当然程序的等待状态可以随机产生但由于没有太多时间专注于此,只好等以后再完善了。希望大家指出不足之处!-the function of this procedure to the procedures set out in the help menu a difficult process : the creation of Windows xp which button style solution : use labeling controls and controls together form the shape of this pattern shortcomings of this approach : no TAB labeling the incident, so we can not use the keyboard to control the button. This solution shortcomings : the interception of the keyboard, in response to the incident TAB (limited time, which did not materialize) procedures difficult 2 : real-time and time-sharing applications mixed solution : Purchase a TIMER FOR cycle, we judge and respond to real-time process, and when the home of another cycle in TIMER, no real-time when the implementation of time-sharing process. Difficulties three procedures : paging memory management so
Platform: | Size: 25960 | Author: 李华 | Hits:

[Applicationscodehelp

Description: VC源代码管理软件之 CodeHelp(无源码)作者姓名:祝小斌邮件地址:thinkry@263.net开发环境:VC6.0 Windows 2000测试环境:Windows 2000 功能介绍:========== 概 述========== 程序员可能常有这样的烦恼:编程中经常需要去查阅以前写过的代码片断,而每次打开代码所在的工程既费时又费力。 知识管理越来越被大家所重视,源代码也应该做为一种知识资源,纳入知识管理体系中去。CodeHelp 是为了方便程序员更好的管理自己的源代码而写的一款免费软件。 利用 CodeHelp,可以方便的管理你的各种技术资料和源代码。 CodeHelp 以目录树来管理代码文件,你可以自由定义目录,并能够自由移动修改,支持无限分支延伸。采用分段读入方式,能支持超大的目录树。 CodeHelp 支持“语法突出”方式显示代码(目前仅支持C/C++)。能高亮显示源代码中的“注释”、“关键字”和“字符串”,和在 VC6.0 看起来完全一样。 CodeHelp 采用 TabView 来显示多个源代码文件,查看起来非常方便。-VC source code management software capital CodeHelp (without source) Author Name : Chuxiaobin mail address : thinkry@263.net development environment : Windows 2000 VC6.0 test environment : Windows 2000 functional overview presented :========== ========== programmers may tend Pains : Programming often need access to previously written code snippet, and each open source project where the time-consuming and laborious. Knowledge management is increasingly paying attention to you, the source code should also serve as a knowledge resources and knowledge management system into China. CodeHelp programmers is to facilitate better management of their source code and write free software. CodeHelp use can facilitate the management of your technical information and source code. CodeHelp directory tree
Platform: | Size: 297984 | Author: ff | Hits:

[Data structs操作系统进程内存管理模拟

Description: 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度方式解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.此程序不足之处:不能响应键盘事件,没有程序的等待状态,由于LIST控件的先天不足进程列表看上去有点闪烁。当然程序的等待状态可以随机产生但由于没有太多时间专注于此,只好等以后再完善了。希望大家指出不足之处!-the function of this procedure to the procedures set out in the help menu a difficult process : the creation of Windows xp which button style solution : use labeling controls and controls together form the shape of this pattern shortcomings of this approach : no TAB labeling the incident, so we can not use the keyboard to control the button. This solution shortcomings : the interception of the keyboard, in response to the incident TAB (limited time, which did not materialize) procedures difficult 2 : real-time and time-sharing applications mixed solution : Purchase a TIMER FOR cycle, we judge and respond to real-time process, and when the home of another cycle in TIMER, no real-time when the implementation of time-sharing process. Difficulties three procedures : paging memory management so
Platform: | Size: 25600 | Author: 李华 | Hits:

[Windows Develop操作系统进程内存管理模拟特别版

Description: 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见程序中的注释。 程序难点4:基于优先级的调度方式 解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.-simulating the os process ang memory management on the function of the application please view the help menu of the application difficult point 1: build a button style for Windows xp.the fault is because the mark has t TAB event,the keyboard can t control the button.Method for resolve :get the keyboard event,and respond the TAB event(for time limit,unsolved) difficult point2 :real-time and time-sharing mixed Method to resolve: set a FOR circle in TIMER event,judge and respond the real process,set another circle in TIMER event,do the time-sharing process if no real time one. difficult point 3:Method for schedule memory management in seperate pages. Method to resolve: show on the introduce in the application. difficult point 4 schedule method base on priority, Method to resolve: use the double circle ,the first can judge the priority the second judge execute process.
Platform: | Size: 70656 | Author: 锡文 | Hits:

[Education soft systemTimetable_Management_System

Description: Visual Basic管理信息系统开发 排课管理系统(源代码)-Visual Basic Management Information System Development Course Scheduling Management System (source code)
Platform: | Size: 244736 | Author: 管不着 | Hits:

[MiddleWareVBpaikeguanli

Description: 免费毕业设计 VB 排课管理系统 论文 源程序-Graduation Project Timetable free VB source code management system thesis
Platform: | Size: 197632 | Author: robin | Hits:

[WEB Codelzdy2.7

Description: 露珠电影站目标:麻雀虽小(370k),五脏俱全!致力于打造互联网上程序最小功能齐全的网站源码,只要你会打字就会做网站和管理网站。任何个人和组织不得用于商业用途,本网站专业为你订做网站。 露珠电影站 2.7 更新说明: 1.重新改写列表页分页程序,全面提速分页时间. 2.处理更改后台分页相应的一些程序. 3.处理网友反映的部分问题. -Movie Station dew goals: though small (370k), perfectly formed! Committed to building the Internet, the smallest full-featured site program source code, will do as long as you can type and management of web sites. Any individual or organization may be used for commercial purposes, the site for you to build professional websites. Dew Movie Station 2.7 update: 1. pager to rewrite the list page, full speed paging time. 2. dealing with the appropriate tab to change the background some of the procedures. 3. dealing with some of the problems reflected in users.
Platform: | Size: 414720 | Author: lvwenpeng | Hits:

CodeBus www.codebus.net