代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/443502/7631648
v hvsync_generator.v
// hvsync_generator.v
module hvsync_generator(clk, vga_h_sync, vga_v_sync, inDisplayArea, CounterX, CounterY);
input clk;
output vga_h_sync, vga_v_sync;
output inDisplayArea;
output [9:0] Counter
www.eeworm.com/read/243289/12950262
mpc os_api.mpc
project(os_api){
includes += "../../include/"
includes += "../../os_api/sync/"
includes += "../../os_api/ipc/"
includes += "../../os_api/"
//libpaths +=
//lit_libs +=
//pure_li
www.eeworm.com/read/243289/12950449
mpc os_api.mpc
project(os_api){
includes += "../../include/"
includes += "../../os_api/sync/"
includes += "../../os_api/ipc/"
includes += "../../os_api/"
//libpaths +=
//lit_libs +=
//pure_li
www.eeworm.com/read/323119/13354224
test rpl_row_mystery22.test
# Originally taken from rpl_mystery22.test,
# but this row-based-replication test has a totally different spirit:
# slave will not stop because of dup key,
# instead we test if it does overwrite the d
www.eeworm.com/read/321110/13412188
mpc os_api.mpc
project(os_api){
includes += "../../include/"
includes += "../../os_api/sync/"
includes += "../../os_api/ipc/"
includes += "../../os_api/"
//libpaths +=
//lit_libs +=
//pure_li
www.eeworm.com/read/321110/13412261
mpc os_api.mpc
project(os_api){
includes += "../../include/"
includes += "../../os_api/sync/"
includes += "../../os_api/ipc/"
includes += "../../os_api/"
//libpaths +=
//lit_libs +=
//pure_li
www.eeworm.com/read/306881/13736711
txt readme.txt
编译程序用下列命令:
gcc -Wall sync-server.c -o server
gcc -Wall sync-client.c -o client
分别运行这两个程序:
./server 7838 1
./client 127.0.0.1 7838
同步聊天过程如下:
1、服务端程序开启
2、客户端程序开启(即客户端连接服务器)
3、服务器端用户输入消息并
www.eeworm.com/read/136989/5830457
idl test.idl
//
// Test.idl,v 1.2 2001/04/24 08:02:58 coryan Exp
//
module Test
{
typedef sequence Payload;
/// An interface to test the SYNC_NONE semantics
interface Blocking_Sync_None
www.eeworm.com/read/169697/5414599
c file_syncf.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*
* This file is automatically generated by buildiface
* D
www.eeworm.com/read/387425/8683766
v eth_top.v
`include "eth_defines.v"
`include "timescale.v"
module eth_top
(
// WISHBONE common
wb_clk_i, wb_rst_i, wb_dat_i, wb_dat_o,
// WISHBONE slave
wb_adr_i, wb_sel_i, wb_we_i, wb_