代码搜索:Control 开发教程
找到约 10,000 项符合「Control 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/412583/11191270
vhd control2.vhd
library ieee ;
use ieee.std_logic_1164.all ;
use ieee.std_logic_arith.all ;
use work.butter_lib.all ;
entity control_main is
port (
a_small , sign_a , sign_b : in std_logic ;
www.eeworm.com/read/411509/11239713
c lcd_control.c
/*********** AVR155 : Accessing I2C LCD display using the AVR TWI ***********
Device : ATmega163
File name : LCD_control.c
Ver nr. : 1.0
Description : This application note
www.eeworm.com/read/411509/11239722
h lcd_control.h
/*********** AVR155 : Accessing I2C LCD display using the AVR TWI ***********
Device : ATmega163
File name : LCD_control.h
Ver nr. : 1.0
Description : Header file for LCD_contro
www.eeworm.com/read/266079/11243072
js details_control.js
function showhide_details(n,name)
{
var obj_content = eval('document.all.'+name);
var obj = event.srcElement;
if (obj.innerText == "+"){
obj.innerText = "-";
if (obj_
www.eeworm.com/read/249650/12483017
v ram_control.v
module ram_control(q,clk,rst);
input clk,rst;
output [3:0] q;
wire [3:0] q;
reg [3:0] data;
reg wren;
reg [3:0] wraddress;
reg [3:0] rdaddress;
reg [4:0] countwr;
reg [1:0] s
www.eeworm.com/read/249312/12511450
js control.tabs.js
/**
* @author Ryan Johnson
* @copyright 2007 LivePipe LLC
* @package Control.Tabs
* @license MIT
* @url http://livepipe.net/projects/control_tabs/
* @version 2.0.0
*/
if(ty
www.eeworm.com/read/249312/12511456
js control.modal.js
/**
* @author Ryan Johnson
* @copyright 2007 LivePipe LLC
* @package Control.Modal
* @license MIT
* @url http://livepipe.net/projects/control_modal/
* @version 2.0.0
*/
if(
www.eeworm.com/read/249312/12511468
js control.rating.js
/**
* @author Ryan Johnson
* @copyright 2007 LivePipe LLC
* @package Control.Rating
* @license MIT
* @url http://livepipe.net/projects/control_rating/
* @version 1.0.0
*/
i
www.eeworm.com/read/249312/12511472
js control.textarea.js
/**
* @author Ryan Johnson
* @copyright 2007 LivePipe LLC
* @package Control.TextArea
* @license MIT
* @url http://livepipe.net/projects/control_textarea/
* @version 2.0.0
*
www.eeworm.com/read/248819/12539592