代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/154890/5631243
c main.c
/* Ugly? Yes. This is a very simple version of the agent, which doesn't do a lot more
than introduce the agent architecture. We don't bother messing with any of the sync
code that already exi
www.eeworm.com/read/367274/9763850
pl syncfiles.pl
#!/usr/bin/perl
#
# Sync the output file list between Makefiles
# Use the mkdep.pl parameters to get the filename syntax
#
# The first file is the source file; the other ones target.
#
%def_hin
www.eeworm.com/read/415996/11045243
rd1 pe386ex.rd1
#Sync 80C386EX 100#
Determine whether the transmitter will operate in master or slave mode.
Master mode: The internal baud-rate generator controls the serial communications by clocking the interna
www.eeworm.com/read/268502/11136431
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity vga_control is
generic(
h_vidio : integer := 0;
h_front : integer := 1;
h_sync : integer := 2;
www.eeworm.com/read/288820/8604698
am makefile.am
SUBDIRS = sbc eglib common sdpd hcid daemon \
transfer network serial input audio print sync \
tools rfcomm dund pand hidd \
cups test scripts
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4
www.eeworm.com/read/431720/8659846
v vga_controller.v
module vga_controller ( clock,
reset,
///// interface VGA ///////
vga_clk,
vga_hs,
vga_vs,
vga_blank,
vga_sync,
vga_r,
vga_b,
www.eeworm.com/read/431720/8659915
v vga_controller.v
module vga_controller ( clock,
reset,
///// interface VGA ///////
vga_clk,
vga_hs,
vga_vs,
vga_blank,
vga_sync,
vga_r,
vga_b,
www.eeworm.com/read/242797/12984174
am makefile.am
SUBDIRS = sbc eglib common sdpd hcid daemon \
transfer network serial input audio print sync \
tools rfcomm dund pand hidd \
cups test scripts
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4
www.eeworm.com/read/101082/6242520
c rawchar.c
/* rawchar.c 4.1 83/03/09 */
/*
* get a character from the terminal, with no line buffering.
*/
#include "2648.h"
rawchar()
{
char c;
sync();
escseq(NONE);
fflush(stdout);
if (_pb_front && _
www.eeworm.com/read/491327/6438559
cpp 2027.cpp
#include
#include
#include
using namespace std;
int main()
{
int n;
scanf("%d",&n);
for(int i=1;i