科学网

 找回密码
  注册
Ubuntu 17.10 WIFI无线网络无法解析DNS域名的解决方法
徐勇刚 2017-11-15 00:56
把笔记本电脑(联想Y460)的操作系统从Ubuntu 16.04LTS升级到了Ubuntu 17.10, 发现WIFI无线网络能够连接上, 但就是上不了网, 比如无法访问百度(www.baidu.com)网页。 但是如果利用网线来接入有线网络, 则能够正常访问网页。 在连接WIFI无线网络的情形下, 通过ping www.baidu.com操作发现没有响应,通过p ...
个人分类: 软件|9323 次阅读|没有评论
Ubuntu 16.04上运行sentaurus TCAD遇到的问题及解决方法
徐勇刚 2017-7-4 18:04
在Ubuntu 16.04上安装好sentaurus TCAD后,软件运行时依然面临着问题,主要是该软件所依赖的共享库(lib*.so.?)版本或名称与Ubuntu 16.04系统上原有的不一致, 因而需要安装新的含有共享库文件的软件包或者用新名称destination做软链接(ln -s source destination )到原有的共享库文件source. 1. 无法打开 Ex ...
个人分类: 软件|12042 次阅读|1 个评论
Ubuntu 16.04上安装sentaurus TCAD遇到的问题及解决方法
徐勇刚 2017-7-1 20:23
根据 教程 在 Ubuntu 16.04 上安装 sentaurus TCAD 后,启动时遇到下面两个问题: 1 、运行 .../SCL/11.5/amd64/bin/ lmgrd -c path_to_license_file /license.dat -l path_to_logfile /logfile 时出现下列提示: ~$ .../lmgrd: No such file or directory 原因: &nb ...
个人分类: 软件|8057 次阅读|没有评论
[用MATLAB写算法]之排序算法2)归并排序merge sort
徐勇刚 2017-3-29 18:28
归并排序(merge sort)是一种利用分治策略(divide and conquer)进行排序的算法,算法复杂度为 . filename: merge_sort %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function result=merge_sort(num_array) % result=merge_sort(num_array) ascending % algorithm complexity: theta(n*log2(n)) N=len ...
个人分类: 算法学习|7099 次阅读|没有评论
[用MATLAB写算法]之排序算法1)插入排序
徐勇刚 2017-3-13 13:09
简单的插入排序,算法复杂度为Θ(n 2 ). filename: insertion_sort %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function sorted_array=insertion_sort(num_array) % sorted_array=insertion_sort(num_array) ascending % algorithm complexity: theta(n^2) for i=2:length(num_array) for j=1: ...
个人分类: 算法学习|6233 次阅读|没有评论
点群不可约表示的符号标记
热度 4 徐勇刚 2013-12-8 00:47
作为凝聚态物理方向的研究生,在阅读相关的文献的过程中总会遇到标记半导体能带的像$\Gamma_6$,$\Gamma_7$这样的一些符号,起初总是纳闷,这些符号是怎么定义的?为什么要这么定义?是谁给定义的?后来知道,这些符号其实跟群论有关。于是找了一些群论的教材和资料来看,可又遇到了更多的看起来奇怪的符号,比如有些点群的 ...
32073 次阅读|6 个评论 热度 4
Dirac equation and Weyl equation
热度 1 徐勇刚 2013-11-21 23:23
Quantum mechanics and relativity theory are the two greatest achivements in the history of modern physics starting at the beginning of the 20th century. Each of the two has been so sucessfully examined by experiments and widely applied in various fields. However, in such a harmonious physical world ...
6656 次阅读|1 个评论 热度 1

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-25 22:59

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部