码迷,mamicode.com
首页 >  
搜索关键字:cygwin    ( 750个结果
Android学习笔记_JNI hello world
1、需要准备的工具,eclipse,cdt(c++)插件,cygwin(unix)和 android ndk.2、开发步骤:a.创建一个android工程b.JAVA代码中写声明 native 方法 public native String helloFromJNI(); 通过javah 包名.类....
分类:移动开发   时间:2014-05-31 01:09:30    阅读次数:337
Linux,unix,cygwin,centeros下的tar压缩解压缩命令详解
tar Examples:   tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.   tar -tvf archive.tar         # List all files in archive.tar verbosely.   tar -xf archive.tar         ...
分类:Windows程序   时间:2014-05-26 03:43:53    阅读次数:556
Android 使用OpenCV之编译环境非CygWin方式(Win7+Eclipse+ADT+CDT+NDK)
纯windows环境下搭建Android OpenCV开发环境,很简单...
分类:移动开发   时间:2014-05-22 17:16:59    阅读次数:422
cygwin 乱码解决方案
右键选择Options... 左栏选项选择Text,右栏Character set 选择GBK,Locale选择zh_CN 选择OK,乱码成功变中文。...
分类:Windows程序   时间:2014-05-14 15:28:27    阅读次数:308
android JNI 简单demo(2)之JNI demo 编写
http://blog.csdn.net/androidolblog/article/details/25559013...
分类:移动开发   时间:2014-05-13 07:35:20    阅读次数:529
用eclipse 玩转cocos 2dx开发
开始研究cocos2dx,mark一下这个的配置步骤 1下载eclipse 2 下载android sdk,配置sdk路径,添加环境变量 3 安装adt 4 下载android ndk,配置ndk路径 5 下载cocos2dx 开发包 注意 ndk8+ 不需要cygwin,可以省去...
分类:系统相关   时间:2014-05-12 00:35:05    阅读次数:407
eclipse下使用cygwin的方法(Windows下用eclipse玩gcc/g++和gdb)
明天就回国了,今晚回国前写写如何配置eclipse和CDT。这个配置方法网上讨论不是很多,可能用的人少,毕竟Windows上写C++程序多数喜欢VS,即使写的是Linux程序,很多人仍然会用VS(说只喜欢用VI的人我佩服)。的确VS很强大,但我也geek一回,使用eclipse做C++程序(用VI才...
分类:数据库   时间:2014-05-10 01:29:27    阅读次数:396
STL 之 stack 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_stack.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its do...
分类:其他好文   时间:2014-05-07 07:40:07    阅读次数:322
STL 之 queue、priority_queue 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_queue.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its document...
分类:其他好文   时间:2014-05-06 22:22:55    阅读次数:402
修改Cygwin的默认启动路径
原先启动Cygwin后,pwd显示:C:\Documents and Settings\Administrator@IBM-EBDC0EAC4B7 ~$ pwdC:\Documents and Settings\Administrator输入env查看目前系统有哪些环境变量:可以找到HOME=C:\...
分类:Windows程序   时间:2014-05-04 19:05:57    阅读次数:520
750条   上一页 1 ... 72 73 74 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!