代码搜索:Monitor

找到约 10,000 项符合「Monitor」的源代码

代码结果 10,000
www.eeworm.com/read/378952/9211917

example mmm_mon.conf.example

# # Master-Master Manager config (monitor) # # Debug mode debug no # Paths pid_path /usr/local/mmm/var/mmmd.pid status_path /usr/local/mmm/var/mmmd.status bin_path /usr/local/mmm/bin # Logging setu
www.eeworm.com/read/378952/9211967

mmm_mon

#!/bin/sh # # mmm_agent This shell script takes care of starting and stopping # the mmm monitoring daemon. # # chkconfig: - 64 36 # description: MMM Monitor. # processname: mmmd_mon #
www.eeworm.com/read/376353/9319920

txt readme.txt

start_server.bat启动server start_left启动左边球员 start_right启动右边球员 进入monitor文件夹,双击Soccermonitor.exe启动monitor,连接Host:127.0.0.1观看比赛。 按Ctrl+c结束比赛。 remove_log.bat删除生成的比赛log文件
www.eeworm.com/read/461717/7221321

c aamonitor.c

/*========================================================================= | (c) 2004-2007 Total Phase, Inc. |-------------------------------------------------------------------------- | Project
www.eeworm.com/read/142502/12942900

link_con2

rm *.o rm *.lis rm monitor cc -c get_cpu.c cc -c get_df.c cc -c get_io.c cc -c get_mem.c cc -c get_net.c cc -c public.c cc -c ourlib.c #cc -c get_ps.c cc -c monitor_main.c proc standdb.pc cc -I.
www.eeworm.com/read/324454/13262469

txt dpll_two_tp.txt

module DPLL_two_tp; reg fout2,reset; wire fout; parameter dely=100; DPLL_two inst_DPLL_two(fout2,idout,reset); initial begin fout2=0;reset=0; #(dely*20) reset=1; #(dely*20)$stop; end
www.eeworm.com/read/324454/13262511

bak dpll_two_tp.v.bak

module DPLL_two_tp; reg fout2,reset; wire fout; parameter dely=100; DPLL_two inst_DPLL_two(fout2,idout,reset); initial begin fout2=0;reset=0; #(dely*20) reset=1; #(dely*20)$stop; end
www.eeworm.com/read/324454/13262523

v dpll_two_tp.v

module DPLL_two_tp; reg fout2,reset; wire fout; parameter dely=100; DPLL_two inst_DPLL_two(fout2,fout,reset); initial begin fout2=0;reset=0; #(dely*20) reset=1; #(dely*20)$stop; end always #(dely/
www.eeworm.com/read/323975/13303356

h targetdefs.h

// TargetDefs.h for setting monitor build options #define CHIP_F169 //Target is MSP430F169 //#define CHIP_F449 //Target is MSP430F449 #define MEMDUMP 1 //Allow memor
www.eeworm.com/read/309326/13674132

v test_bench.v

`timescale 1 ns/1 ns module test_bench; reg [2:0] r_a,r_b; reg r_ci; wire [2:0] w_s; wire w_co; parameter clock=20; integer i,j,k; adder_3 i0 (.s(w_s), .co(w