代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/253950/12174031
htm gpcovarf.htm
Netlab Reference Manual gpcovarf
gpcovarf
Purpose
Calculate the covariance function for a Gaussian Process.
Synopsis
www.eeworm.com/read/340092/12182207
plg gsmpt.plg
Build target 'Target 1'
compiling OS_CORE.C...
compiling OS_Q.C...
compiling OS_CPU_C.C...
assembling OS_CPU_A.ASM...
compiling main.c...
SERIAL.C(72): error C202: 'TC35IGT': undefined identifier
SERI
www.eeworm.com/read/253602/12210184
txt microsoft server message block (smb) remote exploit (ms05-011).txt
/*
* Windows SMB Client Transaction Response Handling
*
* MS05-011
* CAN-2005-0045
*
* This works against Win2k
*
* cybertronic[at]gmx[dot]net
* http://www.livejournal.com/users/cybertron
www.eeworm.com/read/339668/12210792
vhd fpdpsk.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
use IEEE.std_logic_arith.all;
entity fpdpsk is
port(clock:in STD_LOGIC;
mode:in STD_LOGIC;
data:out STD_L
www.eeworm.com/read/151305/12220384
vhd 19_test_194.vhd
-- Page : 345 -346
--
-- Objective : constancy of for loop bounds
--
-- File Name : test_194.vhd
--
-- Author : Joseph Pick
--
entity Test_194 is
end Test_194;
architecture
www.eeworm.com/read/151305/12220467
vhd 30_test_3.vhd
-- Page : 278 - 278
--
-- Objective : wait until...
--
-- File Name : test_3.vhd
--
-- Author : Joseph Pick
--
entity Test_3 is
end Test_3;
architecture Behave_1 of Test_3 is
www.eeworm.com/read/151305/12220474
vhd 8_bit_rtl_lib.vhd
use work.bit_rtl_pkg.all;
--------------------------------------
-- MUX2
-- 2 select 1 multiplexer
--------------------------------------
entity bit_rtl_mux2 is port (
in1 : in bit_vector;
www.eeworm.com/read/151305/12220851
vhd 25_test_1a.vhd
-- Page : 318 _ 319
--
-- Objective : Reference for Test_1a,1b,1d, and 1e
--
-- File Name : test_1.vhd
--
-- Author : Joseph Pick
--
entity Test_1 is
end Test_1;
architecture
www.eeworm.com/read/253411/12225194
6 fig1.6
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/253407/12225626
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