代码搜索:内核模式

找到约 10,000 项符合「内核模式」的源代码

代码结果 10,000
www.eeworm.com/read/127242/14366421

m 7-4.m

t = 0:pi/50:10*pi; i=1; h=plot3(sin(t(i)),cos(t(i)),t(i),'*','erasemode','none'); %设定擦除模式 grid on axis([-2 2 -2 2 -1 10*pi]) title '程序动画示例' for i=2:length(t) set(h,'xdata',sin(t(i)),'
www.eeworm.com/read/227935/14406200

txt 全局变量.txt

print @@version --SQL SERVER和O/S版本级别 print @@error --前一条SQL语句报告的错误号 print @@trancount --事务嵌套的级别 print @@transtate --事务的当前状态 print @@tranchained --当前事务的模式 print @@spid --当前进程ID pr
www.eeworm.com/read/214755/15089314

html 787.html

PHP COM组件调用绕过安全模式执行任意文件漏洞
www.eeworm.com/read/211867/15172309

m perceptron_example3.m

%-------------------------------------------------------------------------- % 网络有10种输入模式,要求将输入分为四类 % % initp—对感知器神经元初始化 % simup—对感知器神经元仿真 % trainp—利用感知器学习规则对感知器神经元训练 %---------------------------
www.eeworm.com/read/7875/138753

h uart.h

/* 定义串口模式设置数据结构 */ typedef struct UartMode { uint8 datab; // 字长度,5/6/7/8 uint8 stopb; // 停止位,1/2 uint8 parity; // 奇偶校验位,0为无校验,1奇数校验,2为偶数校验 }UARTMODE
www.eeworm.com/read/9545/170065

c sd.c

#include "..\inc\sd.h" #include "..\inc\44b.h" SD_INFO g_SDInfo; volatile char endSioTR=0; //启用中断传输模式 void __irq Sio_Int(void) //SPI中断函数 { rI_ISPC = BIT_SIO; //清零中断标志位 endSioTR =
www.eeworm.com/read/11936/236653

txt update.txt

NetTalk Update 02-2-18 加入视频缩放功能 02-2-20 加入了tooltips 02-2-24 改进了设置对话框 02-4-28 改进命令传输模式 加入超时重发机制 02-4-29 加入了文本对话功能
www.eeworm.com/read/12662/246587

c adc.c

#include "adc.h" int gain; void Init_CLK(void) { unsigned int i; //将寄存器的内容清零 //XT2震荡器开启 //LFTX1工作在低频模式 //ACLK的分频因子为1 BCSCTL1 = 0X00; do {
www.eeworm.com/read/16094/659294

h lcdlib.h

/* * FILE: lcdlib.h * TFT LCD的测试函数接口 */ #ifndef __LCDLIB_H__ #define __LCDLIB_H__ /* * 以640x480,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_640480(void); /* * 以640x480,16bpp的
www.eeworm.com/read/16293/668563

h lcdlib.h

/* * FILE: lcdlib.h * TFT LCD的测试函数接口 */ #ifndef __LCDLIB_H__ #define __LCDLIB_H__ /* * 以640x480,8bpp的显示模式测试TFT LCD */ void Test_Lcd_Tft_8Bit_640480(void); /* * 以640x480,16bpp的