-
TDOA定位方法
这个源代码是为 3 G 或 2 G 网络与非视距无线定位算法的源码。欢迎大家下载、使用。
- 2023-01-07 23:30:03下载
- 积分:1
-
精品数据结构
// simpleSeq.cpp :
#include //定义在头文件“seqList.h”中
#include
const int defaultSize = 100;
using std::endl;
using std::cerr;
class SeqList{
protected:
int *data; //存放数组
int maxSize; //最大可容纳表项的项数
int last; //当前已存表项的最后位置(从开始)
void reSize(int newSize); //改变data数组空间大小
public:
- 2022-01-20 22:23:56下载
- 积分:1
-
第五章 数组和广义表习题答案
第五章 数组和广义表习题答案-Chapter V arrays and generalized answer Table Exercises
- 2022-04-15 04:44:13下载
- 积分:1
-
介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错...
介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错-introduced in VC editor, by adding assembly language to achieve the mixed programming method and demonstrated the calculation of the ratio of the circumference and very good! !
- 2023-08-02 07:10:02下载
- 积分:1
-
电磁波传播
以麦克斯韦电磁场与电磁波的旋度方程组为理论支持,通过编程来实现电磁波场传播的模拟研究。
- 2022-08-21 15:56:10下载
- 积分:1
-
神经元算法的源程序
神经元算法的实现方法和应用,通过神经元算法生成。txt文件,描述算法过程
- 2023-07-30 02:05:03下载
- 积分:1
-
这是一篇讲述聚类在文本挖掘中的应用的博士论文,个人认为讲述的还是比较细的.
这是一篇讲述聚类在文本挖掘中的应用的博士论文,个人认为讲述的还是比较细的.-This is a talk about clustering in text mining applications in the doctoral thesis, individuals think about the still relatively small.
- 2023-01-26 00:05:04下载
- 积分:1
-
数值算法 RungeKutta
数值算法 RungeKutta-numerical algorithm RungeKutta
- 2023-07-10 22:45:02下载
- 积分:1
-
poj 1523的代码和方法说明,个人原创
poj 1523的代码和方法说明,个人原创
- the codes and solution for poj 1523
- 2022-03-18 16:17:02下载
- 积分:1
-
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!...
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!-ANSYS model can be used to convert to FLAC. Considerable body of practical numerical calculation of geotechnical software partners!
- 2022-08-11 21:00:42下载
- 积分:1