代码搜索:Process

找到约 10,000 项符合「Process」的源代码

代码结果 10,000
www.eeworm.com/read/307153/13727464

txt speaker.txt

library ieee; use ieee.std_logic_1164.all; entity speakera1 is port(clk:in std_logic; tone:in integer range 0 to 16#7FF#; spks:out std_logic); end ; architecture one of sp
www.eeworm.com/read/307021/13732903

vhd counter10.vhd

Library IEEE ; USE IEEE.STD_LOGIC_1164.all; ENTITY counter10 IS PORT(clr,ena,clk : IN STD_LOGIC; --clr计数器清零,en计数使能,clk时钟 q : BUFFER INTEGER RANGE 0 TO 9;--计数器输出 cout
www.eeworm.com/read/306254/13748850

cpp vcandansys.cpp

#include "stdio.h" #include"process.h" #include "iostream.h" void main() { int result; printf("sovling......"); result=system("d:\\ansys100.exe -b -p ANE3FL -i e:\\massspring.txt -o e:\\g
www.eeworm.com/read/305986/13755606

vhd 简单的锁存器.vhd

-- Latch Inference -- Download from: http://www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all ; ENTITY latchinf IS PORT ( enable, data : IN BIT; q : OUT BIT ); END l
www.eeworm.com/read/305986/13755615

vhd 一个简单的uart.vhd

---------------------------------------------------------------- -- -- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved. -- -------------------------------------------------------
www.eeworm.com/read/305714/13762672

cpp micon.cpp

#include"\sunshine\include\micon.h" #include"\sunshine\include\app.h" #include"\sunshine\include\define.h" #include #include MIcon::MIcon(int x,int y,char *filename) :MObj(
www.eeworm.com/read/305714/13762812

cpp micon.cpp

#include"\sunshine\include\micon.h" #include"\sunshine\include\app.h" #include"\sunshine\include\define.h" #include #include MIcon::MIcon(int x,int y,char *filename) :MObj(
www.eeworm.com/read/305714/13762836

h mbar.h

#include"\sunshine\include\mobj.h" #if !defined(MBAR_H) #define MBAR_H class MBar : public MObj { public: MBar(int x,int y,int w,int h,char *idname) : MObj(x,y,w,h,idname){firstrun=1;}
www.eeworm.com/read/305714/13762865

h mbar.h

#include"\sunshine\include\mobj.h" #if !defined(MBAR_H) #define MBAR_H class MBar : public MObj { public: MBar(int x,int y,int w,int h,char *idname) : MObj(x,y,w,h,idname){firstrun=1;}
www.eeworm.com/read/305482/13767531

cpp os2.cpp

//os2.cpp : Defines the entry point for the console application. #include "stdafx.h" #include #include #include using namespace std; class Process; Process *p; in