CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 杩涚▼

搜索资源列表

  1. 新建 WinRAR ZIP 压缩包 (3)

    0下载:
  2. 用汇编语言编写的步进电机的课程设计- A step of 杩涚數 machine curriculum compiles which with the assembly language designs
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:23122
    • 提供者:missile13
  1. codeofvhdl2006

    1下载:
  2. 【经典设计】VHDL源代码下载~~ 其中经典的设计有:【自动售货机】、【电子钟】、【红绿灯交通信号系统】、【步进电机定位控制系统】、【直流电机速度控制系统】、【计算器】、【点阵列LED显示控制系统】 基本数字逻辑设计有:【锁存器】、【多路选择器】、【三态门】、【双向输入|输出端口】、【内部(缓冲)信号】、【编码转换】、【加法器】、【编码器/译码器】、【4位乘法器】、【只读存储器】、【RSFF触发器】、【DFF触发器】、【JKFF触发器】、【计数器】、【分频器】、【寄存器】、【状态机】
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:44186
    • 提供者:senkong
  1. lib_mysqludf_sys_0.0.3.rar

    0下载:
  2. 枚举windows系统的所有进程,及其对应的ID,进程名,和exe的路径,Enumerate all the windows system process, and its corresponding ID, process name, and exe path
  3. 所属分类:MySQL

    • 发布日期:2017-03-31
    • 文件大小:12538
    • 提供者:黄山
  1. wsHideDLL.zip

    0下载:
  2. Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:9696
    • 提供者:miller
  1. Jobassige

    0下载:
  2. 计算机进程调度算法\FCFS\SJFS\FPF-Computer process scheduling algorithm \ FCFS \ SJFS \ FPF
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:46484
    • 提供者:jonwa
  1. 进程管理器_Src

    0下载:
  2. 用C#实现的一个进程管理器,能显示出系统中所有进程,及对其进行终止等操作,值得一看。-C# a process manager, will show all system processes, and its termination of operations overseas.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:53996
    • 提供者:卢麟
  1. jincheng_tongxin

    0下载:
  2. 本代码为C编写的进程管理。基本能够实现操作系统中进程的管理。-The C code for the process of the preparation of management. Fundamental to the achievement of the operating system process management.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:9820
    • 提供者:kenneth
  1. process

    0下载:
  2. 一、 进程控制 目的:利用简单的结构和控制方法模拟进程结构、进程状态转换和进程控制。 方法:用PCB表示整个进程实体,利用键盘交互式命令控制方法模拟进程执行中产生的事件。 -First, the process control purposes: the use of a simple structure and control method for simulation of the process structure, process state transitions and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:17149
    • 提供者:fangfei
  1. caozuoxitong

    0下载:
  2. 一个简单的操作系统,有文件管理,进程管理和设备管理!-A simple operating system, there are document management, process management and device management!
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:103876
    • 提供者:yincuiwei
  1. linux

    0下载:
  2. linux课程实验的题目和参考程序。有进程管理,进程控制和软中断。-linux courses experimental procedures and reference topics. Have the process management, process control and soft interrupt.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2136
    • 提供者:zxp
  1. QQShake

    0下载:
  2. 窗口抖动,完整代码,不错的突破IceSword自身进程保护的方法 -Jitter window, complete code, it is true breakthrough IceSword ways to protect their own process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:173532
    • 提供者:uygfug
  1. 4

    0下载:
  2. 在windows xp下隐藏进程 在windows xp下隐藏进程-In windows xp under the hide process hide process under windows xp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:462035
    • 提供者:tandxu
  1. mune

    0下载:
  2. 线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex' s function and the critical region is
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1888089
    • 提供者:陈小
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
搜珍网 www.dssz.com