代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/145059/12754594
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/145059/12754619
vhd 一个简单的uart.vhd
----------------------------------------------------------------
--
-- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved.
--
-------------------------------------------------------
www.eeworm.com/read/332234/12772166
c 11-1.c
#include
#include
#include
#include
main()
{
pid_t pid;
int status;
if(!(pid= fork()))
{
printf("Hi I am child
www.eeworm.com/read/144784/12772538
txt 去抖动debunce.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity debunce is
port(cp :in std_logic;
key :in std_logic;
dl
www.eeworm.com/read/144784/12772541
txt 去抖动debunce.vhd.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity debunce is
port(cp :in std_logic;
key :in std_logic;
dl
www.eeworm.com/read/332218/12772716
plg n.plg
Build target 'Target 1'
compiling ANALOG.C...
compiling ARP.C...
compiling ETH.C...
compiling HTTP.C...
compiling ICMP.C...
compiling IP.C...
compiling MAIN.C...
compiling SERIAL.C...
compili
www.eeworm.com/read/144671/12777069
java listing 6-6.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class CheckBoxes extends MIDlet implements CommandListener
{
private Display display;
private Form form;
priv
www.eeworm.com/read/144671/12777276
java listing 6-8.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class RadioButtons extends MIDlet implements CommandListener
{
private Display display;
private Form form;
pr
www.eeworm.com/read/144671/12777523
java listing 15-9.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.microedition.io.*;
import java.io.*;
public class BackgroundProcessing extends MIDlet
implements Co
www.eeworm.com/read/332098/12779294
c semaph.c
/*
* Provide an simpler and easier to understand interface to the System V
* semaphore system calls. There are 7 routines available to the user:
*
* id = sem_create(key, initval); # create with i