搜索资源列表
ucosII源码分析
- ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC/OS-II main函数的大致流程: ,ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC
期末考试日程管理系统(完整版)
- 期末考试日程管理系统(完整版) 使用access+VB.net开发的 包括一些简单的统计功能,Final exam schedule management system (full version) The use of access+ VB.net development, including some simple statistical functions
Struts+Hibernate.zip
- 本程序所写的排课,选课系统是采用Hibernate+Struts架构的来设计的, 同时具有排课和选课的双重功能,本程序的排课算法并不适用于多方面的需求, 而是只满足于学生选课, 管理员排课的一个简单的模型结构,而且只一个信息科学与技术这一个系部,功能方面相对有限一个排课选课系统,This procedure written Timetable, elective system is the use of Hibernate Struts framework to design, and at
schedule-management-system
- 期末考试日程管理系统 使用VB编写 能实现考试日程管理,包含:教师管理,教室管理,课程管理,日期设定等等。充分实现考试的合理安排和设置。-Final exam schedule management system uses VB write achieve examinations scheduling, contains: teacher management, classroom management, curriculum management, date settings etc. Fu
pp3
- program schedule the antennas in mimo system
Schedule
- Schedule 公司日程管理系統 -Schedule
Schedule-management
- 本内容主要介绍的是日程管理软件的开发,其主要功能是帮助人们管理自己的行程。一开始介绍的是本软件的开发北京,系统结构以及数据设计,之后介绍的是开发本软件的详细代码。-This is the main content of the schedule management is introduced the development of software, its main function is to help people manage their trip. One of the first i
schedule-GanttChart
- schedule component is install version with include source
sched
- 一台精密仪器的工作时间为n 个时间单位。与仪器工作时间同步进行若干仪器维修程序。一旦启动维修程序,仪器必须进入维修程序。如果只有一个维修程序启动,则必须进入该维修程序。如果在同一时刻有多个维修程序,可任选进入其中的一个维修程序。维修程序必须从头开始,不能从中间插入。一个维修程序从第s个时间单位开始,持续t个时间单位,则该维修程序在第s+t-1 个时间单位结束。为了提高仪器使用率,希望安排尽可能少的维修时间。对于给定的维修程序时间表,该算法计算最优时间表。-Units 1 precision in
cronjobtosaveyourtime
- use cronjob to schedule job
CarderDemo
- 不错的万年历,可以加载系统中单独使用,配有个节气注释,可以自行修改作为日程备忘-A good calendar, you can load the system alone, with Terms of the Notes, you can modify its own schedule as a reminder
schedule
- linux下的日程表开发,提供记录,日程安排提醒等功能,主要由时间控制等相关函数,需要db支持-linux calendar under development, to provide records, scheduling and other functions to remind, the main control by the time correlation function, to support the needs of db
alarm
- The desktop alarm clock is a very useful application that can perform several tasks. First, it will show the current time in a user friendly interface. Second, the user can schedule events with the clock so that the clock will alarm when the events a
paike
- 对数据库中的科目进行自动编排。打印课程表-Subjects in the database for automatic scheduling. Print Class Schedule
ERP_090104_B
- 本公司ERP上线计划排程,供有需要的人参考-The company' s ERP program schedule on the line for those who need reference
Path_Planning
- Online UAV path planning including online planning schedule, splane smoothing algorithm and QPSO algorithm
exam
- 期末考试日程管理系统,代码免费公开,做的有点大,有4M多了,没办法功夫不到家-Final exam schedule management system, code free and open, doing a bit large, there are 4M more, no way to martial arts than at home
sample
- DevExpress schedule Scenario.
schedule
- 创建一系列的进程并放入就绪队列中(使用链表实现),来模把创建的进程的信息在屏幕上显示出来。 轮转法及优先级实现调度-Round Robin Schedule & Priority Schedule
CPU---Schedule
- 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣 场景设置: -- 按长短作业不同比例 -- 按作业不同达到顺序 -- 按作业不同达到频率 -OS,CPU Schedule,FCFS、SJF、RR、MLFS algorithms。