-
AOA_TOAc语言改进代码
资源描述用c语言完成的AOA_TOA改进算法 .现在网上大部分的无线定位算法的实现都是通过MATLAB完成的,这这一版的代码是通过c语言啦完成的,对研究算法而非搞硬件技术的人来说非常的实用。
- 2022-02-16 07:34:30下载
- 积分:1
-
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS...
本题的算法中涉及的三个函数:
double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。
void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。
void div(int p[])
void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。
最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
- 2022-01-30 11:44:24下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
acm essential knowledge, explain in detail the tree line, in the hope that usefu...
acm必备知识,线段树的详细讲解,希望对你有用-acm essential knowledge, explain in detail the tree line, in the hope that useful to you
- 2023-08-14 14:50:02下载
- 积分:1
-
机器人避障
简单的机器人避障算法,使用的是虚拟力场的方法。附有效果截图。对于机器人路径规划的初学者会有帮助。代码简单易懂,可以自己设定障碍物的位置。
- 2022-08-23 07:06:07下载
- 积分:1
-
Matlab Numerical Computing, the whole book pdf+ code, in English
Matlab 的Numerical Computing,全书pdf+全代码,英文版-Matlab Numerical Computing, the whole book pdf+ code, in English
- 2022-03-11 17:03:27下载
- 积分:1
-
C #导入Excel工具是一个更有用的工具!
C#导入EXCEL的工具,是一个比较好用的辅助工具!-C# Import EXCEL tool is a more useful tool!
- 2022-05-20 02:55:24下载
- 积分:1
-
实验目的:用Lingo软件求解整数线性规划问题。
实验内容:
已知某个中型百货商场对售货人员的需求经统计如下表,实现工作的安排...
实验目的:用Lingo软件求解整数线性规划问题。
实验内容:
已知某个中型百货商场对售货人员的需求经统计如下表,实现工作的安排-Experimental Objective: Lingo software for solving integer linear programming problem.
Experiment content:
Are known to a medium-sized department store sales personnel, the demand for statistics by the following table to realize the work arrangements
- 2022-01-26 03:03:01下载
- 积分:1
-
沉积快速傅立叶变换算法
快速敷里叶变换算法 图形显示-deposited fast Fourier transform algorithm graphics
- 2022-11-29 15:00:03下载
- 积分:1
-
非线性方程求解例子
非线性方程求解例子--Examples of Non Linear equation`s solution
- 2023-04-02 18:45:03下载
- 积分:1