-
LINUX DEVICE DRIVER 3 chinese
LINUX设备驱动程序第三版,中文版,很适合驱动开发者-LINUX DEVICE DRIVER 3 chinese
- 2022-02-02 15:29:48下载
- 积分:1
-
C51遥控测试程序,电路已经认证合格,请多提意见
C51遥控测试程序,电路已经认证合格,请多提意见-C51 remote control test procedure, the circuit has been certified, please do so
- 2022-07-03 07:45:27下载
- 积分:1
-
这是一个用VHDL +图形法在CPLD内部搭建的液晶显示的驱动程序。液晶是ocmj5*10系列...
这是一个用VHDL +图形法在CPLD内部搭建的液晶显示的驱动程序。液晶是ocmj5*10系列-This is a graphic with VHDL in CPLD internal structures of the LCD driver. LCD is ocmj5 Series 10*
- 2022-03-05 00:46:57下载
- 积分:1
-
在VC环境下开发的手持电脑程序,对相关控件学习有帮助
在VC环境下开发的手持电脑程序,对相关控件学习有帮助-VC environment in the development of handheld computer programs for learning-related controls have helped
- 2022-03-06 02:08:50下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
I2C驱动PIC、PICC编译器
I2C driver for PIC, PICC compiler - bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector -I2C driver for PIC, PICC compiler- bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector
- 2022-04-30 23:49:46下载
- 积分:1
-
_西格玛调谐器驱动程序的设计
sigma_designs的tuner驱动-sigma_designs the tuner driver
- 2022-02-01 09:00:44下载
- 积分:1
-
这是驱动出租车开票打印机的程序,特殊之处是在留有足够余量的情况下,提高了打印密度让一行打印更多的字符...
这是驱动出租车开票打印机的程序,特殊之处是在留有足够余量的情况下,提高了打印密度让一行打印更多的字符-This is a printer driver taxi invoicing procedures, the special nature of sufficient headroom in the circumstances, improve the print density to allow his characters to print more
- 2022-05-24 11:23:56下载
- 积分:1
-
最好的书对IP over WDM网络
Teh best book about IP OVER WDM network
Deploying And Managing IP Over WDM Networks
Joan Serrat
Alex Galis
2003
- 2022-10-24 13:50:04下载
- 积分:1
-
优龙FS2410板NAND flash的读写程序,可实现往flash里读写数据
优龙FS2410板NAND flash的读写程序,可实现往flash里读写数据-Liuzhou excellent FS2410 board NAND flash read and write procedures, can be realized in reading and writing data to flash
- 2022-01-22 17:46:56下载
- 积分:1