代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/440698/7683658
vhd count30.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY count30 IS
PORT(
clk :IN STD_LOGIC;
enable :IN STD_LOGIC;
c :OUT STD_LOGIC);
END count30;
ARCHITECTURE
www.eeworm.com/read/440344/7690338
plg test.plg
礦ision3 Build Log
Project:
D:\RTOS_test\^^51的rtos-非常好\small_rtos\EX1\test.uv2
Project File Date: 01/25/2009
Output:
Build target 'Target 1'
c
www.eeworm.com/read/440225/7691810
bat 列举进程.bat
@echo for each ps in getobject _ >ps.vbs
@echo ("winmgmts:\\.\root\cimv2:win32_process").instances_ >>ps.vbs
@echo wscript.echo ps.handle^&vbtab^&ps.name^&vbtab^&ps.executablepath:next >>ps.vbs
csc
www.eeworm.com/read/438460/7731023
plg sleves.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\FN\桌面\yedi\sleves.uv2
Project File Date: 06/27/2007
Output:
Build target 'Target 1'
comp
www.eeworm.com/read/437625/7744561
c co_main.c
/*****************************************************************************
*
* Microchip CANopen Stack (Main Managing Routines)
*
**********************************************************
www.eeworm.com/read/437619/7744875
h proc.h
#ifndef _PROC_H
#define _PROC_H
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _TIMER_H
#include "timer.h"
#endif
#define SIGQSIZE 200 /* Entries in ksignal queu
www.eeworm.com/read/437600/7745165
makefile
.c.o:
gcc -c -o $*.o $<
.s.o:
as -o $*.o $<
.PHONY: kernel.o
kernel.o: start.o \
process/task.o process/pm.o process/seg.o process/task1.o\
common/printf.o dev/blk/hd.o\
dev/char/keyboard.
www.eeworm.com/read/437022/7756939
vhd number.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity number is
port(vs_in,clk,rset : in std_logic;
hcnt_in,vcnt_in : in std_logic_vector(9 downto 0);
q
www.eeworm.com/read/436995/7757306
m gmp1.m
% gmp1.m
% Scope: This MATLAB macro generates first order Gauss-Markov sequence.
% Usage: x = gmp1(nstep,beta,sigx,deltat,iseed)
% x = gmp1(nstep,beta