码迷,mamicode.com
首页 >  
搜索关键字:open gl    ( 25180个结果
cocos2d-x(2.2) 学习之坐标转换
坐标转换GL坐标系:Cocos2D以OpenglES为图形库,所以它使用OpenglES坐标系。GL坐标系原点在屏幕左下角,x轴向右,y轴向上。屏幕坐标系:苹果的Quarze2D使用的是不同的坐标系统,原点在屏幕左上角,x轴向右,y轴向下。ios的屏幕触摸事件CCTouch传入的位置信息使用的是该坐...
分类:其他好文   时间:2014-07-22 22:55:32    阅读次数:217
动态链接库找不到 : error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
问题:运行gsl(GNU scientific Library)的函数库,用gcc erf.c -I/usr/local/include -L/usr/local/lib64 -L/usr/local/lib -g -Wall --std=gnu99 -lgsl -lgslcblas -o m.o编...
分类:其他好文   时间:2014-07-22 22:54:54    阅读次数:591
第三方应用分享到微信朋友圈功能
分享自http://blog.csdn.net/qianfu111/article/details/9115303最权威的学习资料还是要去看官网,以及官网提供的Demo,基本上你是可以直接拿来使用的,这是官网网站:http://open.weixin.qq.com/。 在微信分享中主要碰到了如...
分类:微信   时间:2014-07-19 20:23:02    阅读次数:477
android PopupWindow实现从底部弹出或滑出选择菜单或窗口
android PopupWindow实现从底部弹出或滑出选择菜单或窗口http://www.open-open.com/lib/view/open1379383271818.htmlhttp://blog.csdn.net/centralperk/article/details/7494441
分类:移动开发   时间:2014-07-19 19:17:59    阅读次数:250
2.3 确定文件描述符数
lib/openmax.c#include "apue.h"#include #include #ifdef OPEN_MAXstatic long openmax = OPEN_MAX;#elsestatic long openmax = 0;#endif/* * If OPEN_MAX is i...
分类:其他好文   时间:2014-07-18 23:36:31    阅读次数:279
MFC通过ODBC连接mysql(使用VS2012编写MFC)
1.ODBC连接mysql 首先ODBC是什么呢?开放数据库互连(Open Database Connectivity,ODBC)是微软公司开放服务结构(WOSA,Windows Open Services Architecture)中有关数据库的一个组成部分,它建立了一组规范,并提供了一组对数据库...
分类:数据库   时间:2014-07-18 21:13:25    阅读次数:407
python二进制读写文件
#coding=gbk'''Created on 2014-5-7'''import os.pathinputPath = './input.txt'outPath = './out.txt'bufferSize = 10inputFile = open(inputPath, 'rb')outFil...
分类:编程语言   时间:2014-07-18 20:34:41    阅读次数:246
串口编程时,出现Cannot open /dev/ttyS0 Permission denied解决
在ubuntu14.04上,通过qtcreator进行串口编程时出现:tryingtoopenfile"/dev/ttyS0"couldnotopenfile:权限不够portopenisfalsejgc>ls-al/dev/ttyS0 crw-rw----1rootdialout4,64Mar2321:00/dev/ttyS0 jgc>echoxyzzy>/dev/ttyS0 bash:/dev/ttyS0:Permissiondenied解决方..
分类:其他好文   时间:2014-07-17 08:01:38    阅读次数:455
sublime搜索和替换-单文件搜索
Searching To open the search panel for the active file, press Ctrl + F. Someoptions and actions available through this panel can be controlled from thekeyboard: Toggle Regular Expression...
分类:其他好文   时间:2014-07-16 16:32:20    阅读次数:187
sublime搜索和替换--多文件搜索替换
Search and Replace - Multiple Files Searching To open the search panel for files, press Ctrl + Shift + F. You can use thekeyboard to control some search panel options and search actions: ...
分类:其他好文   时间:2014-07-16 16:17:14    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!