码迷,mamicode.com
首页 >  
搜索关键字:target    ( 24275个结果
Linux基础部分: 历史 现在 未来
最初的电脑:卡片打孔Multics计划:贝尔+麻省理工+通用电器(目标300人终端)1969贝尔实验室退出该计划KenThompson与DennisM.Ritchie:多用户多任务操作系统(一个有趣的故事)Multics-星际旅行-PDP7-B语言-C语言改写http://www.ruanyifeng.com/blog/2010/03/unix_copyright_histo..
分类:系统相关   时间:2014-08-12 03:38:23    阅读次数:467
回顾UNIX LINUX BSD架构
1.计算机层级结构2.AttheheartofeveryUnix,Linux,andBSDsystemisthekernel.内核是所有Unix,Linux,BSD系统的核心敲击键盘-硬件将内容转给kernel-kernel-输出到显示-如果可执行-调用处理器,内存和其他资源执行任务。3.繁多的版本BSD4.3混合了专属的AT&TUnix代码,继续使用就..
分类:系统相关   时间:2014-08-12 03:37:53    阅读次数:334
Android NDK开发常见错误
错误一: make: *** No rule to make target `/cygdrive/d/1-workspace/showmap-android-opengles/jni/showmap_opengles_OpenGLESRenderer.c', needed by `/cygdrive/d/1-workspace/showmap-android-opengles/obj/loc...
分类:移动开发   时间:2014-08-12 00:38:53    阅读次数:427
[LeetCode] 4Sum
Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array whic...
分类:其他好文   时间:2014-08-12 00:12:03    阅读次数:209
[LeetCode] 3Sum Closest
Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers....
分类:其他好文   时间:2014-08-12 00:03:33    阅读次数:269
quick cocos2d-x Xcode下省去clean,让修改的脚本生效
《quick cocos2d-x Xcode下省去clean,让修改的脚本生效》项目 target build phases 点击build phase的空白区域 选择Editor Add Build Phase Add Run Script Build Phase编写脚本:顺序调整:...
分类:其他好文   时间:2014-08-11 21:04:12    阅读次数:264
Hyper-v使用差异磁盘创建虚拟机
使用差异磁盘创建虚拟机的好处1.节省物理磁盘的空间2.快速的创建多个虚拟机生产环境中不建议使用,主要是在测试环境中使用,其使用过程中母盘需关闭,母盘挂了就完蛋了。其实这里的方法跟vmwareworkstation中的链接克隆是差不多的,在vmwareworkstation中我们为了在测试环境中..
分类:其他好文   时间:2014-08-11 18:13:43    阅读次数:287
Xcode5.1制作formework
新建一个工程,选择framework & library - Cocoa Touch Static Library,命名为TestKit。删除不必要的文件。TestKitTests 和TestKit target。 新建一个Bundle 。new-file-target;选择OS X目录下FrameWork&Library中的Bundle,取名为TestiOSKit。删除TestiOSKit中T...
分类:其他好文   时间:2014-08-11 17:48:52    阅读次数:246
机器人api(图灵机器人)
图灵机器人,是基于自然语言解析的智能机器人,已经免费开放了机器人api接口,有需求的同学可以去试试。 图灵机器人官网:http://www.tuling123.com  图灵机器人体验:http://www.tuling123.com/openapi/cloud/proexp.jsp...
分类:Windows程序   时间:2014-08-11 14:59:52    阅读次数:258
linux 编译时多个源文件生成一个目标文件
obj-m := target.o   target-objs :=  src1.o src2.o src3.o...
分类:系统相关   时间:2014-08-11 11:58:12    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!