代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/340916/12122491
h order.h
// Stores the data for a new order
#pragma once
class COrder
{
public:
// Data members same as fields in COrderSet
long m_OrderID;
CString m_CustomerID;
long m_EmployeeID;
CTime m
www.eeworm.com/read/340916/12122559
h order.h
// Stores the data for a new order
#pragma once
class COrder
{
public:
// Data members same as fields in COrderSet
long m_OrderID;
CString m_CustomerID;
long m_EmployeeID;
CTime m
www.eeworm.com/read/340916/12122633
h order.h
// Stores the data for a new order
#pragma once
class COrder
{
public:
// Data members same as fields in COrderSet
long m_OrderID;
CString m_CustomerID;
long m_EmployeeID;
CTime m
www.eeworm.com/read/340916/12123809
h order.h
// Stores the data for a new order
#pragma once
class COrder
{
public:
// Data members same as fields in COrderSet
long m_OrderID;
CString m_CustomerID;
long m_EmployeeID;
CTime m
www.eeworm.com/read/340730/12137842
m fiber_tm_mode.m
% This example shows how to calculate the TM_01 mode of a step-index
% fiber. The magnetic field for the TM_01 mode is azimuthally
% symmetric, which means that both Hx and Hy are of the same
% ma
www.eeworm.com/read/151211/12229812
txt 63.txt
一个Format函数
A new Format function
Visual Basic 5 has the Format command that almost works the same as Print. The difference is that Format shortens the output string length if all the format chara
www.eeworm.com/read/339483/12230401
sh ex53.sh
#!/bin/bash
# Using "seq"
echo
for a in `seq 80` # or for a in $( seq 80 )
# Same as for a in 1 2 3 4 5 ... 80 (saves much typing!).
# May also use 'jot' (if present on system).
do
echo -n
www.eeworm.com/read/151143/12232524
m add_parameter.m
function structure=add_parameter(structure,value,info)
% Add parameter to a structure; replace it if it already exists (same as "set_parameter")
% Written by: E. R.: September 12, 2003
% Last updat
www.eeworm.com/read/251092/12364825
txt java web start 1.0 developer's guide (2).txt
作者:diego lynn
日期:2001-3-25 10:54:32
Application Development Considerations
Developing applications that can be deployed with Java Web Start are generally the same as developing a stand-alone applic
www.eeworm.com/read/250648/12394416
m qam.m
% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier)
% when they transmit the same # of bits in a given time period
setup
read % read data for QAM - does not affect OFDM
dat