码迷,mamicode.com
首页 >  
搜索关键字:insight    ( 380个结果
linux开发应用程序到运行的过程
1、给linux配置交叉编译环境 2、在windows下使用source insight写程序,一共有m个h文件,n个c文件,k个main函数 3、将源代码放在linux里 4、在源代码文件夹里新建makefile,配置源代码的文件依赖关系 5、make编译文件,生成可执行文件 6、新建执行程序的脚 ...
分类:系统相关   时间:2017-07-09 19:41:38    阅读次数:185
Watson API - Personality Insight For Certificate
Personality Insight For Certificate 1.Describe the intended use of the Personality Insights service As a core service of the IBM Watson platform, the ...
分类:Windows程序   时间:2017-07-06 18:53:41    阅读次数:215
vscode 插件备忘
由于不喜欢嵌入式c语言开发IDE,所以一致就当IDE是编译器,编辑工作都是使用其他文本编辑器替代的,最开始使用source insight,但是乱码问题和新建工程的不便利(也许不太会用),让我很纠结,当看到ST3时,我眼前一亮,感觉这就是我想要的,虽然ST3很好,但是当我遇到vscode的时候,我毅 ...
分类:其他好文   时间:2017-07-04 13:24:43    阅读次数:122
emacs+global的初步使用
我目前使用EMACS的目标很简单,就是想替换到source insight。 之前看一位大神的视频,都是windows和linux下各一份代码,windows下用source insight查看代码,然后通过ssh拖到linux下,实在费劲。 后面看到在linux下安装wine,然后在wine下安装 ...
分类:系统相关   时间:2017-07-02 17:48:46    阅读次数:564
ios调用Html内JS alert 不能点击关闭为甚?
ios调用Html内JS alert 不能点击关闭为甚? This question gave me the most insight to the problem... Deadlock with GCD and webView The gist is that the thread handli ...
分类:移动开发   时间:2017-06-29 11:12:23    阅读次数:885
信息熵
That transfer of information, from what we don’t know about the system to what we know, represents a change in entropy. Insight decreases the entropy ...
分类:其他好文   时间:2017-06-21 13:56:54    阅读次数:136
Vs2012在Linux开发中的应用(1):开发环境
在Linux的开发过程中使用过多个IDE。code::blocks、eclipse、source insight、还有嵌入式厂商提供的各种IDE。如VisualDsp等,感觉总是不如vs强大好用。尽管VS并不提供gcc的编译和调试支持。在之前的开发中仅仅能充当一个编辑器的作用,但VS提供了强大的SD ...
分类:系统相关   时间:2017-06-17 15:59:26    阅读次数:220
Source Insight 中的 Auto Indenting
编码过程中,希望输入花括号时能自动对齐,Source Insigth 应如何设置? 先来看一下Source Insight 中的帮助。 “ Auto Indenting The auto-indenting feature controls the level of indentation as y ...
分类:其他好文   时间:2017-06-09 19:21:43    阅读次数:187
在source insight中添加多行注释和快速添加#if 0的方法
1,添加函数 project-》open project中打开Base,在utils.em文件中添加:MultiLineComment和AddMacroComment函数 macro MultiLineComment() { hwnd = GetCurrentWnd() selection = Ge ...
分类:其他好文   时间:2017-06-01 14:40:21    阅读次数:1305
ubuntu下安装wine并运行source insight
本文介绍如何在64位 ubuntu下安装wine,并运行source insight。 1. 获取安装包 首先官网(https://www.winehq.org/)下载源码包,解压。 tar xvJf wine-2.0.1.tar.xz 2. 安装依赖 sudo apt-get update sud ...
分类:Windows程序   时间:2017-05-10 21:21:56    阅读次数:1795
380条   上一页 1 ... 11 12 13 14 15 ... 38 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!