软件工具 SofTool.CN 本次搜索耗时 0.059 秒,为您找到 1336 个相关结果.
  • 第五章 安全

    4383 2023-09-15 《MQTT协议中文版》
    第五章 安全 目录 5.1 概述 5.2 MQTT解决方案:安全和认证 5.3 轻量级的加密与受限设备 5.4 实现注意事项 Implementation notes 5.4.1 客户端身份验证 Authentication of Clients by the Server 5.4.2 客户端授权 Authorization of Client...
  • 3. ARM Instruction set

    ARM & THUMB ARM processors have two main states they can operate in (let’s not count Jazelle here), ARM and Thumb. These states have nothing to do with privilege levels. For exam...
  • AutoConf 简介

    4361 2021-05-04 《Autoconf 入门 ★》
    Autoconf 是 一个用于生成可移植的 shell 脚本(通常是 configure 脚本)的工具集 ,用于自动化软件包的配置过程。 Autoconf 包含以下核心工具和组件: autoconf 主要工具:用于生成 configure 脚本。输入文件:configure.ac(或旧版的 configure.in)。通过宏扩展(m4 宏处理器)将 ...
  • TreeView

    4358 2021-04-30 《GTK+ 2.0 中文教程》
    gtk_tree_view_new () gtk_tree_view_set_model () gtk_tree_view_append_column () gtk_tree_view_column_set_fixed_width () gtk_tree_view_new () 功能:新建一个 TreeView控件。函数: GtkWidget...
  • 4. Memory Instructions: Load and Store

    MEMORY INSTRUCTIONS: LOAD AND STORE ARM uses a load-store model for memory access which means that only load/store (LDR and STR) instructions can access memory. While on x86 most...
  • @参考

    介绍: 参考: 介绍: 在学习Autoconf的时候,看到这位作者的教程比较系统,所以作为主要学习的内容。 参考: 王利涛https://www.zhaixue.cc/ 《嵌入式工程师自我修养》系列教程 《运用Autoconf和Automake生成Makefile的学习之路》该篇文章,请自行百度,不再放链接了。因为我看大家都写的是转载,...
  • Internal API

    Hacking my Tesla Model 3 - Internal API Hosts Data Values Fetching all Data Values Setting a Data Value CID/ICE Services Hermes Odin DebugService - :4035 VehicleService - ...
  • .align

    4333 2021-02-14 《Linux GNU ARM 汇编》
    语法: 功能: 示例: 语法: .align {alignment} {, fill} {, max} 参数:{…} 大括号表示可选项;alignment 可选项. 对齐的字节数(默认值为4,最小也就是4了),计算公式: 2alignment2^{alignment} 2 ​ a l i g n m e n t ​ ​ ...
  • 08_内核

    跳转到虚拟内存 跳转到虚拟内存 现在几乎到了整个 stext 过程的末尾,开始执行内核了。 首先调用“procinit”函数,这个函数对于每个CPU类型都不一样。这是一段由C和汇编写成的底层CPU管理代码,位于arch/arm/mm/proc-*.S 中。例如,大多数 v7 CPU的初始化代码都在 proc-v7.S 中,而ARM920的初始化代码...
  • 4.3.03 控制器函数

    4330 2022-04-12 《Beego开发手册》
    控制器介绍 提前终止运行 在表单中使用 PUT 方法 控制器介绍 提示:在 v1.6 中,此文档所涉及的 API 有重大变更: this.ServeJson() 更改为 this.ServeJSON() this.TplNames 更改为 this.TplName 基于 beego 的 Controller 设计,只需要匿名组合 be...