代码搜索结果
找到约 10,000 项符合
PID 的代码
readroutes.m
function routes = ReadRoutes(gps)
% READROUTES Read all the route data from the GPS
global pid_command_data cmd_transfer_rte pid_xfer_cmplt
routes = [];
% Tell the GPS to send the route data
root.c
/*
* linux/fs/proc/root.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* proc root directory handling functions
*/
#include
#include
#include
kaodv-netlink.c
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University and Ericsson AB.
*
* This program is free software; you can redistribute it
project1.dpr
program Project1;
uses
Forms,
get_u_pid in 'get_u_pid.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
getcpuusage.sh
#!/bin/sh
#GetmemUsageModified2
USAGE="Usage: $0 processName"
if [ $# -ne 1 ]; then
echo $USAGE
exit 1
fi
# In case the monitored process has not yet started
# keep searching until its PID is
wait.c
#include
#include
#include
#include
/* Spawn a child process running a new program. PROGRAM is the name
of the program to run; the path will be search
fs.c
/*
* fs.c
*
* file system interactions
* files get stored under a directory named after their carousel ID
* the filename includes the module ID and the object key
* when we download a directory
a.txt
BEGIN
head1 PID_[2] [dd] PID_[12] [aa] PID_[10] [ss] null
head2 null
dd is using CPU PID_[2] dd is complete,the result is 5
END
BEGIN
head1 PID_[12] [aa] PID_[10] [ss] null
head2 null
dataprocessing.c
#include "2407.h"
#include "AD.h"
#include "fft.h"
#include "qmath.h"
#include "spwm.h"
#pragma DATA_SECTION(ipcb,"FFTipcb")
int ipcb[TWON*2];
int Magpcb[TWON];
int MagAndPhase[TotalChanel
readroutes.m
function routes = ReadRoutes(gps)
% READROUTES Read all the route data from the GPS
global pid_command_data cmd_transfer_rte pid_xfer_cmplt
routes = [];
% Tell the GPS to send the route data