代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/301913/13845965
c pipe.c
#include
#include
char *id = "pipe.c is a test unnamed_pipe example\n";
void main(){
int fd[2];
char buf[256]="Hello,everybody:do you understand";
int n, count = 0;
www.eeworm.com/read/301913/13845975
c sched.c
/*
* linux/kernel/sched.c
*
* Kernel scheduler and related syscalls
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1996-12-23 Modified by Dave Grothe to fix bugs in semaphores and
*
www.eeworm.com/read/301913/13846011
c send.c
#include
#include
#include
#include
#include
int port = 9889;
void main() {
int sockfd, n;
int circle = 0;
int process;
www.eeworm.com/read/301525/13857614
txt testctl.txt
程序(1):
library ieee; --有时钟使能的十进制计数器
use ieee.std_logic_1164.all;
entity cnt10 is
port(clk:in std_logic;--计数时钟信号
clr:in std_logic;--清零信号
ena:in std_logic;--计数使能信号
www.eeworm.com/read/301428/13859223
h myhead.h
#include
#include
#include
#include
#include
#include
const double PI = 3.1415926535;
void fun_1();
void fun_2();
void fun_3();
www.eeworm.com/read/301198/13864118
c execl.c
#include
#include
void main(void)
{
printf("About to call child process\n\n");
execl("CHILD.EXE", "CHILD.EXE",
"AAA", "BBB", "CCC", NULL);
printf("\n\nBa
www.eeworm.com/read/301059/13866867
plg hpiload.plg
礦ision3 Build Log
Project:
F:\DSP\HPIload\HPIload\HPIload.uv2
Project File Date: 02/24/2006
Output:
Build target 'Target 1'
compiling WAVDEMO
www.eeworm.com/read/115176/13867751
vhd constate.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity constate is port
(
start,ci,di :in std_logic;
decodeout :out std_logic_vector(2 downto 0)
);
end
www.eeworm.com/read/300969/13875956
c _kill.c
#include
#define kill _kill
#include
PUBLIC int kill(proc, sig)
int proc; /* which process is to be sent the signal */
int sig; /* signal number */
{
message m;
www.eeworm.com/read/300969/13876951
h tty.h
/* tty.h - Terminals */
#define TTY_IN_BYTES 256 /* tty input queue size */
#define TAB_SIZE 8 /* distance between tab stops */
#define TAB_MASK 7 /* mask to compute a tab