代码搜索:SOUT
找到约 712 项符合「SOUT」的源代码
代码结果 712
www.eeworm.com/read/361261/2948039
am modules.am
SOURCES_avformat = \
avformat.c \
avformat.h \
demux.c \
$(NULL)
if ENABLE_SOUT
SOURCES_avformat += mux.c
endif
EXTRA_libavformat_plugin_la_SOURCES = mux.c
libvlc_LTLIBRARIES += $(LTL
www.eeworm.com/read/208499/15246206
vhd antishake.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity antishake is
port
(
clk :in std_logic;
sin :in std_logic_vector (3 downto 0);
sout:out std_logic_vector
www.eeworm.com/read/306178/3755470
c aroad1.c
// Room: /guiyun/duchuan.c
// Date: Nov.18 1998 by Winder
inherit ROOM;
#include
void create()
{
set("short", "小路");
set("long", @LONG
一条草丛中,踏出的小路.
LONG );
set("exits", ([
"sout
www.eeworm.com/read/259059/4347270
c cgterm.c
#include "contiki-net.h"
#include "ctk/ctk-draw.h"
#include
#include
#include
static struct {
struct psock sout, sin;
struct pt inpt, outpt;
char outputbuf[200];
c
www.eeworm.com/read/349103/10851898
scr adder16.scr
/* Script file for constraining Adder16 */
rpt_file = "adder16.rpt"
design = "adder16"
current_design Adder16
include script_path + defaults.con
/* Define design environment */
set_load 2.2 sout
set
www.eeworm.com/read/467372/7011177
vhd uart.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity PISO is
Port (
data : in std_logic_vector(7 downto 0);
sout : out std_logic
www.eeworm.com/read/452654/7436609
m dms2mat.m
function [dout,mout,sout] = dms2mat(dms,n)
%DMS2MAT Converts a dms vector format to a [deg min sec] matrix
%
% [d,m,s] = DMS2MAT(dms) converts a dms vector format to a
% deg:min:sec matrix. T
www.eeworm.com/read/430375/8753398
pat sub8.pat
in sn1 ( 7 to 0 ) B;
in sn2 ( 7 to 0 ) B;
out sout ( 7 to 0 ) B;
begin
pat0_sub : 11111111 00000000 ?11111111 ;
pat1_sub : 01001001 00010010 ?00110111 ;
pat2_sub : 11111111 10101010 ?01010101 ;
pat3_
www.eeworm.com/read/361261/2948069
am modules.am
SOURCES_avcodec = \
avcodec.c \
avcodec.h \
video.c \
audio.c \
deinterlace.c \
avutil.h \
fourcc.h \
chroma.h \
$(NULL)
if ENABLE_SOUT
SOURCES_avcodec += encoder.c
endif
EXTRA_libavcodec_p
www.eeworm.com/read/140180/5793891
am modules.am
COMMON_gtk = \
display.c \
open.c \
sout.c \
control.c \
menu.c \
playlist.c \
modules.c \
preferences.c \
gtk_callbacks.c \
$(NULL)
SOURCES_gtk = \
gtk.c \
gtk_interface.c \
gtk_support