代码搜索:Signals

找到约 6,227 项符合「Signals」的源代码

代码结果 6,227
www.eeworm.com/read/364932/9887042

2 fig10.2

#include "apue.h" static void sig_usr(int); /* one handler for both signals */ int main(void) { if (signal(SIGUSR1, sig_usr) == SIG_ERR) err_sys("can't catch SIGUSR1"); if (signal(SIGUSR2, sig_u
www.eeworm.com/read/364932/9887053

c sigusr.c

#include "apue.h" static void sig_usr(int); /* one handler for both signals */ int main(void) { if (signal(SIGUSR1, sig_usr) == SIG_ERR) err_sys("can't catch SIGUSR1"); if (signal(SIGUSR2, sig_u
www.eeworm.com/read/168677/9902163

m rxy_gaussian.m

function result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg) % result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg) % % Computes the envelope correlation of the signals in th
www.eeworm.com/read/279234/10452452

pl fig18_15.pl

#!/usr/bin/perl # Fig. 18.15: fig18_15.pl # Sending signals to child processes using kill. use warnings; use strict; use POSIX qw( :signal_h :errno_h :sys_wait_h ); $SIG{ USR1 } = \&user1;
www.eeworm.com/read/350770/10711739

do modelsim.do

vlog -f ping_tb.f vsim ping_tb glbl view signals structure wave add wave -logic /CLK add wave -logic /RST_N add wave -literal -hex /AD add wave -literal -hex /CBE add wave -logic /PAR add wave -logic
www.eeworm.com/read/350770/10711759

do modelsim.do

vlog -f ping_tb.f vsim -sdfmax /UUT=pcim_top_routed.sdf ping_tb glbl view signals structure wave add wave -logic /CLK add wave -logic /RST_N add wave -literal -hex /AD add wave -literal -hex /CBE add
www.eeworm.com/read/348705/10873380

c testdnd.c

#include "gtk/gtk.h" /* Target side drag signals */ /* XPM */ static char * drag_icon_xpm[] = { "36 48 9 1", " c None", ". c #020204", "+ c #8F8F90", "@ c #D3D3D2", "# c #AEAEAC", "$ c #ECECEC", "%
www.eeworm.com/read/448162/7539709

m rxy_gaussian.m

function result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg) % result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg) % % Computes the envelope correlation of the signals in th
www.eeworm.com/read/447716/7546240

m rxy_gaussian.m

function result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg) % result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg) % % Computes the envelope correlation of the signals in th
www.eeworm.com/read/289562/7805708

2 fig10.2

#include "apue.h" static void sig_usr(int); /* one handler for both signals */ int main(void) { if (signal(SIGUSR1, sig_usr) == SIG_ERR) err_sys("can't catch SIGUSR1"); if (signal(SIGUSR2, sig_u