代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/101015/6262110
inc pdb.inc
;
; MSDOS 2.xx Process Data Block
;
; Contains all DOS specific data.
;
FilPerProc EQU 20
; Process Data located in the Program Segment Prefix, just before the
; code and data for the loa
www.eeworm.com/read/100603/6266344
c bproc.c
/* -*- Mode: C++; tab-width: 8; c-basic-offset: 8 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except
www.eeworm.com/read/100046/6274980
am makefile.am
## Process this file with Automake to create Makefile.in.
DOC := $(wildcard *.rtf *.bmp *.cnt *.hpj)
EXTRA_DIST = \
$(DOC)
www.eeworm.com/read/100046/6274984
am makefile.am
## Process this file with Automake to create Makefile.in.
DOC := $(wildcard *.bmp *.ico *.rc2)
EXTRA_DIST = \
$(DOC)
www.eeworm.com/read/410189/6276732
cpp utopia.cpp
/*
Alfonso2 Peterssen
11 - 6 - 2008
IOI 2002 "Utopia Divided"
*/
#include
#include
using std::sort;
#define REP( i, n ) \
for ( int i = 0; i < (n); i++ )
const
www.eeworm.com/read/324587/6284918
vhd fp.vhd
----------------------------- 分 频 模 块 --------------------------------------
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGI
www.eeworm.com/read/382666/6286496
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
www.eeworm.com/read/382666/6286505
vhd 一个简单的uart.vhd
----------------------------------------------------------------
--
-- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved.
--
-------------------------------------------------------
www.eeworm.com/read/268802/6289418
plg lcd1602.plg
礦ision2 Build Log
Project:
G:\软件备份\Proteus 6.7\JJJ仿真电路\字符液晶1602\Keil\LCD1602.uv2
Project File Date: 09/18/2005
Output:
Build target 'Target 1'
www.eeworm.com/read/212115/6304102
cpp f0516.cpp
//=====================================
// f0516.cpp
// 重载函数版本
//=====================================
#include
#include
using namespace std;
//-------------------------------