代码搜索:RAW

找到约 10,000 项符合「RAW」的源代码

代码结果 10,000
www.eeworm.com/read/16670/682218

txt snmp_agent.txt

SNMPv1 agent for lwIP Author: Christiaan Simons This is a brief introduction how to use and configure the SNMP agent. Note the agent uses the raw-API UDP interface so you may also want to read
www.eeworm.com/read/16728/684514

h ili9320_font.h

#include "stm32f10x.h" /* ASCII Table: each character is 16 column (16dots large) and 24 raw (24 dots high) */ uc16 ASCII_Table[] = { /* Space ' ' */
www.eeworm.com/read/16728/685042

h ili9320_font.h

#include "stm32f10x.h" /* ASCII Table: each character is 16 column (16dots large) and 24 raw (24 dots high) */ uc16 ASCII_Table[] = { /* Space ' ' */
www.eeworm.com/read/17254/728576

c bmp.c

#include "Bmp.h" #include "../Driver/Lcd/Lcd.h" /********************************************************************** * 函数名称: bmp2raw * 功能描述: * 按要求转换文件 * 参数说明 * 返回值
www.eeworm.com/read/34862/890779

txt snmp_agent.txt

SNMPv1 agent for lwIP Author: Christiaan Simons This is a brief introduction how to use and configure the SNMP agent. Note the agent uses the raw-API UDP interface so you may also want to read
www.eeworm.com/read/34879/891795

txt snmp_agent.txt

SNMPv1 agent for lwIP Author: Christiaan Simons This is a brief introduction how to use and configure the SNMP agent. Note the agent uses the raw-API UDP interface so you may also want to read
www.eeworm.com/read/29070/1014884

freescale

int sensor_timer, go_timer, turn_timer; unsigned int Ain, midRd, leftRd, rightRd; //raw A to D number char car_state, sensor_state; char sensor, go, turn;
www.eeworm.com/read/490508/1198118

java player.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.game.Sprite; public class Player extends Sprite { protected static final int RAW_FRAMES=1; protected static int x
www.eeworm.com/read/480260/1320200

txt snmp_agent.txt

SNMPv1 agent for lwIP Author: Christiaan Simons This is a brief introduction how to use and configure the SNMP agent. Note the agent uses the raw-API UDP interface so you may also want to read
www.eeworm.com/read/479151/1340209

c slip.c

/* * slip.c This module implements the SLIP protocol for kernel-based * devices like TTY. It interfaces between a raw TTY, and the * kernel's INET protocol layers. * * Version: @(#)slip.c 0.8.