871 lines
46 KiB
HTML
871 lines
46 KiB
HTML
|
||
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<title>华为AI隔空交互技术概念报告</title>
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
|
||
<!-- Font Awesome Icons -->
|
||
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
|
||
<!-- Tailwind CSS -->
|
||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||
<!-- DaisyUI -->
|
||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.min.css" rel="stylesheet" type="text/css" />
|
||
<style>
|
||
body {
|
||
font-family: 'Inter', sans-serif;
|
||
}
|
||
.gradient-bg {
|
||
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
|
||
}
|
||
.card-hover {
|
||
transition: all 0.3s ease;
|
||
}
|
||
.card-hover:hover {
|
||
transform: translateY(-5px);
|
||
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
|
||
}
|
||
.timeline-dot {
|
||
position: relative;
|
||
}
|
||
.timeline-dot::before {
|
||
content: '';
|
||
position: absolute;
|
||
width: 16px;
|
||
height: 16px;
|
||
border-radius: 50%;
|
||
background-color: #3b82f6;
|
||
top: 5px;
|
||
left: -8px;
|
||
}
|
||
.timeline-line {
|
||
position: absolute;
|
||
width: 2px;
|
||
background-color: #e5e7eb;
|
||
top: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
}
|
||
.tech-badge {
|
||
background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 100%);
|
||
}
|
||
#particles-js {
|
||
position: fixed;
|
||
width: 100%;
|
||
height: 100%;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: -1;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-50">
|
||
<div id="particles-js"></div>
|
||
|
||
<div class="container mx-auto px-4 py-8 max-w-7xl">
|
||
<!-- Header -->
|
||
<div class="text-center mb-12">
|
||
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">华为AI隔空交互技术</h1>
|
||
<p class="text-xl text-gray-600 max-w-3xl mx-auto">从手势识别到多模态交互生态的全面解析</p>
|
||
<div class="mt-6 flex justify-center space-x-4">
|
||
<span class="px-4 py-2 bg-blue-100 text-blue-800 rounded-full text-sm font-medium">AI手势识别</span>
|
||
<span class="px-4 py-2 bg-purple-100 text-purple-800 rounded-full text-sm font-medium">UWB技术</span>
|
||
<span class="px-4 py-2 bg-indigo-100 text-indigo-800 rounded-full text-sm font-medium">毫米波雷达</span>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 概念事件 -->
|
||
<div class="card bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-calendar-alt text-blue-600 mr-3"></i>概念事件
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="space-y-4">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
|
||
<span class="text-blue-600 font-bold">1</span>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-gray-800">2024年11月25日</h3>
|
||
<p class="text-gray-600">华为Mate70系列预热视频首次展示"AI隔空传送"功能,用户通过"抓握-释放"手势实现跨设备文件流转</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
|
||
<span class="text-blue-600 font-bold">2</span>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-gray-800">2024年12月</h3>
|
||
<p class="text-gray-600">鸿蒙智家升级"人来灯亮2.0",通过24GHz毫米波雷达+AI算法实现无感控灯</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="space-y-4">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
|
||
<span class="text-blue-600 font-bold">3</span>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-gray-800">2025年3月</h3>
|
||
<p class="text-gray-600">华为Pura X系列发布AI眼动翻页功能,眼球追踪技术替代触控操作</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
|
||
<span class="text-blue-600 font-bold">4</span>
|
||
</div>
|
||
<div>
|
||
<h3 class="font-semibold text-gray-800">2025年6月</h3>
|
||
<p class="text-gray-600">享界S9增程版落地隔空召唤泊车,手势控制车辆泊出/后备箱开启</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-8">
|
||
<h3 class="font-semibold text-gray-800 mb-4">技术演进时间轴</h3>
|
||
<div class="relative pl-8">
|
||
<div class="timeline-line"></div>
|
||
<div class="space-y-6">
|
||
<div class="timeline-dot pl-6">
|
||
<div class="font-semibold text-gray-800">2023.09</div>
|
||
<div class="text-gray-600">智慧屏V5 Pro首创"灵犀隔空触控"(激光笔级精度)</div>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="font-semibold text-gray-800">2024.11</div>
|
||
<div class="text-gray-600">Mate70系列AI隔空传送(手势+UWB跨设备)</div>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="font-semibold text-gray-800">2024.12</div>
|
||
<div class="text-gray-600">鸿蒙智家无感控灯(毫米波雷达+AI场景生成)</div>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="font-semibold text-gray-800">2025.03</div>
|
||
<div class="text-gray-600">Pura X眼动交互(眼球追踪替代触控)</div>
|
||
</div>
|
||
<div class="timeline-dot pl-6">
|
||
<div class="font-semibold text-gray-800">2025.06</div>
|
||
<div class="text-gray-600">享界S9手势泊车(车端UWB+视觉融合)</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心观点摘要 -->
|
||
<div class="card bg-gradient-to-r from-blue-600 to-indigo-700 rounded-xl shadow-lg p-6 mb-8 text-white">
|
||
<h2 class="text-2xl font-bold mb-6 flex items-center">
|
||
<i class="fas fa-lightbulb mr-3"></i>核心观点摘要
|
||
</h2>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-4">
|
||
<h3 class="font-bold text-lg mb-2">阶段判断</h3>
|
||
<p class="text-sm">技术已从概念验证进入场景落地期,华为通过"手机-家居-汽车"全场景渗透,构建手势+UWB+毫米波雷达的多模态交互生态</p>
|
||
</div>
|
||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-4">
|
||
<h3 class="font-bold text-lg mb-2">核心驱动力</h3>
|
||
<p class="text-sm">硬件成本下降(UWB模组降至50美元以下)+鸿蒙生态协同(跨设备协议统一)+AI算法优化(手势识别准确率>98%)</p>
|
||
</div>
|
||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-4">
|
||
<h3 class="font-bold text-lg mb-2">未来潜力</h3>
|
||
<p class="text-sm">2030年市场规模或超千亿级(国联策略预测),但需突破续航(当前<4小时)和隐私伦理瓶颈</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 核心逻辑与市场认知 -->
|
||
<div class="card bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-brain text-purple-600 mr-3"></i>核心逻辑与市场认知分析
|
||
</h2>
|
||
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4">核心驱动力</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="border-l-4 border-blue-500 pl-4 py-2">
|
||
<h4 class="font-semibold text-gray-800">技术突破</h4>
|
||
<ul class="mt-2 text-gray-600 text-sm space-y-1">
|
||
<li>• UWB+TOF融合:毫米级手势追踪</li>
|
||
<li>• 延迟<10ms的跨设备传输</li>
|
||
<li>• 毫米波雷达成本降至200元级</li>
|
||
</ul>
|
||
</div>
|
||
<div class="border-l-4 border-purple-500 pl-4 py-2">
|
||
<h4 class="font-semibold text-gray-800">生态协同</h4>
|
||
<ul class="mt-2 text-gray-600 text-sm space-y-1">
|
||
<li>• 鸿蒙NEXT统一协议栈</li>
|
||
<li>• 一次开发多端部署</li>
|
||
<li>• 手机手势直接控制智慧屏</li>
|
||
</ul>
|
||
</div>
|
||
<div class="border-l-4 border-indigo-500 pl-4 py-2">
|
||
<h4 class="font-semibold text-gray-800">需求场景</h4>
|
||
<ul class="mt-2 text-gray-600 text-sm space-y-1">
|
||
<li>• B端:汽车手势泊车、工业无接触操控</li>
|
||
<li>• C端:健康监测、无障碍交互</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4">市场热度与情绪</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<h4 class="font-semibold text-gray-800 mb-2">热度指标</h4>
|
||
<div class="space-y-3">
|
||
<div>
|
||
<div class="flex justify-between text-sm mb-1">
|
||
<span class="text-gray-600">微博话题阅读量</span>
|
||
<span class="font-medium">2.3亿</span>
|
||
</div>
|
||
<div class="w-full bg-gray-200 rounded-full h-2">
|
||
<div class="bg-blue-600 h-2 rounded-full" style="width: 85%"></div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="flex justify-between text-sm mb-1">
|
||
<span class="text-gray-600">抖音视频播放量</span>
|
||
<span class="font-medium">1.8亿次</span>
|
||
</div>
|
||
<div class="w-full bg-gray-200 rounded-full h-2">
|
||
<div class="bg-purple-600 h-2 rounded-full" style="width: 75%"></div>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="flex justify-between text-sm mb-1">
|
||
<span class="text-gray-600">券商专题报告</span>
|
||
<span class="font-medium">5家</span>
|
||
</div>
|
||
<div class="w-full bg-gray-200 rounded-full h-2">
|
||
<div class="bg-indigo-600 h-2 rounded-full" style="width: 60%"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-gray-50 rounded-lg p-4">
|
||
<h4 class="font-semibold text-gray-800 mb-2">情绪分歧</h4>
|
||
<div class="space-y-3">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-6 h-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5">
|
||
<i class="fas fa-arrow-up text-green-600 text-xs"></i>
|
||
</div>
|
||
<div>
|
||
<h5 class="font-medium text-gray-800">乐观派</h5>
|
||
<p class="text-sm text-gray-600">认为将复制AirDrop生态(苹果2023年AirDrop传输量超100亿次)</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-6 h-6 rounded-full bg-yellow-100 flex items-center justify-center mr-2 mt-0.5">
|
||
<i class="fas fa-minus text-yellow-600 text-xs"></i>
|
||
</div>
|
||
<div>
|
||
<h5 class="font-medium text-gray-800">谨慎派</h5>
|
||
<p class="text-sm text-gray-600">担忧手势误触率(当前3%-5%)和隐私泄露(毫米波雷达可穿透墙壁)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4">预期差</h3>
|
||
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 rounded">
|
||
<div class="flex">
|
||
<div class="flex-shrink-0">
|
||
<i class="fas fa-exclamation-triangle text-yellow-400"></i>
|
||
</div>
|
||
<div class="ml-3">
|
||
<h4 class="font-medium text-gray-800">被忽略的关键点</h4>
|
||
<ul class="mt-2 text-sm text-gray-600 list-disc pl-5 space-y-1">
|
||
<li>ToB场景进展超预期(如宝马工厂已测试手势控制机械臂),但市场仍聚焦消费电子</li>
|
||
<li>政策催化:2025年工信部将发布《手势交互技术标准》,或加速行业规范化</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关键催化剂与未来发展路径 -->
|
||
<div class="card bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-rocket text-red-600 mr-3"></i>关键催化剂与未来发展路径
|
||
</h2>
|
||
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4">近期催化剂(3-6个月)</h3>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||
<div class="bg-blue-50 rounded-lg p-4 border border-blue-100">
|
||
<div class="text-blue-600 font-bold mb-2">2025年9月</div>
|
||
<p class="text-gray-700">华为开发者大会(HDC)将发布鸿蒙6.0,升级跨设备手势协议(支持第三方APP接入)</p>
|
||
</div>
|
||
<div class="bg-purple-50 rounded-lg p-4 border border-purple-100">
|
||
<div class="text-purple-600 font-bold mb-2">2025年10月</div>
|
||
<p class="text-gray-700">特斯拉Optimus工厂版或引入华为UWB模组(供应链调研显示已送样)</p>
|
||
</div>
|
||
<div class="bg-indigo-50 rounded-lg p-4 border border-indigo-100">
|
||
<div class="text-indigo-600 font-bold mb-2">2025年11月</div>
|
||
<p class="text-gray-700">中国移动5.5G商用(上行1Gbps),解决手势交互云端延迟问题</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4">长期发展路径</h3>
|
||
<div class="space-y-6">
|
||
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 rounded-lg p-5 border border-blue-100">
|
||
<div class="flex items-center mb-3">
|
||
<div class="w-8 h-8 rounded-full bg-blue-600 text-white flex items-center justify-center font-bold mr-3">1</div>
|
||
<h4 class="font-bold text-gray-800">2025-2026:场景扩展期</h4>
|
||
</div>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 pl-11">
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">手机</h5>
|
||
<p class="text-sm text-gray-600">AI隔空传送成为旗舰标配(渗透率30%)</p>
|
||
</div>
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">汽车</h5>
|
||
<p class="text-sm text-gray-600">手势泊车覆盖20万+车型(比亚迪、奇瑞已测试)</p>
|
||
</div>
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">家居</h5>
|
||
<p class="text-sm text-gray-600">毫米波雷达模组成本降至100元(2024年200元)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-gradient-to-r from-purple-50 to-pink-50 rounded-lg p-5 border border-purple-100">
|
||
<div class="flex items-center mb-3">
|
||
<div class="w-8 h-8 rounded-full bg-purple-600 text-white flex items-center justify-center font-bold mr-3">2</div>
|
||
<h4 class="font-bold text-gray-800">2027-2028:生态成熟期</h4>
|
||
</div>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 pl-11">
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">标准统一</h5>
|
||
<p class="text-sm text-gray-600">工信部手势交互国标落地</p>
|
||
</div>
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">硬件突破</h5>
|
||
<p class="text-sm text-gray-600">UWB+星闪融合芯片量产(功耗降低50%)</p>
|
||
</div>
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">杀手级应用</h5>
|
||
<p class="text-sm text-gray-600">AR眼镜隔空操控(华为已申请相关专利)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-gradient-to-r from-indigo-50 to-blue-50 rounded-lg p-5 border border-indigo-100">
|
||
<div class="flex items-center mb-3">
|
||
<div class="w-8 h-8 rounded-full bg-indigo-600 text-white flex items-center justify-center font-bold mr-3">3</div>
|
||
<h4 class="font-bold text-gray-800">2029-2030:规模爆发期</h4>
|
||
</div>
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 pl-11">
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">出货量</h5>
|
||
<p class="text-sm text-gray-600">AI交互设备年出货超8000万台(国联策略预测)</p>
|
||
</div>
|
||
<div class="bg-white rounded p-3 shadow-sm">
|
||
<h5 class="font-medium text-gray-800 mb-1">市场规模</h5>
|
||
<p class="text-sm text-gray-600">全产业链规模破千亿(硬件60%+软件40%)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 产业链与核心公司 -->
|
||
<div class="card bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-sitemap text-green-600 mr-3"></i>产业链与核心公司深度剖析
|
||
</h2>
|
||
|
||
<div class="mb-8">
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4">产业链图谱</h3>
|
||
<div class="bg-gray-50 rounded-lg p-6">
|
||
<div class="space-y-6">
|
||
<div>
|
||
<h4 class="font-bold text-gray-800 mb-3 flex items-center">
|
||
<span class="w-6 h-6 rounded-full bg-blue-600 text-white flex items-center justify-center text-xs mr-2">上</span>
|
||
上游(硬件)
|
||
</h4>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 pl-8">
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">UWB芯片</h5>
|
||
<p class="text-sm text-gray-600">浩云科技(UWB腕带+)、云里物里(蓝牙+UWB融合)</p>
|
||
</div>
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">毫米波雷达</h5>
|
||
<p class="text-sm text-gray-600">秋田微(10mm高精度手势识别)</p>
|
||
</div>
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">滤光片</h5>
|
||
<p class="text-sm text-gray-600">五方光电(生物识别滤光片供货华为,全球市占率20%)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h4 class="font-bold text-gray-800 mb-3 flex items-center">
|
||
<span class="w-6 h-6 rounded-full bg-purple-600 text-white flex items-center justify-center text-xs mr-2">中</span>
|
||
中游(模组/算法)
|
||
</h4>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 pl-8">
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">手势算法</h5>
|
||
<p class="text-sm text-gray-600">魅视科技(AI体感控制调度技术)</p>
|
||
</div>
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">系统集成</h5>
|
||
<p class="text-sm text-gray-600">中科创达(UWB车载前装方案)</p>
|
||
</div>
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">鸿蒙生态</h5>
|
||
<p class="text-sm text-gray-600">软通动力(原生应用适配)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h4 class="font-bold text-gray-800 mb-3 flex items-center">
|
||
<span class="w-6 h-6 rounded-full bg-indigo-600 text-white flex items-center justify-center text-xs mr-2">下</span>
|
||
下游(终端/场景)
|
||
</h4>
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 pl-8">
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">手机</h5>
|
||
<p class="text-sm text-gray-600">华为Mate系列(AI隔空传送首发)</p>
|
||
</div>
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">汽车</h5>
|
||
<p class="text-sm text-gray-600">享界S9(手势泊车已落地)</p>
|
||
</div>
|
||
<div class="bg-white rounded-lg p-4 border border-gray-200">
|
||
<h5 class="font-semibold text-gray-800 mb-2">家居</h5>
|
||
<p class="text-sm text-gray-600">鸿蒙智家(无感控灯2.0)</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4">核心玩家对比</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<thead>
|
||
<tr class="bg-gray-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">竞争优势</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险点</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">五方光电</td>
|
||
<td class="py-3 px-4 text-gray-700">华为滤光片独家供应商,技术壁垒高</td>
|
||
<td class="py-3 px-4 text-gray-700">过度依赖单一客户(华为占比>50%)</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">浩云科技</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB司法级应用龙头,拓展至消费电子</td>
|
||
<td class="py-3 px-4 text-gray-700">订单落地节奏慢于预期</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">秋田微</td>
|
||
<td class="py-3 px-4 text-gray-700">毫米波雷达手势识别精度达10mm</td>
|
||
<td class="py-3 px-4 text-gray-700">消费电子需求波动</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">中科创达</td>
|
||
<td class="py-3 px-4 text-gray-700">车载UWB方案已获比亚迪定点</td>
|
||
<td class="py-3 px-4 text-gray-700">竞争加剧导致毛利率下滑</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
<div class="mt-6 grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<div class="bg-green-50 rounded-lg p-4 border border-green-200">
|
||
<h4 class="font-semibold text-gray-800 mb-2 flex items-center">
|
||
<i class="fas fa-check-circle text-green-600 mr-2"></i>验证
|
||
</h4>
|
||
<p class="text-sm text-gray-700">华为Mate70系列预售量超300万台(供应链数据),带动五方光电Q4订单环比增长200%</p>
|
||
</div>
|
||
<div class="bg-red-50 rounded-lg p-4 border border-red-200">
|
||
<h4 class="font-semibold text-gray-800 mb-2 flex items-center">
|
||
<i class="fas fa-times-circle text-red-600 mr-2"></i>证伪
|
||
</h4>
|
||
<p class="text-sm text-gray-700">某研报称"UWB将替代蓝牙",但实测显示功耗仍高3倍,短期难以全面替代</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 潜在风险与挑战 -->
|
||
<div class="card bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-exclamation-triangle text-yellow-600 mr-3"></i>潜在风险与挑战
|
||
</h2>
|
||
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<thead>
|
||
<tr class="bg-gray-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险类型</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">具体表现</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">应对策略</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">技术瓶颈</td>
|
||
<td class="py-3 px-4 text-gray-700">手势识别误触率3%-5%(夜间场景更高)</td>
|
||
<td class="py-3 px-4 text-gray-700">算法迭代+多传感器融合</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">商业化</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB模组成本50美元(高端机专属)</td>
|
||
<td class="py-3 px-4 text-gray-700">规模化降本(目标2026年<30美元)</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">政策风险</td>
|
||
<td class="py-3 px-4 text-gray-700">毫米波雷达隐私争议(可隔墙探测)</td>
|
||
<td class="py-3 px-4 text-gray-700">国标强制求数据本地化处理</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">信息矛盾</td>
|
||
<td class="py-3 px-4 text-gray-700">研报预测2025年出货量500万台,但产业链反馈仅200万台</td>
|
||
<td class="py-3 px-4 text-gray-700">需跟踪Q3华为订单实际落地情况</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 综合结论与投资启示 -->
|
||
<div class="card bg-gradient-to-r from-indigo-600 to-purple-700 rounded-xl shadow-lg p-6 mb-8 text-white">
|
||
<h2 class="text-2xl font-bold mb-6 flex items-center">
|
||
<i class="fas fa-chart-line mr-3"></i>综合结论与投资启示
|
||
</h2>
|
||
|
||
<div class="mb-6">
|
||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-4 mb-4">
|
||
<h3 class="font-bold text-lg mb-2">阶段判断</h3>
|
||
<p class="text-sm">处于主题炒作向基本面驱动过渡期——技术已落地(Mate70/享界S9),但规模化需2026年后</p>
|
||
</div>
|
||
|
||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-4 mb-4">
|
||
<h3 class="font-bold text-lg mb-2">投资价值方向</h3>
|
||
<div class="space-y-3">
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-6 h-6 rounded-full bg-yellow-400 flex items-center justify-center text-indigo-900 font-bold text-xs mr-2 mt-0.5">短</div>
|
||
<div>
|
||
<h4 class="font-semibold">短期(6个月)</h4>
|
||
<p class="text-sm">UWB芯片(浩云科技、云里物里)——华为订单催化+成本下降</p>
|
||
</div>
|
||
</div>
|
||
<div class="flex items-start">
|
||
<div class="flex-shrink-0 w-6 h-6 rounded-full bg-green-400 flex items-center justify-center text-indigo-900 font-bold text-xs mr-2 mt-0.5">长</div>
|
||
<div>
|
||
<h4 class="font-semibold">长期(2年)</h4>
|
||
<p class="text-sm">毫米波雷达(秋田微)——家居场景爆发+政策标准落地</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-white bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-4">
|
||
<h3 class="font-bold text-lg mb-2">关键跟踪指标</h3>
|
||
<ol class="list-decimal pl-5 space-y-1 text-sm">
|
||
<li>华为Mate70系列销量(验证C端接受度)</li>
|
||
<li>享界S9手势泊车渗透率(验证B端场景)</li>
|
||
<li>UWB模组成本曲线(2025Q4是否跌破30美元)</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="bg-yellow-400 bg-opacity-20 backdrop-filter backdrop-blur-lg rounded-lg p-4 border border-yellow-300">
|
||
<h3 class="font-bold text-lg mb-2 flex items-center">
|
||
<i class="fas fa-exclamation-circle mr-2"></i>风险提示
|
||
</h3>
|
||
<p class="text-sm">若2025年工信部标准延迟发布,或苹果/小米推出竞品,可能压缩华为生态溢价</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 关联股票数据 -->
|
||
<div class="card bg-white rounded-xl shadow-lg p-6 mb-8 card-hover">
|
||
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
|
||
<i class="fas fa-chart-bar text-indigo-600 mr-3"></i>关联股票数据
|
||
</h2>
|
||
|
||
<div class="space-y-8">
|
||
<!-- AI手势识别 -->
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
|
||
<span class="w-8 h-8 rounded-full bg-blue-600 text-white flex items-center justify-center text-sm mr-3">1</span>
|
||
AI手势识别(241119)
|
||
</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<thead>
|
||
<tr class="bg-gray-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">项目/研发方向</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">关联原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">魅视科技</td>
|
||
<td class="py-3 px-4 text-gray-700">AI体感控制调度技术</td>
|
||
<td class="py-3 px-4 text-gray-700">AI手势</td>
|
||
<td class="py-3 px-4 text-gray-700">公司自主研发的"AI体感控制调度技术"融合AI技术实现通过手势控制大屏进行人机交互</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">佳创视讯</td>
|
||
<td class="py-3 px-4 text-gray-700">自定义手势识别</td>
|
||
<td class="py-3 px-4 text-gray-700">AI手势</td>
|
||
<td class="py-3 px-4 text-gray-700">在默认的点击、拖拽手势之外,研发定制创新手势识别系统</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">五方光电</td>
|
||
<td class="py-3 px-4 text-gray-700">手势识别、动作追踪、AR/VR生物识别滤光片</td>
|
||
<td class="py-3 px-4 text-gray-700">AI手势</td>
|
||
<td class="py-3 px-4 text-gray-700">研发方向应用于手势识别、动作追踪、AR/VR等功能的生物识别滤光片,产品供货华为</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">秋田微</td>
|
||
<td class="py-3 px-4 text-gray-700">10mm近距离高准确度隔空手势识别</td>
|
||
<td class="py-3 px-4 text-gray-700">AI手势</td>
|
||
<td class="py-3 px-4 text-gray-700">公司产品能实现10mm近距离高准确度和高灵敏度的隔空手势识别,避免人和触控显示屏的直接接触</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">福莱新材</td>
|
||
<td class="py-3 px-4 text-gray-700">苹果、华为、三星等高端手机无线充电模块</td>
|
||
<td class="py-3 px-4 text-gray-700">AI散热</td>
|
||
<td class="py-3 px-4 text-gray-700">电子级功能材料主要应用于苹果、华为、三星及国内知名高端品牌手机的无线充电模组及石墨散热模块</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">飞荣达</td>
|
||
<td class="py-3 px-4 text-gray-700">华为电磁屏蔽方案供应商</td>
|
||
<td class="py-3 px-4 text-gray-700">AI散热</td>
|
||
<td class="py-3 px-4 text-gray-700">公司为H公司提供电磁屏蔽方案及相关产品、散热解决方案及相关产品</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">新开普</td>
|
||
<td class="py-3 px-4 text-gray-700">华为云数字人技术合作</td>
|
||
<td class="py-3 px-4 text-gray-700">AI分身</td>
|
||
<td class="py-3 px-4 text-gray-700">自主研发AI助手"小美同学"并与华为云联合创新,深度融合数字人技术</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">万兴科技</td>
|
||
<td class="py-3 px-4 text-gray-700">华为云生态共建者</td>
|
||
<td class="py-3 px-4 text-gray-700">AI分身</td>
|
||
<td class="py-3 px-4 text-gray-700">作为华为云的战略合作伙伴,在昇腾算力、数字人支持、AI大模型、品牌营销生态共建等方面均有合作</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">开普云</td>
|
||
<td class="py-3 px-4 text-gray-700">数字人+服务产品</td>
|
||
<td class="py-3 px-4 text-gray-700">AI分身</td>
|
||
<td class="py-3 px-4 text-gray-700">作为数字经济领域核心技术服务商,与华为保持紧密合作关系,为各行业提供数字人+服务产品</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">盛天网络</td>
|
||
<td class="py-3 px-4 text-gray-700">AI虚拟人分身创建</td>
|
||
<td class="py-3 px-4 text-gray-700">AI分身</td>
|
||
<td class="py-3 px-4 text-gray-700">在AI音乐社交领域,未来将开放AI虚拟人分身创建,支持更多角色</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">彩讯股份</td>
|
||
<td class="py-3 px-4 text-gray-700">鸿蒙基线1.0版本研发,接入小艺智能体</td>
|
||
<td class="py-3 px-4 text-gray-700">AI小艺</td>
|
||
<td class="py-3 px-4 text-gray-700">已完成鸿蒙版运营商和电商基线1.0版本的研发工作,并已拓展接入鸿蒙"小艺"智能体应用</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- AI隔空投送 -->
|
||
<div>
|
||
<h3 class="text-xl font-semibold text-gray-800 mb-4 flex items-center">
|
||
<span class="w-8 h-8 rounded-full bg-purple-600 text-white flex items-center justify-center text-sm mr-3">2</span>
|
||
AI隔空投送(241125)
|
||
</h3>
|
||
<div class="overflow-x-auto">
|
||
<table class="min-w-full bg-white border border-gray-200 rounded-lg">
|
||
<thead>
|
||
<tr class="bg-gray-50">
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">UWB项目</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">行业</th>
|
||
<th class="py-3 px-4 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">关联原因</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody class="divide-y divide-gray-200">
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">浩云科技</td>
|
||
<td class="py-3 px-4 text-gray-700">研究拓展新的UWB业务</td>
|
||
<td class="py-3 px-4 text-gray-700">科技</td>
|
||
<td class="py-3 px-4 text-gray-700">公司会积极跟进UWB产业的发展趋势,研究拓展新的UWB业务</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">东杰智能</td>
|
||
<td class="py-3 px-4 text-gray-700">智能物流调度系统结合5G MEC+UWB室内高精定位技术</td>
|
||
<td class="py-3 px-4 text-gray-700">智能制造</td>
|
||
<td class="py-3 px-4 text-gray-700">部署智能物流调度系统,结合5G MEC+超宽带(UWB)室内高精定位技术</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">殷图网联</td>
|
||
<td class="py-3 px-4 text-gray-700">变电站智能系统项目采用UWB定位技术</td>
|
||
<td class="py-3 px-4 text-gray-700">智能电网</td>
|
||
<td class="py-3 px-4 text-gray-700">变电站智能系统项目定位功能中采用了UWB定位技术</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">辰奕智能</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB空间定位遥控器、蓝牙及UWB数字车钥匙</td>
|
||
<td class="py-3 px-4 text-gray-700">智能家居</td>
|
||
<td class="py-3 px-4 text-gray-700">依托UWB、星闪、光能技术推出新一代UWB空间定位遥控器及数字车钥匙</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">路畅科技</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB数字车钥匙</td>
|
||
<td class="py-3 px-4 text-gray-700">汽车电子</td>
|
||
<td class="py-3 px-4 text-gray-700">主要产品蓝牙及UWB数字车钥匙涉及UWB技术</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">云里物里</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB等室内定位技术</td>
|
||
<td class="py-3 px-4 text-gray-700">物联网</td>
|
||
<td class="py-3 px-4 text-gray-700">产品涉及蓝牙、WiFi、RFID、UWB等室内定位技术</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">北路智控</td>
|
||
<td class="py-3 px-4 text-gray-700">自主研发UWB精确等核心技术</td>
|
||
<td class="py-3 px-4 text-gray-700">工业控制</td>
|
||
<td class="py-3 px-4 text-gray-700">自主开发AI视频分析、UWB精确定位等核心技术</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">广哈通信</td>
|
||
<td class="py-3 px-4 text-gray-700">工业管控系统提供UWB定位方式</td>
|
||
<td class="py-3 px-4 text-gray-700">工业通信</td>
|
||
<td class="py-3 px-4 text-gray-700">工业管控系统可提供UWB(超宽带)定位方式实现室内定位</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">东方嘉盛</td>
|
||
<td class="py-3 px-4 text-gray-700">医疗集采平台结合UWB和仓储机器人</td>
|
||
<td class="py-3 px-4 text-gray-700">医疗物流</td>
|
||
<td class="py-3 px-4 text-gray-700">构建医疗集采平台,结合RFID、UWB和仓储机器人实现智能化</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">蜂助手</td>
|
||
<td class="py-3 px-4 text-gray-700">研究集成4G、5G、UWB技术</td>
|
||
<td class="py-3 px-4 text-gray-700">物联网</td>
|
||
<td class="py-3 px-4 text-gray-700">继续研究集成物联网新技术4G、5G、UWB技术</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">尤洛卡</td>
|
||
<td class="py-3 px-4 text-gray-700">矿山5G通讯产品、UWB人员定位系统</td>
|
||
<td class="py-3 px-4 text-gray-700">矿山装备</td>
|
||
<td class="py-3 px-4 text-gray-700">主要产品包括矿山5G通讯产品、UWB人员定位系统</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">梅安森</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB精确定位技术配套系统</td>
|
||
<td class="py-3 px-4 text-gray-700">工业安全</td>
|
||
<td class="py-3 px-4 text-gray-700">完善基于UWB精确定位技术的配套系统产品方案</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">众合科技</td>
|
||
<td class="py-3 px-4 text-gray-700">智能货物信息管理系统应用UWB定位</td>
|
||
<td class="py-3 px-4 text-gray-700">智能物流</td>
|
||
<td class="py-3 px-4 text-gray-700">智能货物信息管理系统应用了UWB等定位技术</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">硕贝德</td>
|
||
<td class="py-3 px-4 text-gray-700">研发UWB天线、PEP基站天线</td>
|
||
<td class="py-3 px-4 text-gray-700">通信设备</td>
|
||
<td class="py-3 px-4 text-gray-700">主要研发、生产及销售UWB天线、PEP基站天线</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="py-3 px-4 font-medium text-gray-900">中海达</td>
|
||
<td class="py-3 px-4 text-gray-700">智能驾驶车载高精度定位、V2X、UWB超宽带</td>
|
||
<td class="py-3 px-4 text-gray-700">智能驾驶</td>
|
||
<td class="py-3 px-4 text-gray-700">掌握智能驾驶车载高精度定位,V2X、UWB超宽带等技术</td>
|
||
</tr>
|
||
<tr class="bg-gray-50">
|
||
<td class="py-3 px-4 font-medium text-gray-900">中科创达</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB超宽带技术在智能座舱和车载前装</td>
|
||
<td class="py-3 px-4 text-gray-700">智能汽车</td>
|
||
<td class="py-3 px-4 text-gray-700">UWB超宽带技术在智能座舱和车载前装领域应用</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Scripts -->
|
||
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
|
||
<script>
|
||
// Initialize particles
|
||
tsParticles.load("particles-js", {
|
||
particles: {
|
||
number: {
|
||
value: 30,
|
||
density: {
|
||
enable: true,
|
||
value_area: 800
|
||
}
|
||
},
|
||
color: {
|
||
value: "#3b82f6"
|
||
},
|
||
shape: {
|
||
type: "circle"
|
||
},
|
||
opacity: {
|
||
value: 0.5,
|
||
random: true
|
||
},
|
||
size: {
|
||
value: 3,
|
||
random: true
|
||
},
|
||
move: {
|
||
enable: true,
|
||
speed: 2,
|
||
direction: "none",
|
||
random: true,
|
||
straight: false,
|
||
out_mode: "out"
|
||
}
|
||
},
|
||
interactivity: {
|
||
detect_on: "canvas",
|
||
events: {
|
||
onhover: {
|
||
enable: true,
|
||
mode: "grab"
|
||
},
|
||
onclick: {
|
||
enable: true,
|
||
mode: "push"
|
||
}
|
||
}
|
||
},
|
||
retina_detect: true
|
||
});
|
||
</script>
|
||
</body>
|
||
</html>
|
||
``` |