代码搜索:匹配方式

找到约 10,000 项符合「匹配方式」的源代码

代码结果 10,000
www.eeworm.com/read/424284/10466769

h jiang.h

#ifndef _jiang_h #define _jiang_h /******************************************************************** VIIC_C51.h 此程序是I2C 操作平台(主方式的软件平台)的底层的C 子程序,如发送数据 及接收数据,应
www.eeworm.com/read/278828/10503752

pas umainform.pas

{ * * * 文件名称:uMainForm.pas * 文件类别:delphi 代码文件 * * 文件版本:0.1 * 作 者:俞伟 * 完成时间;2008-01-28 * 联系方式: yu924@hotmail.com * QQ: 183088201 * * } unit uMainForm; interface uses W
www.eeworm.com/read/424004/10507369

cpp ex4_4.cpp

//【例4.4】采用不同返回方式的求正方形面积函数的比较。 #include using namespace std; double temp; double fsqr1(double a){ temp=a*a ; return temp; } double & fsqr2(double a){ temp=a*a ; return temp; } i
www.eeworm.com/read/276983/10690494

cpp p1-92.cpp

#include #include #include #include void main(void) { //声明变量 int i; char ch; FILE *fp1; //以写入方式打开d.dat文件 if ((fp1=fopen("
www.eeworm.com/read/275154/10834410

bas (公交换乘)direct.bas

Attribute VB_Name = "ModuleDirect" '直接到达方式的求取 Public Sub Direct(StationNum1 As Integer, StationNum2 As Integer) Dim i, j, k, m As Integer Dim tol1, tol2, tol3 As Integer Dim tol
www.eeworm.com/read/273406/10918334

java stringexample.java

//: StringExample.java //package g3ds.joop.ch3; public class StringExample{ public static void main(String[] args) { //字符串快速创建方式,直接访问字符串常量池 String hello = "Hello", lo = "lo"; Syst
www.eeworm.com/read/273265/10921755

cpp ex4_4.cpp

//【例4.4】采用不同返回方式的求正方形面积函数的比较。 #include using namespace std; double temp; double fsqr1(double a){ temp=a*a ; return temp; } double & fsqr2(double a){ temp=a*a ; return temp; } i
www.eeworm.com/read/272824/10942886

cpp p1-92.cpp

#include #include #include #include void main(void) { //声明变量 int i; char ch; FILE *fp1; //以写入方式打开d.dat文件 if ((fp1=fopen("
www.eeworm.com/read/417649/10981900

asp function.asp

www.eeworm.com/read/417649/10981907

asp foot.asp