代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/491944/6428781
plg fyd12864.plg
礦ision2 Build Log
Project:
G:\C语言51学习\程序代码\第7章\FYD12864\FYD12864.uv2
Project File Date: 05/19/2009
Output:
compiling main.c...
main.c - 0 Err
www.eeworm.com/read/491604/6430887
vhd pwm.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity PWM is
port(clk,reset,conv,add,sub:in std_logic;bout:out std_logic);
end PWM;
a
www.eeworm.com/read/491604/6430956
bak pwm.vhd.bak
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity PWM is
port(clk,reset,conv,add,sub:in std_logic;bout:out std_logic);
end PWM;
a
www.eeworm.com/read/491206/6441763
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/490828/6443045
cpp 10-23.cpp
#include
void main()
{int max(int,int);
int min(int,int);
int add(int,int);
void process(int x,int y,int (*fun)(int,int));
int a,b;
printf("enter a and b:");
www.eeworm.com/read/490520/6447073
cpp 10-23.cpp
#include
void main()
{int max(int,int);
int min(int,int);
int add(int,int);
void process(int x,int y,int (*fun)(int,int));
int a,b;
printf("enter a and b:");
www.eeworm.com/read/490627/6449800
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
www.eeworm.com/read/490627/6449840
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
www.eeworm.com/read/490627/6449950
c hello.c
#include "ourhdr.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/490627/6449994
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