摘要:
##安装问题 应科研需求,需要使用Opnet,于是CSDN上找到了Opnet14.5的安装包,由于实验室自己的电脑是win10系统,且已经装有VS2015,因此,虽然没有在网上找到符合条件的安装教程,还是抱着试一试的心态,开始了安装。 按步骤装好Opnet之后,因为没有在网上找到有关VS2015的环 阅读全文
摘要:
因为实验需求,需要在俩个BBB板之间建立通信.为方便实验,需要每个板开启多个终端,可是pc通过串口线登入BBB板只有一个终端,由此求诸于进入bbb桌面,开启多个终端. 经过资料收集及实践,步骤如下: 准备: 一台PC(ubuntu系统),一个BBB板 步骤: 将BBB通过网线连接到pc所在路由器上, 阅读全文
摘要:
本文转载自:找不到源出处了,原作者看到请私信我^_^,稍有修改。 三个名词虽然非常绕嘴,不过说的非常准确。用中国话的语义分析就可以很方便地把三个概念区分开。 一) 常量指针 常量是形容词,指针是名词,以指针为中心的一个偏正结构短语。这样看,常量指针本质是指针,常量修饰它,表示这个指针乃是一个指向常量 阅读全文
摘要:
原题: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes co 阅读全文
摘要:
原题: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would hav 阅读全文
摘要:
原题: Given n non-negative integers a1, a2, …, an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two end 阅读全文
摘要:
原题: Given a string, find the length of the longest substring without repeating characters. Examples: Given “abcabcbb”, the answer is “abc”, which the 阅读全文
摘要:
原题: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example: Input: “babad” Output 阅读全文
摘要:
原题: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexit 阅读全文
摘要:
simple_source模块的功能是按照配置产生包,包括不同的包格式和产生速率,也是比较简单的进程模型。 参考了《opnet process model:simple_source分析》http://hi.baidu.com/ebinghaus/blog/item/c7cade9228876c83 阅读全文