代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/186812/8908272
c main.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2003-2005 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/427627/8927927
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// XML_Parser_Ctrl_Demo.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#incl
www.eeworm.com/read/383449/8945156
c server.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/427428/8945794
c hd44780.c
#include
#include
sbit GND_LCD=P1^7;
sbit rs=P1^0;
sbit rw=P1^1;
sbit e=P1^2;
unsigned char busy(void);
void ctrl(unsigned char);
void wd_h(unsigned char);
void wd_l
www.eeworm.com/read/284171/8957621
makefile
SRCS = main.cpp cache_ctrl.cpp cache_bram.cpp ../xlxram.cpp
OBJS = $(SRCS:%.cpp=%.o)
DEPS = $(SRCS:%.cpp=%.d)
VER = $(SRCS:%.cpp=%.v)
CPPS = $(SRCS:%.cpp=%.cpp)
SYSTEMC = $(SYSTEMC_HOME)
C
www.eeworm.com/read/426738/9002477
vhd usbcomm.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity USBcomm is
port(
--FPGA信号
A: in STD_LOGIC_VECTOR(15 downto 0); -- 地址总线
DIN: in STD_LOGIC_VECTOR(7 downto 0); -
www.eeworm.com/read/382276/9039534
log buildchk_wxp_x86.log
BUILD: Computing Include file dependencies:
BUILD: Examining e:\temp\keyfilter directory for files to compile.
Compiling e:\temp\keyfilter directory ********************
'nmake.exe /c BUILDMSG=Stop
www.eeworm.com/read/382276/9039542
mac _objects.mac
ALPHA_OBJECTS= \
$(_OBJ_DIR)\alpha\ctrl2cap.res \
$(_OBJ_DIR)\alpha\ctrl2cap.obj
PASS0_ALPHA_OBJECTS=
AXP64_OBJECTS= \
$(_OBJ_DIR)\axp64\ctrl2cap.res \
$(_OBJ_DIR)\axp64\ctrl
www.eeworm.com/read/382276/9039577
mac _objects.mac
386_OBJECTS= \
$(_OBJ_DIR)\i386\ctrl2cap.res \
$(_OBJ_DIR)\i386\ctrl2cap.obj
PASS0_386_OBJECTS=
IA64_OBJECTS= \
$(_OBJ_DIR)\ia64\ctrl2cap.res \
$(_OBJ_DIR)\ia64\ctrl2cap.obj
www.eeworm.com/read/381952/9061378
c hd44780.c
#include
#include
sbit GND_LCD=P1^7;
sbit rs=P1^0;
sbit rw=P1^1;
sbit e=P1^2;
unsigned char busy(void);
void ctrl(unsigned char);
void wd_h(unsigned char);
void wd_l