代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/336128/12475571
ctl ctrl_progressbar.ctl
VERSION 5.00
Begin VB.UserControl ctrl_ProgressBar
AutoRedraw = -1 'True
BackStyle = 0 '透明
ClientHeight = 480
ClientLeft = 0
ClientTop = 0
www.eeworm.com/read/148065/12497700
rc2 ctrl.rc2
//
// CTRL.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/335434/12523849
cpp network_ctrl.cpp
///////////////////////////////////////////////////////
// FileName: network_ctrl.cpp
// Author: b1gm0use
// Project: myvideo
#include
#include
#include "network_ctrl
www.eeworm.com/read/335434/12524037
h network_ctrl.h
///////////////////////////////////////////////////////
// FileName: network_ctrl.h
// Author: b1gm0use
// Project: myvideo
#ifndef _NETWORK_CTRL_H_
#define _NETWORK_CTRL_H_
#include
#
www.eeworm.com/read/335286/12541325
v fre_ctrl.v
module fre_ctrl(clk,rst,count_en,count_clr,load);
output count_en,count_clr,load;
input clk,rst;
reg count_en,load;
always @(posedge clk)
begin
if(rst)
begin count_en=0; load=1; end
www.eeworm.com/read/334470/12598316
psm adc_ctrl.psm
;KCPSM3 Program - SPI Control of Amplifier and A/D converter on Spartan-3E Starter Kit.
;
;
;Ken Chapman - Xilinx Ltd
www.eeworm.com/read/334470/12598323
vhd adc_ctrl.vhd
--
-- Definition of a dual port ROM for KCPSM2 or KCPSM3 program defined by adc_ctrl.psm
-- and assmbled using KCPSM2 or KCPSM3 assembler.
--
-- Standard IEEE libraries
--
library IEEE;
use IEE
www.eeworm.com/read/334470/12598380
psm adc_ctrl.psm
;KCPSM3 Program - SPI Control of Amplifier and A/D converter on Spartan-3E Starter Kit.
;
;
;Ken Chapman - Xilinx Ltd
www.eeworm.com/read/334470/12598387
vhd adc_ctrl.vhd
--
-- Definition of a dual port ROM for KCPSM2 or KCPSM3 program defined by adc_ctrl.psm
-- and assmbled using KCPSM2 or KCPSM3 assembler.
--
-- Standard IEEE libraries
--
library IEEE;
use IEE
www.eeworm.com/read/247881/12614534
c ctrl_set.c
#include "inc\44b0x.h"
#include "DataType.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 60000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
rPLLCON = (m