代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/480092/6676629
asm p16.asm
DISP MACRO CHR ; Variable
MOV AH,02H
FOR ARG, ; Start of FOR
MOV DL,ARG
INT 21H
ENDM ; End of FOR
ENDM ; End of macro
.MODEL SMALL
.CODE
START: DISP 'M', 'A', 'C', 'R
www.eeworm.com/read/479933/6683857
txt readme-ssl.txt
To use the CSR and key generation functions from PHP, you will need to install
an openssl.cnf file. We have included a sample file that can be used for this
purpose in this folder alongside this re
www.eeworm.com/read/478253/6722758
vhd counters.vhd
library IEEE ;
use IEEE.std_logic_1164.all ;
use IEEE.std_logic_arith.all ;
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear : IN BIT;
ld : IN BIT;
www.eeworm.com/read/410257/11295360
m lte_channel.m
%**************************************************************************
% Functionfile: LTE_Channel.m
% Description:
% Generates the correlated tap coefficients of the MIMO tapped delay
www.eeworm.com/read/410255/11295524
m lte_channel.m
function [Channel, Fading] = LTE_Channel(FadingMatrixType, ...
FadingOversamplingFactor, Speed_ms, ...
CarrierFrequency_Hz, ...
RunningTimeInstant, ChipOversamplingFactor, .
www.eeworm.com/read/264420/11315453
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out
www.eeworm.com/read/409701/11315605
m select.m
function [y]=select(x,sumfit)
% variable 'x' stands for fitness
popsize=length(x);
sum=0;
pick=rand(1);
% avgfit=x./sumfit
for m=1:popsize+1 % this design is not perfect,because there
www.eeworm.com/read/263314/11367849
vhd counters_altera.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/408502/11384752
h oci1.h
/*
* $Header: oci1.h 02-dec-97.19:29:14 skabraha Exp $
*/
/* Copyright (c) Oracle Corporation 1997, 1998. All Rights Reserved. */
/* NOTE: See 'header_template.doc' in the 'doc' dve under the '
www.eeworm.com/read/407760/11411171
h cfg.h
/* cfg.h - Configuration file parser */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2004 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in