代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/198616/7924078
6 fig1.6
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/198604/7924734
vhd anc_pkt_gen.vhd
--------------------------------------------------------------------------------
-- anc_pkt_gen.vhd
--
-- SDI ANC packet generator
--
--
--
-- Author: John F. Snow
--
www.eeworm.com/read/298886/7927565
vhd comparador.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
entity COMPARADOR is
generic (ANCHO: integer := 8;
EOS : integer :=
www.eeworm.com/read/198555/7927837
vhd comb_mltplr_rtl.vhd
-------------------------------------------------------------------------------
-- --
-- X X XXXXXX XXXXXX
www.eeworm.com/read/398610/7933748
cc waitpid.cc
#include
using namespace std;
#include
#include
int main()
{
int ret = fork();
if(ret
www.eeworm.com/read/398494/7943325
plg 1.0.plg
礦ision3 Build Log
Project:
E:\温度传感器\C51\无线\接收1.0\1.0.uv2
Project File Date: 04/25/2008
Output:
Build target 'Target 1'
assembling STARTUP.A51
www.eeworm.com/read/398494/7943388
plg 1.0.plg
礦ision3 Build Log
Project:
E:\温度传感器\C51\无线\发射1.0\1.0.uv2
Project File Date: 04/25/2008
Output:
Build target 'Target 1'
assembling STARTUP.A51
www.eeworm.com/read/298709/7944283
plg ram.plg
礦ision2 Build Log
Project:
F:\AT89S52\单片机测试\RAM测试\RAM.uv2
Project File Date: 01/01/2008
Output:
Build target 'Target 1'
compiling RAM.c...
l
www.eeworm.com/read/198238/7946268
txt 一个简单的uart.txt
----------------------------------------------------------------
--
-- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved.
--
-------------------------------------------------------
www.eeworm.com/read/198238/7946370
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