代码搜索:内核模式
找到约 10,000 项符合「内核模式」的源代码
代码结果 10,000
www.eeworm.com/read/429364/8810222
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/187346/8831785
c serial_yuanlin.c
/***************************************************
公司: 好易通科技有限公司
产品名: 数字对讲机
CPU: OMAP5910
串口: 模式1, 8位数据, 无校验位, 波特率9600
中断发送和接收, 无帧校验, 1位停止位
作者: 袁林
编写时间: 20
www.eeworm.com/read/187346/8831798
bak serial_yuanlin.c.bak
/***************************************************
公司: 好易通科技有限公司
产品名: 数字对讲机
CPU: OMAP5910
串口: 模式1, 8位数据, 无校验位, 波特率9600
中断发送和接收, 无帧校验, 1位停止位
作者: 袁林
编写时间: 20
www.eeworm.com/read/428012/8904942
c mcu_main.c
#include
//UART初始化:模式1,8位,9600Bds at 11.059MHz
void InitSerial()
{
SCON = 0x50; // uart in mode 1 (8 bit), REN=1
TMOD = TMOD | 0x20 ; // Timer 1 in mode 2
TH1 = 0x
www.eeworm.com/read/282768/9065375
c 134.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/281557/9150552
c adc0_capture.c
//////////ADC0监控中断调试程序////////////////
/////////选择AIN0.3为ADC0转化输入,单端模式/////
//调试时可采用变位器作为ADC输入源,调节其电压观察监控中断情况//
//////adc0_capture.c///////////////////////////////////
#include "lcd.h"
#define AD
www.eeworm.com/read/378038/9253358
m example7_4.m
%给定一个原始图像
load geometry;
nbcol=size(map,1);
colormap(pink(nbcol));
figure(1);
image(wcodemat(X,nbcol));
title('原始图像');
%================================
%设置延拓模式为补零方式,对图像应用小波sym4进行3层分解,然后重构第3层近
www.eeworm.com/read/376450/9317233
c 组态通讯协议hex(完全版).c
/*
单片机与组态王进行数据通讯(HEX模式)
2005-11-18测试通过
赵学军
*/
#include
#define byte unsigned char
#define word unsigned int
#define ENQ 0x05 //询问
#define ACK 0x06 //确认
www.eeworm.com/read/375809/9349069
c destest.c
/*
应用于MCS51当中的DES算法,使用最少的RAM,只要28字节
*/
#pragma OPTIMIZE(6) //优化级别与优化方式
#pragma SMALL //编译模式 SAMLL COMPACT LARGE
//#include //字符串函数
typedef unsigned in
www.eeworm.com/read/176553/9493584
txt freescalei2csourse.txt
以MC68HC908SR12为例的IIC总线源程序
#include /* for EnableInterrupts macro */
#include /* include peripheral declarations */
#define I2CR 1 /*表示读模式*/
#define I2CW 0 /*表示写