代码搜索结果
找到约 10,000 项符合
Control 的代码
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 ;
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
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
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_
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
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
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(
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
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
*