码迷,mamicode.com
首页 >  
搜索关键字:nodes    ( 4030个结果
设备树DTS 学习:Linux DTS文件加载过程
背景 了解机制有利于对内核有更深的认识。 wget https://mirrors.aliyun.com/linux kernel/v3.x/linux 3.2.61.tar.xz 内核 1. 在drivers/of/fdt.c 中有如下初始化函数 注释上:展开设备树,创建device_nodes到 ...
分类:系统相关   时间:2020-02-12 12:56:02    阅读次数:120
假期十
热词爬取 package word; import java.io.IOException; import org.jsoup.Connection;import org.jsoup.Jsoup;import org.jsoup.nodes.Document;import org.jsoup.nod ...
分类:其他好文   时间:2020-02-11 00:22:20    阅读次数:66
SIGMESH 2.3.12 Topology 翻译
Nodes that support the various features described above can be formed into a mesh network. An illustration of a mesh network is shown in Figure 2.8 be ...
分类:其他好文   时间:2020-02-08 17:35:51    阅读次数:75
SIGMESH 2.3.11 Features 翻译
The functionality of nodes is determined by the features that they support. All nodes have the ability to transmit and receive mesh messages. Nodes ca ...
分类:其他好文   时间:2020-02-08 17:33:33    阅读次数:86
k8s命令
``` kubectl get pods -n kube-system -o wide/yaml/json kubectl get nodes kubectl get ns kubectl get deployment kubectl api-resources kubectl create nam... ...
分类:其他好文   时间:2020-02-07 23:56:42    阅读次数:108
leetcode21 Merge Two Sorted Lists
1 """ 2 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. ...
分类:其他好文   时间:2020-02-07 18:47:24    阅读次数:67
leetcode24 Swap Nodes in Pairs
1 """ 2 Given a linked list, swap every two adjacent nodes and return its head. 3 You may not modify the values in the list's nodes, only nodes itself ...
分类:其他好文   时间:2020-02-07 18:27:44    阅读次数:58
938. Range Sum of BST
Given the root node of a binary search tree, return the sum of values of all nodes with value between L and R (inclusive). The binary search tree is g ...
分类:其他好文   时间:2020-02-07 10:19:29    阅读次数:70
01-Structure of Network 图机器学习之网络结构基础
网络结构:对象: 节点,端点 (nodes, vertices) N交互:链接,边 (links,edges) E系统:网络,图,图谱 (network,graph) G(N,E)Graph与Network的区别:Network:真实存在的系统,如网络Web,社交网络social network,新... ...
分类:Web程序   时间:2020-02-07 01:31:45    阅读次数:120
寒假学习进度-8(热词爬取)
package hotword; import java.io.IOException; import org.jsoup.Connection; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.no ...
分类:其他好文   时间:2020-02-05 13:33:12    阅读次数:80
4030条   上一页 1 ... 12 13 14 15 16 ... 403 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!