代码搜索:fpc连接器
找到约 719 项符合「fpc连接器」的源代码
代码结果 719
www.eeworm.com/read/281160/4118463
cpp clientdemo.cpp
///////////////////////////////////////////
// ClientDemo.cpp文件
#include // 为了使用Winsock API函数
#include
#include
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"W
www.eeworm.com/read/281160/4118661
cpp serverdemo.cpp
///////////////////////////////////////////
// ServerDemo.cpp文件
#include // 为了使用Winsock API函数
#include
#include
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"W
www.eeworm.com/read/384817/8842380
vhd fp.vhd
Library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity fp is
port(inclk :in std_logic;
fpa :out std_logic;
fpb :out std_logic;
fpc :out std_logic
);
www.eeworm.com/read/216502/4891072
c what3.c
# include "what..c"
doclook(argc, argv, colevel)
char *argv[];
{
int fpa[2], fpb[2], fpc[2], pid1, pid2, st;
int iarg;
char *s;
FILE *ansf;
struct filans *af;
struct stat statbuf;
# define RD
www.eeworm.com/read/317748/13498717
java connecter.java
import java.io.*;
public interface Connecter {
//连接器接口设计 连接串口\网络接口等
//打开通信连接\成功则返回true
public boolean Open(Object[] args) throws Exception;
//网络双工处理
public OutputStream
www.eeworm.com/read/490419/6342715
h tcpclient.h
///////////////////////////////////////////
// TCPClient.h文件
#include
#include
#include
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"WS2_32.lib")
class CMy
www.eeworm.com/read/345916/11782668
h tcpclient.h
///////////////////////////////////////////
// TCPClient.h文件
#include
#include
#include
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"WS2_32.lib")
class CMy
www.eeworm.com/read/281160/4118664
h tcpclient.h
///////////////////////////////////////////
// TCPClient.h文件
#include
#include
#include
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"WS2_32.lib")
class CMy
www.eeworm.com/read/327772/13062552
vhd multi_baudrate_generator.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use WORK.UART_PACKAGE.ALL;
-- 实体声明
entity multi_baudrate_generator is
-- 类属参数声明
-- generic (
-- FULL_PULSE_COUNT : BD_COUNT := BD9600_FPC
www.eeworm.com/read/301711/13851474
vhd baudrate_generator.vhd
--
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use WORK.UART_PACKAGE.ALL;
--
entity baudrate_generator is
--
generic(
FULL_PULSE_COUNT:BD_COUNT:=BD9600_FPC;
RISE_PULSE_COUNT:BD_COUNT:=BD