一:安装1、安装VS2、安装MATLAB3、安装MCR,路径如E:\Matlab\MATLAB_R2012A\toolbox\compiler\deploy\win324、将UHD_image放到bin目录下二、在Matlab中测试USRP在Matlab的Command Window中输入finds...
问题:
编译android时 出现错误:
“No command 'mmm' found”
或 未找到 “'mmm' 命令”
No command 'mmm' found, did you mean:
Command 'mwm' from package 'motif-clients' (multiverse)
Command 'mwm' from package 'les...
分类:
其他好文 时间:
2014-12-14 22:48:50
阅读次数:
339
9.6Givenamatrixinwhicheachrowandeachcolumnissorted,writeamethodtofindanelementinit.voidsearch(int[][]a,intt)
{
intm=a.length;
intn=a[0].length;
//Startfromright-uppoint.
//ifrightUp==t,found
//ifrightUp>t,allcolumnare>t
//ifrightUp<t,allroware<..
分类:
其他好文 时间:
2014-12-14 18:46:19
阅读次数:
149
linux的标准的输入和输出为如下 我们在 linux中执行命令时,命令默认输出到console中,很多时候我们需要将命令输出到其他设备上如最常见的就文件中去,或者重文件中输入。那这时候就需要用到linux的输入和输出的重定向了。 常用文件重定向命令: command >file: 标准输出重定向到...
分类:
系统相关 时间:
2014-12-14 18:34:41
阅读次数:
290
1 #!/bin/bash 2 ############################################ 3 # @content chapter 8,9 of Linux Command Line and Shell Scripting Bible 4 # @reader...
分类:
系统相关 时间:
2014-12-14 18:28:43
阅读次数:
337
Centos搭建Eclipse C/C++环境只需要CDT即可,解压运行,新建工程,运行报 program g++ not found in path : eclipse 的window--》preference--》c/c++--》 build --》 setting --》discovery--...
分类:
数据库 时间:
2014-12-14 18:22:10
阅读次数:
321
iOS中如何改工程的名字
例如我的工程名字是TwoTableView,点击”TwoTableView”—>TARGETS下面的TwoTableView—>点击右边的Bulid Settings—>点击“All”—>在右边的搜索框里面搜索Product Name ,可以看到,直接改需要的名字就可以了,注意这里的名字不能在你的工程里面显示,你运行以后,点住模拟器,Command+Shift+h就可以...
分类:
移动开发 时间:
2014-12-14 17:12:38
阅读次数:
142
1、设置NSZombieEnabled打开XCode的选项:“NSZombieEnabled” 。在crash时可能会给你更多的一些提示信息。2、分析内存泄露(shift+command+b)3、使用Instruments的leaks工具先在工具栏按下红色的圆形按钮,把工具监视内存的活动停下来。选择...
分类:
其他好文 时间:
2014-12-14 15:45:15
阅读次数:
141
步骤比较简单:
1、在Objective C工程中,创建新文件(command+N),选择Swift文件
2、选择创建bridge-header,后会生成两个文件,一个是bridge-header(这个暂时没用,这个文件是用来将objective c中的接口暴露给swift),一个是swift文件
3、在swift中想要暴露给objective C中的类或者方法前加上@objc关键字(@objc关键字的一个功能是暴露swift接口给Objective C)
4、在想要使用Swift中的文件中,包含头文件#i...
分类:
编程语言 时间:
2014-12-14 14:41:19
阅读次数:
142
在shell中常用的特殊符号罗列如下:# ; ;; . , / \ 'string'| ! $ ${} $? $$ $*"string"* ** ? : ^ $# $@ `command`{} [] [[]] () (()) || && {xx,yy,zz,...}~ ~+...
分类:
系统相关 时间:
2014-12-14 11:49:42
阅读次数:
332