代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/401480/11557301
m improv_fac.m
function impr_of_np = improv_fac (np, pfa, pd)
% This function computes the non-coherent integration improvment
% factor using the empirical formula defind in Eq. (2.48)
fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/259881/11760215
m calcperf2.m
function [perf,E,Ac,N,BZ,IWZ,LWZ]=calcperf2(net,X,PD,T,Ai,Q,TS)
%CALCPERF2 Calculate network outputs, signals, and performance for the
% NN model Reference Adaptive Controller.
%
% Synopsis
%
www.eeworm.com/read/155701/11852985
txt hecker.txt
Listing 1. Perspective Texture Mapper
#include
#include
struct POINT3D {
float X, Y, Z;
float U, V;
};
void TextureMapTriangle( BITMAPINFO const *pDestInfo,
BYTE *pD
www.eeworm.com/read/255284/12090233
m improv_fac.m
function impr_of_np = improv_fac (np, pfa, pd)
% This function computes the non-coherent integration improvment
% factor using the empirical formula defind in Eq. (2.48)
fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/255284/12090261
m improv_fac.m
function impr_of_np = improv_fac (np, pfa, pd)
% This function computes the non-coherent integration improvment
% factor using the empirical formula defind in Eq. (2.48)
fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/255284/12090565
m improv_fac.m
function impr_of_np = improv_fac (np, pfa, pd)
% This function computes the non-coherent integration improvment
% factor using the empirical formula defind in Eq. (2.48)
fact1 = 1.0 + log10( 1.0 /
www.eeworm.com/read/340085/12182598
spull_unload
#!/bin/sh
module="spull"
device="pd"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[a-d][0-8] /dev/${device}[a-d]
www.eeworm.com/read/130445/14193749
spull_unload
#!/bin/sh
module="spull"
device="pd"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[a-d][0-8] /dev/${device}[a-d]
www.eeworm.com/read/127107/14379376
spull_unload
#!/bin/sh
module="spull"
device="pd"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[a-d][0-8] /dev/${device}[a-d]
www.eeworm.com/read/225994/14505901
in opensshd.init.in
#!/sbin/sh
# Donated code that was put under PD license.
#
# Stripped PRNGd out of it for the time being.
umask 022
CAT=@CAT@
KILL=@KILL@
prefix=@prefix@
sysconfdir=@sysconfdir@
piddir=@piddir@
SS