搜索结果
找到约 479 项符合
scale-free 的查询结果
其他 FREE BARAM TONGFILE SERVER
BARA SERVER FILE
软件 mcp2make 1.0.2
The version of CodeWarrior used in the ARM Development Suite
cannot export projects in makefile format. Manually producing
makefiles from CodeWarrior projects is not an easy task. The
aim of mcp2make is to make the conversion simpler and to require
substantially less effort.
mcp2make is supplied as ...
论文 3D Localization by UWB
Simple 3D Localization of Tag-Free Moving Targets by UWB Radar
UWB定位
源码 RANSAC scale estimation
RANSAC 单模型估计算法。比较简单易懂,模型重构的基础算法,适合新手使用学习
手册 xilinx vcu118 user guide
virtex ultra scale plus 16nm vcu 188 board user guide.
For high speed and ultra scale design prototype.
笔记 模拟 PWM 输出控制灯的 10 个亮度级别
LED 一般是恒流操作的,如何改变 LED 的亮度呢?答案就是 PWM 控制。在一定的
频率的方波中,调整高电平和低电平的占空比,即可实现。比如我们用低电平点亮一个 LED
灯,我们假设把一个频率周期分为 10 个时间等份,如果方波中的高低电平占空比是 9:1,
这是就是一个比较暗的亮度,如果方波中高低电平占空比是 10:0,这时 ...
源码 数据结构实验
#include&nbsp;<stdio.h>&nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp;
&nbsp;&nbsp;
typedef&nbsp;struct&nbsp;node&nbsp;&nbsp;
{&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;struc ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
论文 基于多尺度字典的图像超分辨率重建
Reconstruction- and example-based super-resolution
(SR) methods are promising for restoring a high-resolution
(HR) image from low-resolution (LR) image(s). Under large
magnification, reconstruction-based methods usually fail
to hallucinate visual details while example-based methods
sometimes introdu ...
书籍 Cognitive+Networked+Sensing+and+Big+Data
The idea of writing this book entitled “Cognitive Networked Sensing and Big Data”
started with the plan to write a briefing book on wireless distributed computing
and cognitive sensing. During our research on large-scale cognitive radio network
(and its experimental testbed), we realized that big ...