代码搜索:zd

找到约 1,656 项符合「zd」的源代码

代码结果 1,656
www.eeworm.com/read/113637/15452125

~dpr cy.~dpr

program cy; uses Forms, frmMain in 'frmMain.pas' {MainForm}, dataModule in 'dataModule.pas' {DM: TDataModule}, frmMenu in 'frmMenu.pas' {MenuForm}, frmTable in 'frmTable.pas' {TableF
www.eeworm.com/read/113637/15452129

dpr cy.dpr

program cy; uses Forms, frmMain in 'frmMain.pas' {MainForm}, dataModule in 'dataModule.pas' {DM: TDataModule}, frmMenu in 'frmMenu.pas' {MenuForm}, frmTable in 'frmTable.pas' {TableF
www.eeworm.com/read/297175/8048534

h zydas_common.h

#ifndef ZYDAS_COMMON_H #define ZYDAS_COMMON_H #define ZD_IOCTL_WPA (SIOCDEVPRIVATE + 1) #define ZD_IOCTL_PARAM (SIOCDEVPRIVATE + 2) #define ZD_IOCTL_GETWPAIE (SIOCDEVPRIVATE + 3)
www.eeworm.com/read/359581/10135420

c sizeof.c

// sizeof.c -- uses sizeof operator // uses C99 %z modifier -- try %u or %lu if you lack %zd #include int main(void) { int n = 0; size_t intsize; intsize = sizeof (in
www.eeworm.com/read/356874/10219939

c sizeof.c

// sizeof.c -- uses sizeof operator // uses C99 %z modifier -- try %u or %lu if you lack %zd #include int main(void) { int n = 0; size_t intsize; intsize = sizeof (in
www.eeworm.com/read/356270/10233221

asp inc_common.asp

//============================================================ // Copyright 2006-2007 VAL/ZYI. All Rights Reserved. //==============================
www.eeworm.com/read/356270/10233225

asp global.asp

www.eeworm.com/read/421785/10699103

c sizeof.c

// sizeof.c -- uses sizeof operator // uses C99 %z modifier -- try %u or %lu if you lack %zd #include int main(void) { int n = 0; size_t intsize; intsize = sizeof (in
www.eeworm.com/read/272953/10935712

m exn546a.m

%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-4-6程序a % 三重积分的积分区域绘制 % 西安电子科技大学出版社出版 陈怀琛编著 2007年5月 % %本程序给出由x=1,y=x,z=xy三个曲面以及z=0坐标平面围成的积分区域. clear, close all [x,y]=meshgrid(0:.05:1); % 确定计算和绘图的定义域网格 z
www.eeworm.com/read/272953/10935754

m exn545a.m

%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-4-5a % 画积分区域的程序 % 西安电子科技大学出版 陈怀琛著 2007年7月 % %本程序给出由x=1,y=x,z=xy三个曲面以及z=0坐标平面围成的积分区域. clear, close all [x,y]=meshgrid(0:.05:1); % 确定计算和绘图的定义域网格 z1=x.*y.*