代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/332098/12779813
c hello.c
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/332098/12780711
6 fig1.6
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/332097/12780929
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/332048/12783784
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Reflection;
namespace GPSSerialPortDat
www.eeworm.com/read/332034/12784249
txt 获得进程句柄.txt
用Process32First, Process32Next获得进程的ProcessId后,再调用OpenProcess
即可获得改进程的句柄。
HANDLE OpenProcess(
DWORD dwDesiredAccess, // access flag
BOOL bInheritHandle, // handle inheritance flag
DWORD
www.eeworm.com/read/331968/12790122
vhd mult242.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
ENTITY mult242 is
PORT
( clk : IN STD_LOGIC;
Din : IN SIGNED (8 DOWNTO 0);
Dout : OUT SIGNED (15 DOWNTO 0));
END
www.eeworm.com/read/331968/12790255
rpt fir.map.rpt
Analysis & Synthesis report for fir
Fri May 18 15:22:34 2007
Version 4.0 Build 190 1/28/2004 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti
www.eeworm.com/read/331968/12790556
vhd mult162.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
ENTITY mult162 is
PORT
( clk : IN STD_LOGIC;
Din : IN SIGNED (8 DOWNTO 0);
Dout : OUT SIGNED (15 DOWNTO 0));
END
www.eeworm.com/read/245586/12791219
h hos-p.h
#include "kassert.h"
#include "interrupt.h"
#include "idt.h"
#include "io.h"
#include "timer.h"
#include "kbd.h"
#include "floppy.h"
#include "globals.h"
#include "mm.h"
#include "process.h"
//#includ
www.eeworm.com/read/245586/12791410
h hos.h
#include "kassert.h"
#include "interrupt.h"
#include "idt.h"
#include "io.h"
#include "timer.h"
#include "kbd.h"
#include "floppy.h"
#include "globals.h"
#include "mm.h"
#include "process.h"
#include