代码搜索:CArray
找到约 509 项符合「CArray」的源代码
代码结果 509
www.eeworm.com/read/360799/2959470
java printstd.java
class PrintStd{
public static void main(String[] args){
String s="Hello";
int i=23;
long l=6628888;
double d=35.57d;
float f=8789.28f;
boolean b=false;
char c='G';
char[] cArray={'m',
www.eeworm.com/read/245815/12779945
txt 曲线拟合算法.txt
class CFoldPoint
{public:
double X; double Y;
};
typedef CTypedPtrList CFoldPointList;
typedef CArray CDoubleArray;
三个函数,SPLine 调用另外两个。用时候直接调用SPLine函数,入口pList是已知离散点链表,pDes
www.eeworm.com/read/335183/12546642
cpp femarix.cpp
#include "StdAfx.h"
#include "FeMarix.h"
#include ".\femarix.h"
CFeMarix::CFeMarix()
{
}
CFeMarix::CFeMarix(long m_lNIn,CArray& m_lMarixBandIn)
{
m_lN = m_lNIn;
Init(m_lN, m_lMar
www.eeworm.com/read/164348/5496419
entries
/Umakefil/1.2.42.3/Fri Jul 9 01:46:00 2004//Thxclient_1_4_2_neptunex
/buffer.cpp/1.4.32.3/Fri Jul 9 01:46:00 2004//Thxclient_1_4_2_neptunex
/carray.cpp/1.3.28.3/Fri Jul 9 01:46:00 2004//Thxclient
www.eeworm.com/read/164348/5496264
dep hxstack.dep
thumb-rel32\obj\ucontlib\hxstack.obj: "hxstack.cpp"
thumb-rel32\obj\ucontlib\hxstack.obj: ".\pub\hxstack.h"
thumb-rel32\obj\ucontlib\hxstack.obj: ".\pub\carray.h"
thumb-rel32\obj\ucontlib\hxstack.o
www.eeworm.com/read/132069/5924614
entries
/Umakefil/1.2/Fri Feb 7 01:01:58 2003//Thxclient_1_4_1_neptunex
/buffer.cpp/1.4/Thu May 1 16:15:39 2003//Thxclient_1_4_1_neptunex
/carray.cpp/1.3/Sat Aug 9 17:11:40 2003//Thxclient_1_4_1_neptunex
www.eeworm.com/read/164348/5496285
dep-flist hxstack.dep-flist
hxstack.cpp
.\pub\hxstack.h
.\pub\carray.h
..\include\hxcom.h
..\include\hxtypes.h
C:\Symbian\6.1\SERIES60\EPOC32\include\e32def.h
C:\Symbian\6.1\SERIES60\EPOC32\include\e32std.h
C:\Symbian\6.1
www.eeworm.com/read/102552/15772962
htm subject_50736.htm
序号:50736 发表者:songsyb 发表日期:2003-08-26 10:09:10
主题:CArray与CList的问题
内容:我在程序中写了下面一段代码:/*typedef vertex{// int a; int ncount;}VERTEX;
www.eeworm.com/read/101790/15809161
htm subject_50736.htm
序号:50736 发表者:songsyb 发表日期:2003-08-26 10:09:10
主题:CArray与CList的问题
内容:我在程序中写了下面一段代码:/*typedef vertex{// int a; int ncount;}VERTEX;
www.eeworm.com/read/368961/9671159
h darray.h
/*轻型模板数组
提供与VC CArray类相似的功能,
可以自动增大,按下标访问元素,
符合数据结构--线性表规范,同时提供VC风格的编程接口*/
#ifndef DARRAY_H
#define DARRAY_H
template
class DArray
{
protected:
ADT *Head; //头