搜索资源列表

  1. stl-huffman

    0下载:
  2. implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity - queue, first you must have the file, then the result is saved
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:李明
  1. 9

    0下载:
  2. 操作系统课程设计_进程调度演示源程序 #include \"stdio.h\" #include \"stdlib.h\" #include \"string.h\" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用C
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:wjx
  1. stl-huffman

    0下载:
  2. implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity- queue, first you must have the file, then the result is saved
  3. 所属分类:STL

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:李明
  1. 9

    0下载:
  2. 操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/
  3. 所属分类:操作系统开发

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:wjx
  1. jincheng

    0下载:
  2. char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/-char name [10]/* process identifier*/int prio/* process priority n
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:WZZ
  1. createpc

    0下载:
  2. 用于进程创建模拟实现,进程的树形结构采用广义二叉树的方式进行存储。可以输入createpc 命令创建进程,输入showdetail 显示每个 进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例: createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级 为2。 2)
  3. 所属分类:Windows编程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:height
  1. createprocess

    0下载:
  2. 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exi
  3. 所属分类:进程与线程

    • 发布日期:2024-11-24
    • 文件大小:12kb
    • 提供者:漂流
  1. jinchengdiaodu

    0下载:
  2. 进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/ char state /*进程的状态*/ struct node *next /*链指针*/ -Process identifier*/int pr
  3. 所属分类:其他小程序

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:中伟
  1. UrgentServerClient

    0下载:
  2. This an example of socket programming in which client will send data with a priority and server will respond the client according to their priority.-This is an example of socket programming in which client will send data
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:anilmlvtec
  1. prio

    0下载:
  2.   优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-11-24
    • 文件大小:1.03mb
    • 提供者:bob
  1. prio

    0下载:
  2. Hooking prio ,hooking the httpwebrequestW
  3. 所属分类:系统编程

    • 发布日期:2024-11-24
    • 文件大小:16kb
    • 提供者:rajus
  1. ioprio

    0下载:
  2. IOW, setting BE scheduling class with prio 2 is done ala-IOW, setting BE scheduling class with prio 2 is done ala
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:ruipouxai
  1. ioprio

    0下载:
  2. IOW, setting BE scheduling class with prio 2 is done ala-IOW, setting BE scheduling class with prio 2 is done ala
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:xugu
  1. ioprio

    0下载:
  2. IOW, setting BE scheduling class with prio 2 is done ala-IOW, setting BE scheduling class with prio 2 is done ala
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:buted
  1. cpudeadline

    0下载:
  2. adapted lib prio heap for Linux v2.13.6. -adapted lib prio heap for Linux v2.13.6.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:2kb
    • 提供者:holinfk
  1. ioprio

    0下载:
  2. IOW, setting BE scheduling class with prio 2 is done ala.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:25kb
    • 提供者:lwmqtq
  1. cpupri

    0下载:
  2. Convert between a 140 based task->prio, and our 102 based cpupri.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:3kb
    • 提供者:couzhmb
  1. prio

    0下载:
  2. Convert user-nice values [ -20 .. 0 .. 19 ] to static priority [ MAX_RT_PRIO.MAX_PRIO-1 ], and back.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:konkjzie
  1. nft_chain_route_ipv6

    0下载:
  2. flowlabel and prio (includes version, which shouldn t change either.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-24
    • 文件大小:1kb
    • 提供者:krzvws
  1. Addon-for-Deambox-to-generate-easy-the-CCcam.prio

    0下载:
  2. Addon for Deambox to generate easy the CCcam.prio file-enigmaplugin-ccpriomaker_0.5_a-Addon for Deambox to generate easy the CCcam.prio file-enigmaplugin-ccpriomaker_0.5_all
  3. 所属分类:软件工程

    • 发布日期:2024-11-24
    • 文件大小:126kb
    • 提供者:Mg Nyi Zaw
« 12 »

源码中国 www.ymcn.org