代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
vga_control.bdf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
vga_control.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
rate_control.c
#include "global_declare.h"
//#include "encodemain.h"
#include "def_gary.h"
const int max_quant_IVOP = 12;
const int min_quant_IVOP = 2;
const int max_quant_PVOP = 12;
const int min_quant_PVOP
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