代码搜索:Process

找到约 10,000 项符合「Process」的源代码

代码结果 10,000
www.eeworm.com/read/484224/6582327

c process.c

#include "Process.h" #include "flash.h" #include "const.h" int nATlen = 0; int nBuf1 = 0; int nBuf2 = 0; int nBuf3 = 0; void Init_Process(void) { ///////////////////////////////////
www.eeworm.com/read/484224/6582332

h process.h

#ifndef _PROCESS_H #define _PROCESS_H ///////////////////////////////////////////////// // 定义串口处理函数 void Init_Process(void); int ProcessUART0(char pBuf[],int nLen,int nChar); int ProcessUART1(
www.eeworm.com/read/483067/6609258

h process.h

/* process.h Symbols and structures for process management. Copyright (c) Borland International 1987,1988,1990,1991 All Rights Reserved. */ #if !defined( __PROCESS_H ) #define
www.eeworm.com/read/482929/6616368

process_netlib

#!/bin/sh -x #==================================================================== # ------------------------ # | CVS File Information | # ------------------------ # # $RCSfile: process_netlib,v $ # #
www.eeworm.com/read/482748/6622041

c process.c

/*process.c*/ #include #include #include int main() { printf("The PID of this process is %d\n",getpid()); printf("The PPID of this process is %d\n",getppid());
www.eeworm.com/read/482057/6625791

asm process.asm

.386 .model flat,stdcall option casemap:none WinMain proto :DWORD,:DWORD,:DWORD,:DWORD include \masm32\include\windows.inc include \masm32\include\user32.inc include \masm32\include\kernel32.inc
www.eeworm.com/read/482057/6625792

rc process.rc

// Constants for menu #define IDM_CREATE_PROCESS 1 #define IDM_TERMINATE 2 #define IDM_EXIT 3 FirstMenu MENU { POPUP "&Process" { MENUITEM "&Create Process",IDM_CREATE_PR
www.eeworm.com/read/482057/6625794

exe process.exe

www.eeworm.com/read/482107/6627324

gif process.gif

www.eeworm.com/read/481537/6642763

c process.c

/* * drivers/power/process.c - Functions for starting/stopping processes on * suspend transitions. * * Originally from swsusp. */ #undef DEBUG #include