代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/152409/12116492
vhd tonetaba.vhd
library ieee;
use ieee.std_logic_1164.all;
entity tonetaba is
port(tonecodein: in integer range 0 to 21;
musicfreqout:out integer range 0 to 2047);
end;
architecture behav of tonetab
www.eeworm.com/read/152409/12116497
vhd speakera.vhd
library ieee;
use ieee.std_logic_1164.all;
entity speakera is
port(clk: in std_logic; --20mhz
musicfreqin:in integer range 0 to 2047;
spks: out std_logic);
en
www.eeworm.com/read/152409/12116583
vhd fp.vhd
library ieee;
use ieee.std_logic_1164.all;
entity fp is
port(clk:in std_logic;
cp:out std_logic );
end fp;
architecture des of fp is
signal a:std_logic;
begin
process(clk)
variable n:in
www.eeworm.com/read/152398/12117728
m dtarray.m
function [d_M, M_,M]=dtarry(A,y)
% function dtarry(A) is to find the input delay matrix, d_M,
% and the diagonal decoupling matrix, M_ ;and the invertable delay matrix M
% when the process has the
www.eeworm.com/read/152398/12117811
m get_uindex.m
function [uindex]=get_uindex(varargin)
% function [uindex]=get_uindex(varargin)
% The fuction take the cell arrays of representing uncertainty, ie. Xpnummt,
% Xpdenmt, Xpdeadmt that appear in the s
www.eeworm.com/read/340895/12126124
vhd mult.vhd
library ieee;
use ieee.std_logic_1164.all;
entity mult is
port( a,b: in std_logic_vector(3 downto 0);
clk, stb: in std_logic;
result: out std_logic_vector(7 downto 0);
www.eeworm.com/read/152083/12141316
cpp d10r1.cpp
#include
#include
#include
#include
double func(double x)
{
double t;
t=bessj0( x);
return t;
}
void main()
{
//program d10r1
www.eeworm.com/read/254150/12157747
h usb_core.h
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : usb_core.h
* Author : MCD Application Team
* Date First Issued : 2/6/2006
* Des
www.eeworm.com/read/151885/12164331
inc externs.inc
extrn lstrcpyA:Proc
extrn GetPrivateProfileStringA:Proc
extrn GetPrivateProfileIntA:Proc
extrn GetModuleFileNameA:Proc
www.eeworm.com/read/253950/12173829
htm gpgrad.htm
Netlab Reference Manual gpgrad
gpgrad
Purpose
Evaluate error gradient for Gaussian Process.
Synopsis
g = gpgrad