资源列表
[文档资料] bootloader
说明:这是本人写的关于arm的bootloader的流程,希望对移植u-boot的人有帮助-I write this on the arm of Bootloader flow, hope to transplant u-boot the help<yanglei_fage> 在 2025-06-16 上传 | 大小:32kb | 下载:0
[文档资料] 12566
说明:主要是嵌入式控制器硬件设计,内容是英文的,但是讲的比翻译的好,也许对大家有帮助-is embedded controller hardware design, content is in English, but said more than a good translation, Perhaps we have to help<yanglei_fage> 在 2025-06-16 上传 | 大小:1.06mb | 下载:0
[软件工程] 2_view_geometry
说明:关于双目几何的ppt,可用于相机标定,图像匹配,三维重建以及图像拼接等-of binocular geometry ppt, can be used for camera calibration, image matching, three-dimensional image reconstruction, as well as stitching, etc.<陈媛媛> 在 2025-06-16 上传 | 大小:1.23mb | 下载:0
[软件工程] CLangue
说明:数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical<liming> 在 2025-06-16 上传 | 大小:156kb | 下载:0
[软件工程] ajax_chats
说明:是一个基于ajax的聊天室!实现了在线聊天,不用刷新的功能-is an ajax based on the chat room! Implementation of online chat, do not have to refresh function<xiayingjie> 在 2025-06-16 上传 | 大小:12kb | 下载:0
[软件工程] xianxingbiao
说明:实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include "iostream.h" #include <malloc.h> #define LIST_INTI_SIZE 100<Demonic> 在 2025-06-16 上传 | 大小:8kb | 下载:0