搜索资源列表
key.rar
- 用vb编的触摸屏软键盘源代码,具有键盘的所有功能,方便操作,Vb series with touch-screen soft keyboard source code, with all the features of the keyboard to facilitate operation
PcCode_200885212714138
- 这个源代码主要模仿了一个类似 深度操作系统安装程序中的一个软件自动安装管理器AutoIt v3,具有如下功能: 一、支持INI读取,支持 SECTION 的读取,模块modINIReader.bas支持读取Sections及key 二、支持 /auto /uninstall /del命令行参数运行 三、支持软件后台静默模式安装、支持静默卸载(当然视安装软件的参数支持) 四、支持自身删除 五、模块 modSys.bas 获取文件大小,支持kb,MB,byte及
processManage
- 实现进程间的创建、管理、软中断通信和管道通信-The realization of the process between the creation, management, soft interrupt communications and pipeline communication
osruanzhongduan
- 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child process p1 and to the child pro
using.freertos.lpc17xx.summary
- The LPC17xx Cortex M3 microcontroller from NXP is ideally suited to deeply embedded realtime applications. Typically, applications of this type include a mix of both hard and soft realtime requirements. Soft real-time requirements are those tha
medwinv3
- MedWinV3集成开发环境软件,来源网络,-MedWinV3 soft MedWinV3 soft
StarReport-soft
- 非常好的一个软件,希望大家好好学习一下,肯定会有很多收获的-Very good software, I hope you learn, certainly there will be a lot of harvest
iCare.Data.Recovery.Soft...5.1Pcrack{fiesta569}-1
- coding knjkjnjbjbhjbh
a
- 编制一个程序,使其实现进程的软中断通信。父进程发信号控制子程序的终止。 使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上的中断信号;当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Proeess 1 is Killed by Parent! Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息