代码搜索:zd
找到约 1,656 项符合「zd」的源代码
代码结果 1,656
www.eeworm.com/read/293299/8300968
zdconfig
#CONFIG_CARDBUS=y
#CONFIG_PCI=y
#CONFIG_ZD1202=y
CONFIG_USB=y
CONFIG_ZD1211=y
www.eeworm.com/read/293269/8303129
c winevl_bridge.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/293269/8303152
c zdreq.c
/* src/zdreq.c
*
*
*
* Copyright (C) 2004 ZyDAS Inc. All Rights Reserved.
* --------------------------------------------------------------------
*
*
*
* The contents of this file are subje
www.eeworm.com/read/148255/12480474
m ex544a.m
%《MATLAB及其在理工课程中的应用指南》第五章例5-4-4中画积分区域的程序
% 西安电子科技大学出版社出版 陈怀琛编著 1999年10月初版,2004年11月第二版
%
%本程序给出由x=1,y=x,z=xy三个曲面以及z=0坐标平面围成的积分区域.
[x,y]=meshgrid(0:.05:1);% 确定计算和绘图的定义域网格
z1=x.*y;z2=zeros(size(z1)
www.eeworm.com/read/235145/14083554
c winevl_bridge.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/235145/14083567
c zdreq.c
/* src/zdreq.c
*
*
*
* Copyright (C) 2004 ZyDAS Inc. All Rights Reserved.
* --------------------------------------------------------------------
*
*
*
* The contents of this file are subje
www.eeworm.com/read/297175/8048645
c zdmisc.c
#include "zdtypes.h"
#include "zdos.h"
U16 zd_get_LE_U16(U8 *p)
{
if(p == NULL)
{
printk("In %s, *p is NULL\n", __FUNCTION__);
return 0;
}
return *p + ((*(p+1))
www.eeworm.com/read/241927/13108658
makefile
#
# .zd1211 - USB2.0 802.11b/g driver for Zydas ZD1211 chipsets
#
#
#
CC=gcc
CPP=g++
LD=ld
rM=rm -f -r
# if the kernel is 2.6.x, trun on this
KERN_26=y
KERNEL_SOURCE=/usr/src/linux-2.6.
www.eeworm.com/read/241927/13108960
c zdusb.c
/* src/zdusb.c
*
* Implements the functions of the ZyDAS zd1211 MAC
*
* Copyright (C) 2004 ZyDAS Inc. All Rights Reserved.
* --------------------------------------------------------------------