代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/253406/12225825
c hello.c
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/339455/12235095
c co_main.c
/*****************************************************************************
*
* Microchip CANopen Stack (Main Managing Routines)
*
**********************************************************
www.eeworm.com/read/339382/12239323
cpp d10r1.cpp
#include
#include
#include
#include
double func(double x)
{
double t;
t=bessj0( x);
return t;
}
void main()
{
//program d10r1
www.eeworm.com/read/339293/12244537
m expl9_1c.m
% Uses the Control toolbox
num=3*[-2 1]; den=conv([5 1],[10 1]); % inverse response process
[a,b,c,d] = tf2ss(num,den); % plant is (a,b,c,d)
G = ss(a,b,c,d);
% Model dimensions:
p = size(c,1); %
www.eeworm.com/read/150905/12250045
htm gpgrad.htm
Netlab Reference Manual gpgrad
gpgrad
Purpose
Evaluate error gradient for Gaussian Process.
Synopsis
g = gpgrad
www.eeworm.com/read/150905/12250198
htm gpcovarf.htm
Netlab Reference Manual gpcovarf
gpcovarf
Purpose
Calculate the covariance function for a Gaussian Process.
Synopsis
www.eeworm.com/read/253000/12251116
java appoutputcapture.java
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
public class AppOutputCapture {
private static Process process;
public static void main(String[] args)
www.eeworm.com/read/252990/12251506
txt ps2.txt
library ieee;
use ieee.std_logic_1164.all;
entity kb2pcl is
port(
sysclk: in std_logic;
reset: in std_logic;
kbclk: in std_logic;
kbdata: in std_logic;
pda
www.eeworm.com/read/339074/12261202
vhd fangbo.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity fangbo is
port(
en,clk : in std_logic;
co : out std_logic_vector(9 down
www.eeworm.com/read/339051/12265462
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