代码搜索:PD协议

找到约 10,000 项符合「PD协议」的源代码

代码结果 10,000
www.eeworm.com/read/19218/826041

c main.c

#define MAIN_C #include "includes.h" /***************************************************/ /*T0工作于计数方式*/ /*计数脉冲从PD4(T0)脚输入*/ /***************************************************/ //数码管字形表 //数码管
www.eeworm.com/read/19242/827085

c main.c

#define MAIN_C #include "includes.h" /***************************************************/ /*T0工作于计数方式*/ /*计数脉冲从PD4(T0)脚输入*/ /***************************************************/ //数码管字形表 //数码管
www.eeworm.com/read/38039/1104011

sdf beige_applet_bottom.sdf

; Applet bottom half layout ; ; 24-Aug-08 L-03-16 Asaf $$1 Created (from PV, then PD) ; [layoutbody] ContentMargins = 4, 0, 4, 3 SizingMargins = 3, 0, 3, 3 ;TextColor = 51 94 168 BackgroundImage =
www.eeworm.com/read/470154/1475753

asp upload_image.asp

www.eeworm.com/read/233522/4669390

sh brainweb.experiment.sh

#!/bin/bash echo /share/bin-linux/insight/bin/KdTreeBasedKmeansBrainWebValidationApp --images /share/work/data/brainweb/brainweb.T1.1mm.0.0.mhd /share/work/data/brainweb/brainweb.PD.1mm.0.0.mhd --mas
www.eeworm.com/read/162614/5528783

c vect-95.c

/* { dg-require-effective-target vect_float } */ #include #include "tree-vect.h" #define N 256 void bar (float *pd, float *pa, float *pb, float *pc) { int i; /* check results: */
www.eeworm.com/read/162614/5528829

c os-vect-95.c

/* { dg-require-effective-target vect_float } */ #include #include "tree-vect.h" #define N 256 void bar (float *pd, float *pa, float *pb, float *pc) { int i; /* check results: */
www.eeworm.com/read/290808/3971042

c cleanup.c

#include "udpcksum.h" /* include cleanup */ void cleanup(int signo) { struct pcap_stat stat; putc('\n', stdout); if (verbose) { if (pcap_stats(pd, &stat) < 0) err_quit("pcap_stats: %s\n", p
www.eeworm.com/read/451028/1668162

extra entries.extra

/ap_pddrm.XCL//// /ap_pddrm.apc//// /ap_pddrm.dtp//// /ap_pddrm.hex//// /ap_pddrm.prj//// /pd.h//// /pddrm.ap//// /pddrm.c//// /pddrm_2l.c////
www.eeworm.com/read/442486/1759860

java test.java

public class Test{ public static void main(String[] args){ Point pi = new Point(20,40); pi.setX(pi.getX() + 100); pi.showInfo(); Point pd = new Point