代码搜索:Accelerator
找到约 786 项符合「Accelerator」的源代码
代码结果 786
www.eeworm.com/read/209211/4981916
c vision964.c
#include
#include
#include
#include "pci.h"
#include "vga.h"
/*
* S3 Vision964 GUI Accelerator.
*/
static void
snarf(Vga* vga, Ctlr* ctlr)
{
s3generic.snarf(vga, ctlr);
vg
www.eeworm.com/read/209211/4981928
c s3928.c
#include
#include
#include
#include "pci.h"
#include "vga.h"
/*
* S3 86C928 GUI Accelerator.
*/
static void
snarf(Vga* vga, Ctlr* ctlr)
{
s3generic.snarf(vga, ctlr);
}
sta
www.eeworm.com/read/209211/4981935
c s3801.c
#include
#include
#include
#include "pci.h"
#include "vga.h"
/*
* S3 86C80[15] GUI Accelerator.
*/
static void
snarf(Vga* vga, Ctlr* ctlr)
{
s3generic.snarf(vga, ctlr);
}
www.eeworm.com/read/209211/4981950
c vision968.c
#include
#include
#include
#include "pci.h"
#include "vga.h"
/*
* S3 Vision968 GUI Accelerator.
*/
static void
snarf(Vga* vga, Ctlr* ctlr)
{
s3generic.snarf(vga, ctlr);
v
www.eeworm.com/read/406901/11433041
txt primus.txt
PRIMUS P2000
P2000 2MB max 1280x1024/256c, 800x600/32k.
P3000 P2000 with line draw
The P2000 is an accelerator card.
3CEh index 13h (R/W):
bit 5 Clock ?
6 If set int
www.eeworm.com/read/287483/4021301
txt help.txt
本程序用于演示同步辐射光源的运行过程,光源的设计界面主要由三台加速器组成,即采用直线加速器+增强器+储存环
的设计模式,其中直线加速器和增强器用于加速粒子,储存环用于储存粒子以让粒子在弯转处产生同步辐射光.
点击运行键开始运行程序,可以依此按顺序执行直线加速器,增强器,储存环进行演示:点击linear <mark>accelerator</mark>,booster
和storage ...