AI搜索

发需求

  • 发布软件需求
  • 发布代理需求

Esp32 C6 微控制器编程入门与实践指南

   2025-05-20 9
导读

Esp32 C6 是一款基于 AVR 架构的微控制器,广泛应用于物联网、智能家居、可穿戴设备等领域。本指南旨在帮助初学者快速掌握 Esp32 C6 的编程基础,并通过实践加深理解。

# Esp32 C6 微控制器编程入门与实践指南

引言

Esp32 C6 是一款基于 AVR 架构的微控制器,广泛应用于物联网、智能家居、可穿戴设备等领域。本指南旨在帮助初学者快速掌握 Esp32 C6 的编程基础,并通过实践加深理解。

硬件准备

  • 开发板:Esp32 C6 开发板通常配备 JTAG 接口,用于烧写和调试程序。确保开发板已正确连接至计算机,并安装必要的驱动程序。
  • 编程器/调试器:使用 JTAG 接口时,需要使用编程器或调试器进行程序烧写。推荐使用 MicroPython 或 Arduino IDE 等支持 JTAG 接口的编程环境。
  • 电源:Esp32 C6 开发板通常需要 5V 的电源输入。确保电源稳定且符合规格要求。
  • 串口线:用于连接开发板与计算机,以便上传程序或接收调试信息。

软件准备

  • Arduino IDE:作为主流的 Arduino 集成开发环境,适用于多种微控制器,包括 Esp32 C6。确保已安装最新版本。
  • MicroPython:适用于 Esp32 C6 的开发库。从官网下载最新的 MicroPython 版本,并确保已将其添加到系统路径中。
  • GDB/GDEC:用于程序调试的工具。确保已安装 gdb-esp8266-all.zip 文件,并在 GDB 中配置好环境变量。

基础设置

1. 安装 Arduino IDE

  • 访问 Arduino 官方网站(https://www.arduino.cc/en/software)。
  • 选择适合您操作系统的版本并下载 Arduino IDE。
  • 双击下载的文件,按照提示完成安装。

2. 创建新项目

  • 打开 Arduino IDE。
  • 选择“工具”菜单中的“首选项”。
  • 在弹出的对话框中,选择“语言”为 "C++"。
  • 点击“确定”以保存设置。
  • 选择“文件”菜单中的“新建”,然后选择“项目”。
  • 在“新建项目”对话框中,填写项目名称和位置,然后点击“下一步”。
  • 选择适当的微控制器系列,这里选择“ESP32 C6”。
  • 点击“下一步”,然后选择默认的“无头工程”。
  • 点击“完成”,等待 Arduino IDE 创建新项目。

编写第一个程序

1. 导入库文件

  • 在代码窗口中,找到 `` 标签之前的部分,将 ``, ``, `` 以及 `<body>` 标签的内容复制到一个新的文件中。这个文件将作为 HTML 页面的主体部分。</li><li>在主页面的顶部,添加一个 `<header>` 标签,包含页面标题和其他元数据。例如:</li></ul><p>```html</p><p><header></p><p><h1>欢迎来到我的网站</h1></p><p></header></p><p>```</p><h3>2. 添加文本内容</h3><ul><li>在 `<body>` 标签内,添加多个 `<p>` 标签来显示不同类型的文本。例如:</li></ul><p>```html</p><p><p>欢迎来到我的网站!</p></p><p><p>这里是一些关于我的基本信息。</p></p><p><p>我在这里分享我的知识和经验。</p></p><p>```</p><h3>3. 添加链接和图片</h3><ul><li>使用 `<a>` 标签添加超链接,指向其他网页或资源。例如:</li></ul><p>```html</p><p><a href="https://www.example.com">这是一个示例链接</a></p><p>```</p><ul><li>使用 `<img>` 标签添加图片,例如:</li></ul><p>```html</p><p><img src="https://www.itangsoft.com/static/image/lazy.gif" class="lazy" original="example.jpg" alt="示例图片"></p><p>```</p><h3>4. 添加样式和布局</h3><ul><li>使用 CSS 来定义页面的样式和布局。例如:</li></ul><p>```css</p><p>body {</p><p>background-color: #f0f0f0;</p><p>font-family: Arial, sans-serif;</p><p>}</p><p>```</p><ul><li>在 `<sty1e>` 标签内添加 CSS 规则。例如:</li></ul><p>```css</p><p>body {</p><p>margin: 0;</p><p>padding: 0;</p><p>}</p><p>```</p><h3>5. 添加JavaScript交互</h3><ul><li>如果需要添加 JavaScript 交互,可以在 HTML 页面中添加 `<script>` 标签。例如:</li></ul><p style="text-align: center;"><img src="https://www.itangsoft.com/static/image/lazy.gif" class="lazy" original="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202412/23/1150222435.png" title="Esp32 C6 微控制器编程入门与实践指南" alt="Esp32 C6 微控制器编程入门与实践指南"/></p><p>```html</p><p><script></p><p>// 在这里添加 JavaScript 代码</p><p></script></p><p>```</p><h3>6. 测试页面</h3><ul><li>使用浏览器查看生成的 HTML 页面。如果一切正常,应该能看到预期的文本、图像和链接。</li><li>如果遇到问题,检查语法错误或尝试不同的 HTML 结构。</li></ul><p><h2>进阶技巧</h2></p><h3>1. 使用 Arduino IDE 的调试功能</h3><ul><li>在 Arduino IDE 中,选择要调试的项目,然后点击“调试”菜单中的“开始调试”按钮。</li><li>当程序运行到某个断点时,可以暂停执行、单步执行、查看变量值等。</li><li>可以使用“寄存器”窗口查看当前正在使用的寄存器值。</li></ul><h3>2. 学习 Arduino IDE 的高级功能</h3><ul><li>探索 Arduino IDE 的更多功能,如“代码分析”和“代码格式化”。</li><li>学习如何使用“库管理器”管理项目中使用的第三方库。</li><li>了解如何使用“日志”功能记录程序运行时的信息。</li></ul><p><h2>实践项目</h2></p><h3>1. LED 闪烁实验</h3><ul><li>使用两个 LED 灯和一个电阻。将其中一个 LED 连接到 Arduino 的数字针脚上,另一个连接到另一个 LED 的公共针脚上。</li><li>在 Arduino IDE 中编写一个简单的程序,控制这两个 LED 灯交替闪烁。例如:</li></ul><p>```cpp</p><p>const int ledPin1 = 2; // LED1 连接到数字针脚2</p><p>const int ledPin2 = 3; // LED2 连接到数字针脚3</p><p>const int ledPin3 = 4; // LED3 连接到数字针脚4</p><p>int ledState = 0; // 初始状态为关闭LED1和LED2</p><p>void setup() {</p><p>pinMode(ledPin1, OUTPUT); // LED1 设置为输出模式</p><p>pinMode(ledPin2, OUTPUT); // LED2 设置为输出模式</p><p>pinMode(ledPin3, OUTPUT); // LED3 设置为输出模式</p><p>}</p><p>void loop() {</p><p>ledState = ~ledState; // 翻转 LED1, LED2, LED3 的状态</p><p>digitalWrite(ledPin1, ledState); // 控制LED1的状态</p><p>digitalWrite(ledPin2, ~ledState); // 控制LED2的状态</p><p>digitalWrite(ledPin3, ~ledState); // 控制LED3的状态</p><p>}</p><p>```</p><h3>2. 温度传感器读取实验</h3><ul><li>使用一个DS18B20数字温度传感器。将传感器连接到 Arduino 的数字针脚上。</li><li>在 Arduino IDE 中编写一个简单的程序,读取并显示温度传感器的数据。例如:</li></ul><p>```cpp</p><p>const int sensorPin = A0; // 温度传感器连接到数字针脚A0</p><p>float temp; // 存储温度值的变量</p><p>void setup() {</p><p>analogRead(sensorPin, &temp); // 读取温度传感器数据并存储在 temp 变量中</p><p>}</p><p>void loop() {</p><p>Serial.print("Temperature: ");</p><p>Serial.println(temp, DEC); // 打印温度值,保留两位小数</p><p>}</p><p>```</p><h3>3. 制作一个小型气象站</h3><ul><li>使用一个温湿度传感器和一个风速传感器。将传感器分别连接到 Arduino 的数字针脚上。</li><li>根据传感器的数据,编写一个简单的程序,计算并显示当前的气象条件。例如:</li></ul><p>```cpp</p><p>const int sensorPin = A0; // 温湿度传感器连接到数字针脚A0</p><p>const int sensorPin2 = A1; // 风速传感器连接到数字针脚A1</p><p>```</p><p>```cpp</p><p>void setup() {</p><p>analogRead(sensorPin, &humidity); // 读取温湿度传感器数据并存储在 humidity 变量中</p><p>analogRead(sensorPin2, &windSpeed); // 读取风速传感器数据并存储在 windSpeed 变量中</p><p>}</p><p>void loop() {</p><p>Serial.print("Humidity: ");</p><p>Serial.print(humidity, DEC); // 打印湿度值,保留两位小数</p><p>Serial.print("%"); // 添加百分号分隔符</p><p>Serial.println(windSpeed, DEC); // 打印风速值,保留两位小数</p><p>}</p><p>```</p></div> </div> <div class="b20 c_b"> </div> <div class="tool"> <i class="like" onclick="Dlike(104, 1495386, 0);">点赞 <b id="like-104-1495386-0">0</b></i><i class="report" onclick="Dreport(104, 1495386, 0);">举报</i><i class="favorite" onclick="Dfavor(104, 1495386);">收藏 <b>0</b></i><a href="https://www.itangsoft.com/api/share.php?mid=104&itemid=1495386" target="_blank"><i class="share">分享 <b>1</b></i></a></div> <div class="news-statement mt20"> <div class="zxpd_pd"> <div class="zxpd_tit">免责声明</div> <dl class="fl-clr"> <dt>• </dt> <dd>本文内容部分来源于网络,版权归原作者所有,经本平台整理和编辑,仅供交流、学习和参考,不做商用。转载请联系授权,并注明原文出处:https://www.itangsoft.com/baike/show-1495386.html。 如若文中涉及有违公德、触犯法律的内容,一经发现,立即删除。涉及到版权或其他问题,请及时联系我们处理。 </dd> </dl> </div> </div> <div class="b20"> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-txt"><span><a href="https://www.itangsoft.com/sell/">更多<i>></i></a></span><strong>热门产品</strong></div> <div class="information_detail_wdll information_detail_you_like information_detail_liuyan" style="margin:0px;"> <div class="information_detail_youLike_lb information_detail_youLike_lb1 swiper-container" style="margin-top:0px;padding:0px 35px;"> <div class="swiper-wrapper"> <div class="swiper-slide" title="蓝凌MK"> <a href="https://www.itangsoft.com/sell/show-6.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/134250471.png" alt="蓝凌MK" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-6.html" target="_blank" class="tit" title="蓝凌MK">蓝凌MK</a> <p class="icon"> <em class="separator">119条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">办公自动化</p> </div> <div class="swiper-slide" title="帆软FineBI"> <a href="https://www.itangsoft.com/sell/show-15.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/123620211.png" alt="帆软FineBI" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-15.html" target="_blank" class="tit" title="帆软FineBI">帆软FineBI</a> <p class="icon"> <em class="separator">93条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">商业智能软件</p> </div> <div class="swiper-slide" title="简道云"> <a href="https://www.itangsoft.com/sell/show-13.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/122859191.png" alt="简道云" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-13.html" target="_blank" class="tit" title="简道云">简道云</a> <p class="icon"> <em class="separator">85条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">低代码开发平台</p> </div> <div class="swiper-slide" title="纷享销客CRM"> <a href="https://www.itangsoft.com/sell/show-5.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/115624441.png" alt="纷享销客CRM" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-5.html" target="_blank" class="tit" title="纷享销客CRM">纷享销客CRM</a> <p class="icon"> <em class="separator">101条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">客户管理系统</p> </div> <div class="swiper-slide" title="悟空CRM"> <a href="https://www.itangsoft.com/sell/show-21.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202501/06/214735911.png" alt="悟空CRM" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-21.html" target="_blank" class="tit" title="悟空CRM">悟空CRM</a> <p class="icon"> <em class="separator">107条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">客户管理系统</p> </div> <div class="swiper-slide" title="钉钉"> <a href="https://www.itangsoft.com/sell/show-30.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/133020341.png" alt="钉钉" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-30.html" target="_blank" class="tit" title="钉钉">钉钉</a> <p class="icon"> <em class="separator">103条点评</em> <em class="star_btn">4.6星</em> </p> <p class="icon">办公自动化</p> </div> <div class="swiper-slide" title="金蝶云星空"> <a href="https://www.itangsoft.com/sell/show-29.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/132911681.png" alt="金蝶云星空" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-29.html" target="_blank" class="tit" title="金蝶云星空">金蝶云星空</a> <p class="icon"> <em class="separator">0条点评</em> <em class="star_btn">4.4星</em> </p> <p class="icon">ERP管理系统</p> </div> <div class="swiper-slide" title="蓝凌EKP"> <a href="https://www.itangsoft.com/sell/show-8.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/15/174320891.png" alt="蓝凌EKP" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-8.html" target="_blank" class="tit" title="蓝凌EKP">蓝凌EKP</a> <p class="icon"> <em class="separator">0条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">办公自动化</p> </div> <div class="swiper-slide" title="用友YonBIP"> <a href="https://www.itangsoft.com/sell/show-25.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/131647171.png" alt="用友YonBIP" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-25.html" target="_blank" class="tit" title="用友YonBIP">用友YonBIP</a> <p class="icon"> <em class="separator">97条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">ERP管理系统</p> </div> <div class="swiper-slide" title="致远互联A8"> <a href="https://www.itangsoft.com/sell/show-11.html" target="_blank" class="imgbox"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/15/184926841.png" alt="致远互联A8" onerror="this.src='https://www.itangsoft.com/static/image/nopic120.png'"></a> <a href="https://www.itangsoft.com/sell/show-11.html" target="_blank" class="tit" title="致远互联A8">致远互联A8</a> <p class="icon"> <em class="separator">0条点评</em> <em class="star_btn">4.6星</em> </p> <p class="icon">办公自动化</p> </div> </div> <div class="swiper-button-prev"></div> <div class="swiper-button-next"></div> </div> </div> <div class="b20"> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-txt"><span><a href="https://www.itangsoft.com/baike/list-1543.html">更多<i>></i></a></span><strong>同类知识</strong></div> <div class="related"><table width="100%"> <tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-1501508.html" title="老年人不认字可以用什么软件">• 老年人不认字可以用什么软件</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-1501498.html" title="精确推算,一键操作 - 高效专业推算软件app">• 精确推算,一键操作 - 高效专业推算软件app</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-1501477.html" title="数字人能否实现商品交易?探索AI与实体销售的融合之道">• 数字人能否实现商品交易?探索AI与实体销售的融</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-1501476.html" title="数字人直播:探索未来直播的无限可能">• 数字人直播:探索未来直播的无限可能</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-1501471.html" title="掌握计算器中的DMS键:了解如何利用它进行角度和距离的精确计算">• 掌握计算器中的DMS键:了解如何利用它进行角度</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-1501467.html" title="数据管理系统管理:高效整合与优化数据处理流程">• 数据管理系统管理:高效整合与优化数据处理流程</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-1501422.html" title="探索金域服务小程序:轻松使用指南">• 探索金域服务小程序:轻松使用指南</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-1501421.html" title="金域服务小程序电子发票怎么看">• 金域服务小程序电子发票怎么看</a></td> </tr><tr><td width="50%"><a href="https://www.itangsoft.com/baike/show-1501411.html" title="探索平板上的绘画软件,开启创意创作之旅">• 探索平板上的绘画软件,开启创意创作之旅</a></td> <td width="50%"><a href="https://www.itangsoft.com/baike/show-1501389.html" title="自动点数软件 - 提升效率,简化操作">• 自动点数软件 - 提升效率,简化操作</a></td> </tr></table> </div> </div> <div class="content_right f_kz_xh_f fr" style="background: #ffffff"> <div class="head-sub"><strong>推荐产品</strong> <span><a href="https://www.itangsoft.com/sell/">更多<i>></i></a></span> </div> <div class="list-thumb"> <table width="100%"> <tr><td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-1.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/113151651.png" width="145" height="145" alt="唯智TMS"/></a> <ul><li class="item"><a href="https://www.itangsoft.com/sell/show-1.html" title="唯智TMS">唯智TMS</a> <p class="icon"> <em class="separator">105条点评</em> <em class="star_btn">4.6星</em> </p> <p class="icon">物流配送系统</p> </li></ul></td> <td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-6.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/134250471.png" width="145" height="145" alt="蓝凌MK"/></a> <ul><li class="item"><a href="https://www.itangsoft.com/sell/show-6.html" title="蓝凌MK">蓝凌MK</a> <p class="icon"> <em class="separator">119条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">办公自动化</p> </li></ul></td> </tr><tr><td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-13.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/122859191.png" width="145" height="145" alt="简道云"/></a> <ul><li class="item"><a href="https://www.itangsoft.com/sell/show-13.html" title="简道云">简道云</a> <p class="icon"> <em class="separator">85条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">低代码开发平台</p> </li></ul></td> <td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-5.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/115624441.png" width="145" height="145" alt="纷享销客CRM"/></a> <ul><li class="item"><a href="https://www.itangsoft.com/sell/show-5.html" title="纷享销客CRM">纷享销客CRM</a> <p class="icon"> <em class="separator">101条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">客户管理系统</p> </li></ul></td> </tr><tr><td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-7.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202501/06/213208541.png" width="145" height="145" alt="蓝凌低代码"/></a> <ul><li class="item"><a href="https://www.itangsoft.com/sell/show-7.html" title="蓝凌低代码">蓝凌低代码</a> <p class="icon"> <em class="separator">111条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">低代码开发平台</p> </li></ul></td> <td width="50%" valign="top"><a href="https://www.itangsoft.com/sell/show-15.html"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202502/26/123620211.png" width="145" height="145" alt="帆软FineBI"/></a> <ul><li class="item"><a href="https://www.itangsoft.com/sell/show-15.html" title="帆软FineBI">帆软FineBI</a> <p class="icon"> <em class="separator">93条点评</em> <em class="star_btn">4.5星</em> </p> <p class="icon">商业智能软件</p> </li></ul></td> </tr></table> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-sub"><strong>最新知识</strong></div> <div class="list-txt"><ul> <li><a href="https://www.itangsoft.com/baike/show-1501509.html" title="手机版绘画软件:精准描图,艺术创作新体验">手机版绘画软件:精准描图,艺术创作新体验</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501508.html" title="老年人不认字可以用什么软件">老年人不认字可以用什么软件</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501507.html" title="老人不认字用什么软件能学佛">老人不认字用什么软件能学佛</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501506.html" title="探索智能识别技术:一键扫描识别各类鱼类">探索智能识别技术:一键扫描识别各类鱼类</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501505.html" title=""扫一扫连笔字识别软件,快速识别手写文字并转换为标准字体"">"扫一扫连笔字识别软件,快速识别手写文字并转换为标准字体"</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501504.html" title="探索智能识别技术:一扫即知的软件应用">探索智能识别技术:一扫即知的软件应用</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501503.html" title="探索高效文字提取工具:一键扫描,快速获取文字内容">探索高效文字提取工具:一键扫描,快速获取文字内容</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501502.html" title="探索数字艺术:掌握使用专业软件创作的电子画技巧">探索数字艺术:掌握使用专业软件创作的电子画技巧</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501501.html" title="金域oa平台:企业信息化管理的核心工具">金域oa平台:企业信息化管理的核心工具</a></li> <li><a href="https://www.itangsoft.com/baike/show-1501500.html" title="Fortran编译器是否为系统软件的探讨">Fortran编译器是否为系统软件的探讨</a></li> </ul> </div> <div class="b20"> </div> <div class="b16 c_b" style="background:#F2F4FA;"> </div> <div class="head-sub"><strong>点击排行</strong></div> <div class="list-rank"><ul> <li><span class="f_r">35964</span><em>1</em><a href="https://www.itangsoft.com/baike/show-53738.html" title="黑科网用什么软件可以看,探索黑科网:必备软件一览">黑科网用什么软件可以看,探索黑科网:必备软件一览</a></li> <li><span class="f_r">19094</span><em>2</em><a href="https://www.itangsoft.com/baike/show-884837.html" title="日用百货批发进货渠道大全,轻松采购!">日用百货批发进货渠道大全,轻松采购!</a></li> <li><span class="f_r">12190</span><em>3</em><a href="https://www.itangsoft.com/baike/show-211202.html" title="国内知名的针刺推拿教学测定系统">国内知名的针刺推拿教学测定系统</a></li> <li><span class="f_r">9775</span><i>4</i><a href="https://www.itangsoft.com/baike/show-177008.html" title="2023年蓝奏云软件库最新链接分享">2023年蓝奏云软件库最新链接分享</a></li> <li><span class="f_r">7890</span><i>5</i><a href="https://www.itangsoft.com/baike/show-176960.html" title="蓝奏云软件库合集2024骑士助手">蓝奏云软件库合集2024骑士助手</a></li> <li><span class="f_r">7193</span><i>6</i><a href="https://www.itangsoft.com/baike/show-37438.html" title="政府oa办公电子邮箱如何设置,政府OA办公电子邮箱设置指南">政府oa办公电子邮箱如何设置,政府OA办公电子邮箱设置指南</a></li> <li><span class="f_r">5750</span><i>7</i><a href="https://www.itangsoft.com/baike/show-113413.html" title="怎么删除ai汪仔,如何彻底移除AI汪仔软件?">怎么删除ai汪仔,如何彻底移除AI汪仔软件?</a></li> <li><span class="f_r">5436</span><i>8</i><a href="https://www.itangsoft.com/baike/show-176959.html" title="蓝奏云软件库合集2023骑士助手">蓝奏云软件库合集2023骑士助手</a></li> <li><span class="f_r">4491</span><i>9</i><a href="https://www.itangsoft.com/baike/show-77669.html" title="免费查公司软件推荐:无需付费,轻松获取企业信息">免费查公司软件推荐:无需付费,轻松获取企业信息</a></li> <li><span class="f_r">4367</span><i>10</i><a href="https://www.itangsoft.com/baike/show-205465.html" title="如何申请ai账号邮箱,申请AI账号邮箱步骤指南">如何申请ai账号邮箱,申请AI账号邮箱步骤指南</a></li> </ul></div> <div class="b20"> </div> </div> </div> </div> <script type="text/javascript" src="https://www.itangsoft.com/static/script/content.js?v=1158dc9602"></script><div class="b10" id="footb"></div> <div class="footer"> <div class="w1220 copyright_a clearfix"> <div class="lianjie clearfix"> <div class="net_nav"> <strong>数智客户</strong> <ul> <li> <a href="https://www.itangsoft.com/member/my.php?mid=6&action=add" target="_blank" rel="nofollow">发布需求</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=10&action=add">我要提问</a> </li> <li> <a href="https://www.itangsoft.com/help/list-722.html" target="_blank" rel="nofollow">客户帮助</a> </li> <li> <a href="https://www.itangsoft.com/help/list-719.html" target="_blank" rel="nofollow">新人指南</a> </li> </ul> </div> <div class="net_nav"> <strong>服务企业</strong> <ul> <li> <a href="https://www.itangsoft.com/member/my.php?mid=5&action=add" target="_blank" rel="nofollow">发布产品</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=16&action=add" target="_blank" rel="nofollow">发布服务</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=103&action=add" target="_blank" rel="nofollow">发布方案</a> </li> <li> <a href="https://www.itangsoft.com/member/my.php?mid=102&action=add" target="_blank" rel="nofollow">发布案例</a> </li> </ul> </div> <div class="net_nav"> <strong>增值服务</strong> <ul> <li> <a href="https://www.itangsoft.com/member/grade.php" target="_blank" rel="nofollow">VIP 服务</a> </li> <li> <a href="https://www.itangsoft.com/spread/" target="_blank">排名推广</a> </li> <li> <a href="https://www.itangsoft.com/guestbook/" target="_blank">意见反馈</a> </li> <li> <a href="https://www.itangsoft.com/sitemap/" target="_blank">网站地图</a></li> </ul> </div> <div class="net_nav"> <strong>联系我们</strong> <div class="lianxi_box"> <p> <span>联系电话:</span> <a rel="nofollow">177-1642-7519</a> </p> <p> <span>联系邮箱:</span> <a href="mailto:service@itangsoft.com" rel="nofollow">service@itangsoft.com</a> </p> </div> </div> </div> <div class="erweima clearfix"> <div class="em_items fr xcx"> <div class="erweima_pic"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125305931.png" alt="小程序"></div> <strong>微信小程序</strong> <div class="big_em"> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125305931.png" alt="小程序"> <p>微信小程序</p> </div> </div> <div class="em_items fr gzh"> <div class="erweima_pic"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125248941.png" alt="公众号"></div> <strong>微信公众号</strong> <div class="big_em"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125248941.png" alt="公众号"> <p>微信公众号</p> </div> </div> <div class="em_items fr app"> <div class="erweima_pic"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125413611.png" alt="H5移动端"></div> <strong>H5移动端</strong> <div class="big_em"><img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125413611.png" alt="H5移动端"> <p>H5移动端</p> </div> </div> </div> </div> <div class="w1220 copyright_beian"> <div class="foot_page"> <a href="https://www.itangsoft.com/">网站首页</a>  |  <a href="https://www.itangsoft.com/about/index.html">关于我们</a>  |  <a href="https://www.itangsoft.com/about/contact.html">联系方式</a>  |  <a href="https://www.itangsoft.com/about/agreement.html">用户协议</a>  |  <a href="https://www.itangsoft.com/about/privacy.html">隐私政策</a>  |  <a href="https://www.itangsoft.com/about/copyright.html">版权声明</a>  |  <a href="https://www.itangsoft.com/sitemap/">网站地图</a>  |  <a href="https://www.itangsoft.com/spread/">排名推广</a>  |  <a href="https://www.itangsoft.com/ad/">广告服务</a>  |  <a href="https://www.itangsoft.com/gift/">积分换礼</a>  |  <a href="https://www.itangsoft.com/guestbook/">网站留言</a>  |  <a href="https://www.itangsoft.com/feed/">RSS订阅</a>  |  <a href="javascript:Dreport(104, 1495386, 0);">违规举报</a></div> <div id="copyright">©2019-2025 四川唐软科技集团股份公司 版权所有</div> <div class="clearfix"><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">蜀ICP备2023013609号</a></div><div class="clearfix"><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=51015602000223" target="_blank" rel="nofollow"><img class="i-wano" src="https://www.itangsoft.com/static/image/i-wano.png" alt="" width="18" height="20"> 川公网安备51015602000223号</a></div></div> </div> <!--右侧浮动--> <div class="xuanfu_box" style="bottom: 140px; display: block;"> <div class="item item_rz" style="display: block;"> <div class="boxone"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon2_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon2_2.png" class="icon2"><p>入驻</p></div> <div class="boxtwo"> <p class="pone">企业入驻成功 可尊享多重特权</p> <p class="ptwo">入驻热线:177-1642-7519</p> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125703951.png"> <p class="pthree">企业微信客服</p> </div> </div> <div class="item item_kf" style="display: block;"> <div class="boxone"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon4_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon4_2.png" class="icon2"><p>客服</p></div> <div class="boxtwo"> <p class="ptwo">客服热线:177-1642-7519</p> <div class="kf_new"> <a target="_blank" href="//wpa.qq.com/msgrd?v=3&uin=441376248&site=qq&menu=yes" class="rb_qqtalk_btn rb_gradient">客服1</a><a target="_blank" href="//wpa.qq.com/msgrd?v=3&uin=441376248&site=qq&menu=yes" class="rb_qqtalk_btn rb_gradient">客服2</a><a target="_blank" href="//wpa.qq.com/msgrd?v=3&uin=441376248&site=qq&menu=yes" class="rb_qqtalk_btn rb_gradient">客服3</a></div> </div> </div> <div class="item item_qg" style="display: block;"> <div class="boxone"><img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon1_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon1_2.png" class="icon2"><p>小程序</p></div> <p class="qp">小程序更便捷的查找产品</p> <div class="boxtwo"> <p class="pone">为您提供专业帮买咨询服务</p> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125305931.png"> <p class="pthree">请用微信扫码</p> </div> </div> <div class="item item_lxkf" style="display: block;"> <div class="boxone"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon3_1.png" class="icon1"> <img src="https://www.itangsoft.com/static/skin/s11skin/img/xuanfu_box_icon3_2.png" class="icon2"><p>公众号</p></div> <div class="boxtwo"> <p class="pone">微信公众号,收获商机</p> <img src="https://tangsoft.oss-cn-chengdu.aliyuncs.com/202503/16/125248941.png"> <p class="pthree">微信扫码关注</p> </div> </div> <div class="return_top"><span class="iconfontkz iconkz-shang"></span><p>顶部</p></div> </div><script type="text/javascript" src="https://www.itangsoft.com/static/js/foot.xh.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/sticky.min.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/sticky.xh.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/swiper4.5.3/swiper.min.js?v=1158dc9602"></script><script type="text/javascript" src="https://www.itangsoft.com/static/js/common.xh.js?v=1158dc9602"></script><script type="text/javascript"> $(function(){ $('img').lazyload({ threshold :20, //event : "sporty", failurelimit : 20 }); var imgtimeout = setTimeout(function() { $("img").trigger("scroll") }, 800); Dhotxh();Dfixon(); }); </script> </body> </html><script type="text/javascript" src="https://www.itangsoft.com/static/js/article-show.js?v=1158dc9602"></script>