码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
Java中的经典算法之冒泡排序(Bubble Sort)
Java中的经典算法之冒泡排序(Bubble Sort) 原理:比较两个相邻的元素,将值大的元素交换至右端。 思路:依次比较相邻的两个数,将小数放在前面,大数放在后面。即在第一趟:首先比较第1个和第2个数,将小数放前,大数放后。然后比较第2个数和第3个数,将小数放前,大数放后,如此继续,直至比较最后 ...
分类:编程语言   时间:2021-06-16 18:12:33    阅读次数:0
review
test server(bios/bmc/system) review test plan... debug bios(itp, serial log, spec:uefi, pcie, acpi, smbios...) windows(windbg, adk, sysinternals, batc ...
分类:其他好文   时间:2021-06-16 17:33:30    阅读次数:0
in_static_equilibrium 处于静态平衡
in_static_equilibrium 处于静态平衡 点集与向量集的区别及联系 标积/内积/数量积/点积 设: $ a = {a_1,a_2,\cdots,a_n} \ b = {b_1,b_2,\cdots,b_n} $ 时 \[ \vec{a} \cdot \vec{b} = a_1 \ti ...
分类:其他好文   时间:2021-06-15 18:39:18    阅读次数:0
ROS节点通信(二)service和client
1、说明 ROS的节点通信模式有多种,本文介绍service-client模式 本文的示例功能是计算 sum=a+b-c*n 下文中功能包的创建步骤不再做详细介绍 2、创建功能包 仍然和前例使用同一个工作空间 cd ~/projrct/catkin_ws/ catkin_create_pkg tes ...
分类:其他好文   时间:2021-06-15 17:54:40    阅读次数:0
Antilibrary能拯救稍后不读吗
从「稍后再读」到「再也不读」 上学时,我有一套自认为很高效的资料搜集工作流。大致流程是浏览到感兴趣或可能有用的信息时,粗略扫过一眼后即用 Pocket 将其保存为稍后再读,随后借助 IFTTT 的某个自动化 applet 即可将添加到 Pocket 中的文章内容整体自动同步至 Evernote 中。 ...
分类:其他好文   时间:2021-06-13 10:24:34    阅读次数:0
FPGA学习-4:初步入门点个灯
环境配置好后就正式进入verilog的学习了 先从最简单的点灯开始 我会向你们介绍最基础的数据类型和语法规则 仍然是从我们熟悉的界面开始 转到顶层模块 start中 首先,verilog都是以模块为单位进行编程 模块以 “module” “endmodule” 作为界限 如图既是定义一个模块star ...
分类:其他好文   时间:2021-06-13 10:12:36    阅读次数:0
基于 README 的文档管理
什么是 readme§ A readme (or read me) file contains information about other files in a directory or archive and is very commonly distributed with computer ...
分类:其他好文   时间:2021-06-13 09:57:10    阅读次数:0
How to identify the HBA cards/ports and WWN in Linux
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:系统相关   时间:2021-06-11 18:48:26    阅读次数:0
[搬运] Tina R329 swupdate OTA升级步骤
第一步: 编译路径执行make menucinfig和make ota_menucinfig中分别选中: (1)Allwinner > swupdate (2)Allwinner > swupdate > Swupdate Settings > General Configuration > MTD ...
分类:其他好文   时间:2021-06-10 18:23:55    阅读次数:0
vue自定义指令 调用函数传参
<div v-mydirect:fn="item"></div> Vue.directive('mydirect', { bind (el, binding,vnode) { let that = vnode.context that[binding.arg](binding.value) } }) ...
分类:其他好文   时间:2021-06-10 17:34:26    阅读次数:0
11787条   上一页 1 2 3 4 5 6 ... 1179 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!