代码搜索:framer
找到约 207 项符合「framer」的源代码
代码结果 207
www.eeworm.com/read/164576/10101363
cpp framer.cpp
/*
帧封装
*/
#include
#include
using namespace std;
void main(int argc,char* argv[])
{
if (argc!=3)
{
cout
www.eeworm.com/read/272340/10962264
class framer.class
www.eeworm.com/read/272340/10962303
java framer.java
/*
* Framer.java
*
* Created on 2007年1月12日, 上午8:49
*/
package news;
import java.awt.Color;
import java.io.*;
import java.io.FileWriter;
import java.sql.ResultSet;
import java.sql.SQL
www.eeworm.com/read/453698/7414038
bsf framer.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/453698/7414316
vhd framer.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY framer is
PORT(
clk: in std_logic;
clkx4:in std_logic;
control:in std_logic;
datai_1:in std_logic;
dataq_1:in std_logic;
notready:in
www.eeworm.com/read/330692/12874759
v framer.v
//
// Simple example of a "framer". In this case, an MPEG framer where
// data is sent in 188-byte frames which begin with a special SYNC character
// defined as 47 hex. Framing must, of course,
www.eeworm.com/read/261329/11654270
exe framer.exe
www.eeworm.com/read/261329/11654290
cpp framer.cpp
#include
#include
#include
void main(int argc,char*argv[])
{
//如果输入命令行不正确,则输出提示后退出。
if(argc!=3)
{
cout
www.eeworm.com/read/339051/12264617
v framer.v
//
// Simple example of a "framer". In this case, an MPEG framer where
// data is sent in 188-byte frames which begin with a special SYNC character
// defined as 47 hex. Framing must, of course,