代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/231740/14222110
c video32v31.c
//video gen and sound
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
//B.3 is sound and should have a 10k resistor to gnd
#pragma regal
www.eeworm.com/read/231740/14222112
c video32v3.c
//video gen and sound
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
//B.3 is sound and should have a 10k resistor to gnd
#pragma regal
www.eeworm.com/read/229304/14346023
sh debug.sh
#!/bin/sh
/etc/init.d/klogd stop
modprobe usb || modprobe usb-uhci || modprobe usb-ohci
modprobe modprobe uhci-hcd || modprobe ohci-hcd
modprobe videodev
sync
tee debug.log < /proc/kmsg
www.eeworm.com/read/126004/14452361
c video32v31.c
//video gen and sound
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
//B.3 is sound and should have a 10k resistor to gnd
#pragma regal
www.eeworm.com/read/126004/14452366
c video32v3.c
//video gen and sound
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
//B.3 is sound and should have a 10k resistor to gnd
#pragma regal
www.eeworm.com/read/226428/14475130
mvc makefile.mvc
# -*- makefile -*-
# Makefile for Microsoft Windows with Microsoft Visual C++ 5.0 compiler
GENERATE_DLL=0
OBJS = class.obj compiler.obj database.obj hashtab.obj file.obj \
sync.obj symtab.obj
www.eeworm.com/read/219324/14888252
c mapper085.c
#include "..\DLL\d_iNES.h"
#include "..\Hardware\Sound\s_VRC7.h"
static struct
{
u8 IRQenabled, IRQtoggle, IRQlatch, IRQcounter;
u8 PRG[3], CHR[8], Mirror;
} Mapper;
static void Sync (voi
www.eeworm.com/read/205880/15304645
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity chip_core is
port(
sync_s1 : in vl_logic;
self_test_s1 : in vl_logic;
external_y_s1 : in vl_logic
www.eeworm.com/read/482538/1286951
hh routerthread.hh
// -*- c-basic-offset: 4; related-file-name: "../../lib/routerthread.cc" -*-
#ifndef CLICK_ROUTERTHREAD_HH
#define CLICK_ROUTERTHREAD_HH
#include
#include
#if CLICK_L
www.eeworm.com/read/482538/1287864
hh arpquerier.hh
#ifndef CLICK_ARPQUERIER_HH
#define CLICK_ARPQUERIER_HH
#include
#include
#include
#include
#include
#i