代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/343993/11913872
plg 键盘.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\new\桌面\4X4矩阵键盘+LCD1602\键盘.uv2
Project File Date: 08/22/2007
Output:
Build target 'Target
www.eeworm.com/read/154874/11921432
m ex3.m
dt=.1;
b=0.2;
randn('seed',717171)
r=randn(100,1);
t=zeros(100,1);
w=zeros(100,1);
w0=0;
t(1)=1;
w(1)=w0;
for i=2:100
t(i)=i;
w(i)=w(i-1)+sqrt(dt)*r(i);
end
ew=exp(b*w);
plot(t,w,'-',t,e
www.eeworm.com/read/154874/11921440
m ex4.m
dt=1;
a=0.2;
b=0.3;
r=randn(100,1);
t=zeros(100,1);
w=zeros(100,1);
w0=0;
t(1)=1;
w(1)=w0;
for i=2:100
t(i)=i;
w(i)=w(i-1)+sqrt(dt)*r(i);
end
x=a*t+b*w;
plot(t,x,'-');
title('Simulation
www.eeworm.com/read/154874/11921451
m ex1.m
dt=1;
r=randn(100,1);
t=zeros(100,1);
w=zeros(100,1);
w0=0;
t(1)=1;
w(1)=w0;
for i=2:100
t(i)=i;
w(i)=w(i-1)+sqrt(dt)*r(i);
end
plot(t,w,'-');
title('Simulation of a single sample of standar
www.eeworm.com/read/257465/11925518
h datastructure.h
//#include"iostream.h"
#define M 5
typedef struct{
int n_a;
int n_b;
int n_c;
int n_d;
}Need;
typedef struct{
int l_a;
int l_b;
int l_c;
int l_d;
}Allocation;
typedef struc
www.eeworm.com/read/257273/11936415
txt r2p_post.vhd.txt
------------------------------------------------------------------------
------------------------------------------------------------------------
-- post.vhd
-- Cordic post-processing block
--
www.eeworm.com/read/154497/11950111
vhd coding.vhd
library ieee;
use ieee.std_logic_1164.all;
entity coding is
port
(A1,A4,A8,en:in std_logic;
d: out integer range 0 to 8
);
end coding;
ARCHITECTURE code of coding is
www.eeworm.com/read/343225/11963124
plg 12864.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\12864\12864.uv2
Project File Date: 07/30/2008
Output:
创建目标 '目标 1'
编译 12
www.eeworm.com/read/154365/11966909
vhd jiance.vhd
Library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
USE IEEE.STD_LOGIC_ARITH.ALL;
entity JIANCE is
port (
CLKS,CLK:in std_logic;
-- OUTY :OUT INTEGER R
www.eeworm.com/read/343087/11975890
java finger.java
import java.io.*;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import com.oreilly.servlet.ServletUtils;
public class Finger extends HttpServlet {
public void