代码搜索:内核模式
找到约 10,000 项符合「内核模式」的源代码
代码结果 10,000
www.eeworm.com/read/277456/10638095
inc i2c.inc
;******************************************************************************
; I2C.INC
; 标准80C51模拟I2C总线程序(主模式)
; Copyright (c) 2006,广州周立功单片机发展有限公司
; All rights reserved.
; 本程序仅供学习参考,不提供任何可靠性方面
www.eeworm.com/read/421787/10698149
css af7efac4308e10a98326ac57.css
/*极简模式*/
/*借用和参考了http://hi.baidu.com/gxav的css,在此表示感谢.*/
body{
font-family:Georgia;
background:url(http://hiphotos.baidu.com/yaoyixuan/pic/item/6ac0dc2a559f4227d52af16e.jpg);
}
/*头部*/
#heade
www.eeworm.com/read/276740/10711610
cn2 graphics.cn2
~aGRAPHICS~0
~aGRAPHICS~0将程序装入内存,允许MS-DOS打印出屏幕上显示的信息。仅当使
用彩色或图形适配器时才能使用~aGRAPHICS~0命令。
~aGRAPHICS~0命令支持CGA、EGA和VGA图形显示模式。
语法
~aGRAPHICS~0
www.eeworm.com/read/276643/10720963
c randpic.c
#include
#include
#include
long Addr[768];
int Mode;
Set_Mode (int mode) /*设置显示的模式,参数为INT 10H的子功能号*/
{
union REGS r;
r.h.ah=0;
r.h.al=mode;
int
www.eeworm.com/read/275656/10804456
c 38.c
程序三十九 PC键代码
/*
芯片: AT90S4434
频率: 8,000000 MHz
模式: Tiny
*/
#include
#include "kb.h"
#include
#asm
.equ __lcd_port=0x15
#endasm
#include
// 全局变量
void
www.eeworm.com/read/420029/10822875
c driver.c
#include "def.h"
#include"44b.h"
U8 KeyPLAY_Count=0,KeyNEXT_Count=0,KeyVOLUP_Count=0,KeyVOLDN_Count=0,Key_Num=0,KeyPressed=0;
void KeyBoard_init(void)
{
rPCONE&=0x20055; //设置端口的工作模式
www.eeworm.com/read/274805/10851617
h k880.h
//1
int __stdcall Init880(int num,unsigned short adr);//初始化k880卡,adr 卡基地址.返回码:(0)成功,(-1)非法参数
//2
int __stdcall PulseOutMode(int num, unsigned short axis,int mode);//设置驱动脉冲输出模式,axis轴选择, mode 模
www.eeworm.com/read/274803/10851760
h k880.h
//1
int __stdcall Init880(int num,unsigned short adr);//初始化k880卡,adr 卡基地址.返回码:(0)成功,(-1)非法参数
//2
int __stdcall PulseOutMode(int num, unsigned short axis,int mode);//设置驱动脉冲输出模式,axis轴选择, mode 模
www.eeworm.com/read/274574/10863472
c mcx314aml.c
//---------- MCX314As 演示程序 -----
//
// 注意:
// 1. 原点搜索功能( homesrch())被注释了。如果要执行
// 取消注释,重新编译。
//
// 2. X,Y轴的DRIVE/DCC输出信号,被模式设定成DCC输出状态,
// 不能作为DRIVE状态输出。
#include
www.eeworm.com/read/418049/10966769
c adc0_capture.c
//////////ADC0监控中断调试程序////////////////
/////////选择AIN0.3为ADC0转化输入,单端模式/////
//调试时可采用变位器作为ADC输入源,调节其电压观察监控中断情况//
//////adc0_capture.c///////////////////////////////////
#include "lcd.h"
#define AD