代码搜索:CArray

找到约 509 项符合「CArray」的源代码

代码结果 509
www.eeworm.com/read/213052/15143481

txt ols.txt

//最小二乘法曲线拟合 typedef CArrayCDoubleArray; BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A) { //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N
www.eeworm.com/read/391548/8397469

cpp funccode.cpp

/*---------------------------------------------------------------------------- 文 件:USB下载器HEX文件读写. 功 能:提供下载过程的HEX文件读写. 时 间:2008-2 备 注:此文件转自EasyISP2.0 百强电子世界网http://www.bqmcu.com.cn 飞雪浪子 QQ:57073
www.eeworm.com/read/291130/8440369

cpp funccode.cpp

#include "FuncCode.h" #include "StdAfx.h" int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k { //pHex指向的缓存必须以0结尾 CString strHex; CArray* pByteArray=NULL; CArray
www.eeworm.com/read/381073/9111409

cpp funccode.cpp

#include "FuncCode.h" #include "StdAfx.h" int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k { //pHex指向的缓存必须以0结尾 CString strHex; CArray* pByteArray=NULL; CArray
www.eeworm.com/read/183848/9134895

cpp funccode.cpp

#include "FuncCode.h" #include "StdAfx.h" int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k { //pHex指向的缓存必须以0结尾 CString strHex; CArray* pByteArray=NULL; CArray
www.eeworm.com/read/365849/9843749

m cell2str.m

function str=cell2str(carray) % Sorry, I didn't have enough time to write nice and documented GUI code. % Toolbox for nonlinear filtering. % Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/166293/10024945

h robotforage.h

////////////////////////////////////////////////////////////////////// // MuRoS - Multi Robot Simulator // // Luiz Chaimowicz // GRASP Lab. University of Pennsylvania // VERLab - DCC - UFMG - Bra
www.eeworm.com/read/361882/10030212

cpp funccode.cpp

#include "FuncCode.h" #include "StdAfx.h" int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k { //pHex指向的缓存必须以0结尾 CString strHex; CArray* pByteArray=NULL; CArray
www.eeworm.com/read/350714/10717203

cpp funccode.cpp

#include "FuncCode.h" #include "StdAfx.h" int HexToBin(char* pHex,BYTE* pBin)//pBin指向的缓存必须不小于64k { //pHex指向的缓存必须以0结尾 CString strHex; CArray* pByteArray=NULL; CArray
www.eeworm.com/read/416938/11009246

txt collections.txt

The Short and Dirty on Template Collections =============================================================================== A Word From Microsoft: The nontemplate collection classes have been p