代码搜索:PC
找到约 10,000 项符合「PC」的源代码
代码结果 10,000
www.eeworm.com/read/353746/10423551
in pangox.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Pango X
Description: X Window System font support for Pango
Version: @VERSION@
Requires: pango
Libs: -L${libdir
www.eeworm.com/read/161313/10425649
in bluez.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: BlueZ
Description: Bluetooth protocol stack for Linux
Version: @VERSION@
Requires:
Libs: -L${libdir} -lblueto
www.eeworm.com/read/424630/10433239
h pc.h
/* pc.h - PC common header */
/* Copyright 1992-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
04o,27jun02,hdn added comment for FD_DMA_BUF_ADDR (spr 34045)
change
www.eeworm.com/read/161131/10446784
in fuse.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: fuse
Description: Filesystem in Userspace
Version: @VERSION@
Libs: -L${libdir} -lfuse -lpthread
Cflags: -I${inc
www.eeworm.com/read/424281/10467875
in gsl.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GSL
Description: GNU Scientific Library
Version: @VERSION@
Libs: @GSL_LIBS@ -lgslcblas @LIBS@
Cflags: @GSL_CFLA
www.eeworm.com/read/160660/10510473
v pc.v
module pc(din, clk,rst, ld, inc, dout);
input [5:0]din;
input clk, ld, inc,rst;
output [5:0] dout;
reg [5:0] dout;
always @(posedge clk)
if(rst)
dout=0;
else if(ld)
dout=din;
else if(in
www.eeworm.com/read/160660/10510530
v pc.v
module pc(din, clk, rst,pcload, pcinc, dout);
input[15:0]din;
input clk,rst, pcload, pcinc;
output[15:0]dout;
reg[15:0]dout;
always@(posedge clk or negedge rst)
if(!rst)
begin
dout
www.eeworm.com/read/278700/10518078
txt pc命令.txt
一、发送数据格式
can-outx id=xxxx xx xx xx xx xx xx xx xx CR
t 1 2 3 4 5 6 7 8 9 10
命令解释
t:
其中1、2、3、4、5、6、7、8均为十六进制字节数据,CR为回车。
1、发送该节点的第几个变量,(测量命令为第一个变量)。
2
www.eeworm.com/read/160275/10546533
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/160275/10546556