代码搜索:PcB 开发教程

找到约 10,000 项符合「PcB 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/216664/14999798

lst arm_00_os_core.lst

ARM COMPILER V2.53, ARM_00_OS_Core 19/04/07 12:16:25 PAGE 1 ARM COMPILER V2.53, COMPILATION OF MODULE ARM_00_OS_Core OBJECT MODULE P
www.eeworm.com/read/216664/14999802

c arm_00_os_core.c

/********************************************************************************************** 本程序只供学习使用,不得用于其它任何用途,否则后果自负。 ARM_00_OS_Core.c file 作者:Computer-lov 建立日期:2006-5-1 修改日
www.eeworm.com/read/209876/15212353

txt 新建 文本文档.txt

#include "stdio.h" #include #include //Can only be used in independent situation; //#define getmem(type) (type*)malloc(sizeof(type)) #define buffersize 5 int processnum=0;//the num of
www.eeworm.com/read/209410/15220465

h brender.h

// BRender.h: interface for the BRender class. #ifndef _CBRENDER_H #define _CBRENDER_H #include "Object3d.h" #include "ColorBuffer.h" #include "ZBuffer.h" class CBRender { public: CBRe
www.eeworm.com/read/209028/15228989

java testscheduler.java

/* * 创建日期 2006-4-18 * * TODO 要更改此生成的文件的模板,请转至 * 窗口 - 首选项 - Java - 代码样式 - 代码模板 */ /** * @author Administrator * * TODO 要更改此生成的类型注释的模板,请转至 * 窗口 - 首选项 - Java - 代码样式 - 代码模板 */ publ
www.eeworm.com/read/207998/15255891

c duojiduilie.c

#include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10]; /*进程标识符*/ int prio;/*进程优先级*/ int round; /*进程时间轮转时间片*/ int cputime; /*进程占用CPU时间*/
www.eeworm.com/read/207998/15255892

c rr.c

#include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10]; /*进程标识符*/ int round; /*进程时间轮转时间片*/ int cputime; /*进程占用CPU时间*/ int needtime; /*进程到完
www.eeworm.com/read/205591/15311465

txt jinchendiaodu.txt

操作系统-----进程调度 [color=Silver][/color][color=Gray][/color][color=Fuchsia][/color][color=Blue][/color][color=Aqua][/color][color=Lime][/color][size=4][font=楷体_GB2312][b]要求:实现按优先级与时间片相结合的进程调度算法 内容:
www.eeworm.com/read/205589/15311693

txt op.txt

你要代码么?这个就能用,是C++做的。我的课程设计,呵呵 /* * 进程调度实验 * 本程序提供了以下几种进程调度方法 * 1、时间片轮询法 * 2、可强占优先法 * 3、非抢占算法 * */ #include #include #include #include
www.eeworm.com/read/172980/5381253

c tcp_input.c

/* * Copyright (c) 2001, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provi