代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/414969/2138874
c pgl-clock.c
/* $Id: pgl-clock.c,v 1.4 2002/08/23 17:32:27 micahjd Exp $
*
* pgl-clock.c - This is a simple clock applet for PGL
*
* PicoGUI small and efficient client/server GUI
* Copyright (C) 2000-2002 Mi
www.eeworm.com/read/370579/9595034
vhd 各种功能的计数器.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/415351/11075445
vhd 各种功能的计数器.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/415351/11075465
vhd 各种功能的计数器.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/268989/11112296
v 计数器.v
// Efficient Counter Inference
// download from: www.pld.com.cn & www.fpga.com.cn
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, qg,
qh, qi, qj,
www.eeworm.com/read/424063/10499622
m lab2str.m
function labels=lab2str(ulab)
%LAB2STR Convert space delimited label format to the more
% efficient string matrix format.
% Clay M. Thompson 8-20-90
% Copyright (c) 1986-93 by the MathWorks
www.eeworm.com/read/228298/14393294
asv cpm_demodulator.asv
function result_data_vector=cpm_demodulator(cpm_param,cpm_data_vector)
[lm,lp]=rat(cpm_param.modulation_efficient_h);
if mod(lm,2)==0
previous_phase_state_number=lp;
else
previous
www.eeworm.com/read/228298/14393296
m cpmequ_linear.m
clc;
clear all;
close all;
% Set the Global System Parameters
disp('Simulation process has started!');
cpm_param.M_ary=4;
cpm_param.modulation_efficient_h=1/2;
cpm_param.duration=2;
cpm_par
www.eeworm.com/read/228298/14393298
asv cpmequ.asv
clc;
clear all;
close all;
% Set the Global System Parameters
disp('Simulaton process has started!');
cpm_param.M_ary=4;
cpm_param.modulation_efficient_h=1/2;
cpm_param.duration=2;
cpm_para
www.eeworm.com/read/178761/5312762
h platform.h
#ifndef YASLI_PLATFORM_H_
#define YASLI_PLATFORM_H_
// Most conservative
#define YASLI_HAS_EFFICIENT_MSIZE 0
#define YASLI_REALLOC_AFTER_NEW 0
#define YASLI_HAS_EXPAND 0
#include