代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/423789/10532742
paf exec_fir.paf
www.eeworm.com/read/423789/10532773
cmd exec_fir.cmd
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/423789/10532778
pjt exec_fir.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="exec_fir"
ProjectDir="F:\ydm\DSP\Experiment\exec_fir_complete\"
ProjectType=Executab
www.eeworm.com/read/423789/10532789
obj exec_fir.obj
www.eeworm.com/read/423789/10532793
out exec_fir.out
www.eeworm.com/read/423311/10570685
m exec_bouncing.m
function exec_bouncing(x)
%隶属于 BALL_BOUNCE,计算实际小球谈跳的过程。
k=1; uu=get(gcf,'UserData');
if nargin==0,
[x,y,k]=ginput(1); uu{3}=x; set(gcf,'UserData',uu);
end
if k==1
if x
www.eeworm.com/read/277897/10596289
c rk_exec.c
#include "ntddk.h"
#include "ntdef.h"
#include "rk_utility.h"
#include "rk_driver.h"
#include "rk_process.h"
#include "rk_exec.h"
ULONG ZWOPEN_FILE_INDEX=0x4f;
ULONG ZWCREATE_SECTION_IN
www.eeworm.com/read/277897/10596346
cold rk_exec.cold
#include "ntddk.h"
#include "ntdef.h"
#include "rk_driver.h"
#include "rk_process.h"
#include "rk_exec.h"
// This handle will be used as the source process for all operation from
// the e
www.eeworm.com/read/277897/10596504
h rk_exec.h
#ifndef _EXEC_H_
#define _EXEC_H_
#define SEC_IMAGE 0x1000000
typedef enum _SECTION_INFORMATION_CLASS{
SectionBasicInformation,
SectionImageInformation
}SECTION_INFORMATION_CL
www.eeworm.com/read/421085/10757471