-
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,-This an algrithom for multi-task schedule[n tasks, m machines] , which is implemented by C
- 2023-01-10 18:30:03下载
- 积分:1
-
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了I...
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。
实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。
-Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
- 2022-03-22 04:01:46下载
- 积分:1
-
病历系统
病历系统,windows开发,栏目详细,用法独特。住院医生工作站为医生提供集住院病历书写、浏览、打印、医嘱管理、个人质控、查询统计于一体的综合型住院医生工作平台。住院护士工作站为住院护士提供集护理文档书写、浏览、打印,医嘱核对、执行、三测单管理、查询统计于一体的综合型护士工作平台。病案管理工作站为医务科病案管理人员提供集病历质控,病历封存、解封,ICD编码管理、病案管理、病历借阅管理、医疗统计于一体的病案管理工作平台。系统管理工作站为信息管理人员提供集科室病区管理、用户管理、权限设置,字典库维护、数据备份恢复、日志管理于一体的系统管理工作平台。门诊医生工作站为门诊医生提供集门诊排队管理、门诊病历书写、开处方、开检查检验申请单、查看检查检验报告、会诊、查询统计于一体的综合型门诊医生工作平台。电子病历互联平台实现电子病历系统与其他临床信息系统(HIS、LIS、PACS)之间的信息共享,交换病人住院基本信息、影像检查申请信息、影像检查报告信息、检验申请信息、检验结果信息等。
- 2022-02-10 11:39:16下载
- 积分:1
-
手势识别系统之演奏系统!程序运行时,先根据弹出对话框的提示值修改主程序开始处的摄像头图像高和宽。重新编译后运行程序即可。如果如果弹出对话框的提示值与程序中默认的...
手势识别系统之演奏系统!程序运行时,先根据弹出对话框的提示值修改主程序开始处的摄像头图像高和宽。重新编译后运行程序即可。如果如果弹出对话框的提示值与程序中默认的设置值相同,则不用修改。-gesture recognition system performance system! Running, first pop-up dialog box under the value suggested amending the main program began camera images high and wide. Recompiling run the procedures. If the pop-up dialog box if the suggested value and process the default settings the same value, need not be amended.
- 2023-02-27 20:50:03下载
- 积分:1
-
实现红灯亮5秒,绿灯亮5秒,黄灯闪1秒.
实现红灯亮5秒,绿灯亮5秒,黄灯闪1秒.-the red light is on for about 5s,the green light is on for about 5s,the yellow light glitter for about 1s.
- 2023-05-31 07:25:02下载
- 积分:1
-
在Visual C++6.0 WinXp下编译通过
采用类来实现,从CString继承而来
数据运算的结果保存在CString类中
理论上可对任意长...
在Visual C++6.0 WinXp下编译通过
采用类来实现,从CString继承而来
数据运算的结果保存在CString类中
理论上可对任意长的数据进行相加
在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。
-In Visual C++6.0 WinXp compiled under implementation through the use of class, inherited from CString computing the results of the data stored in the CString class in theory can be for any length of data combined in the Release directory has the executable file will be Drag and drop the*. txt to longadd.exe on,*. txt file for data.
- 2023-08-27 20:20:03下载
- 积分:1
-
Delaunay Triangulation VB source, the use of the procedures to facilitate the es...
构建Delaunay三角网的VB源程序,利用该程序可以方便的建立GIS中的Delaunay三角网,对GIS开发人员有很大的帮助-Delaunay Triangulation VB source, the use of the procedures to facilitate the establishment of GIS Delaunay net of GIS developers will be very helpful
- 2022-10-31 15:25:03下载
- 积分:1
-
Visual C#中的MDI编程
Visual C#中的MDI编程-Visual C# MDI programming
- 2022-07-20 07:14:20下载
- 积分:1
-
kohonen som
with drwing it map
and a nice gui
kohonen som
with drwing it map
and a nice gui
- 2022-03-01 15:23:48下载
- 积分:1
-
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记...
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记录下来,然后转向到静态stdProc回调函数,转向之前先记录HWND,然后把堆栈里HWND的内容替换为this指针,这样在stdProc里就可以从HWND取回对象指针,定位到WindowProc了-thunk is a group of dynamically generated ASM command, it records the window class object this pointer, and this group of commands can be used as a function of both the process can also be a window to use. thunk first window object this pointer record, and then shifted to the static callback function stdProc, before turning record HWND, and then the contents of the stack where HWND replace this pointer, so in stdProc can retrieve the object from the HWND pointer, locate the WindowProc
- 2022-08-09 23:02:21下载
- 积分:1