Quantcast
Channel: C++博客-所有随笔
Browsing all 7881 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

【奋战2013regional】 【和小学弟一起刷题】codeforces #186 div2

     摘要:   阅读全文西月弦 2013-05-31 20:48 发表评论

View Article


Image may be NSFW.
Clik here to view.

【奋战2013regional】 【和小学弟一起刷题】topcoder 477 div1 待续。。。

     摘要: topcoder 577  阅读全文西月弦 2013-06-01 01:09 发表评论

View Article


Image may be NSFW.
Clik here to view.

windows下搭建cocos2dx Android开发环境

环境winxp + android sdk + ndk r8b+ cygwin 1.7.16-1 + cocos2d-1.0.1-x-0.12.0 1.下载android sdk、ndk、cygwin http://dl.google.com/android/android-sdk_r20.0.1-windows.zip...

View Article

Image may be NSFW.
Clik here to view.

cocos2d-x学习笔记 如何将win32移植到android

本文主要讨论如何将一个win32项目,移植到android上面,网上很多文章说的不一样,因为cocos2d-x的android项目配置方法好像修改过几次(好像?我没用过老版的),本文提供一种简单的方法。 第零步:配置android工程生成器 #1用ue之类的编辑器打开cocos2d-x目录下的create-android-project.bat #2编辑这三个变量 意思太明白了,就不解释了...

View Article

Image may be NSFW.
Clik here to view.

OBIEE了解之问与答(转载)

OBIEE 之问与答:Q:OBIEE能做什么?1,来自于数据库的数据报表2,提供展现内容的一个web平台Q:OBIEE是一个数据库吗?不是。Q:OBIEE支持的数据库有哪些?1. Oracle2. SQL Server3. DB24. MySQL5. ODBC Sources6. MS Access7. SyBase8. Redbrick9. SAP BW10. SQL Anywhere11....

View Article


Image may be NSFW.
Clik here to view.

1>c:\program files\microsoft visual studio 9.0\vc\atlmfc\include\afx.h(24) :...

工程->属性- >配置属性->c++->命令行结尾加上/D "_AFXDLL" O了!小王 2013-06-01 18:39 发表评论

View Article

Image may be NSFW.
Clik here to view.

STL 中sort源码分析

转自:http://blog.csdn.net/superhackerzhang/article/details/6410670 以SGI的STL为例 sort有两种重载形式 template <class RandomAccessIterator>void sort(RandomAccessIterator first, RandomAccessIterator last);...

View Article

Image may be NSFW.
Clik here to view.

【复仇之战】AHOI2013 Round2 总结

先占个位置,以后再写。———————————————————————————————————————————————————Mato_No1 2013-06-01 21:38 发表评论

View Article


Image may be NSFW.
Clik here to view.

111

Vontroy 2013-06-02 10:21 发表评论

View Article


Image may be NSFW.
Clik here to view.

发一个我写的音频库

gaudio是一个使用最方便的音频播放库修改记录1.2013.04.01    初次发布2.2013.04.10    完成对wav格式采样频率8000-48000,采样格式4,8,16,24,32的支持     3.2013.05.01    a.版本提升为1.4.0.8    b.修改一个退出异常    c.支持二源混音    d.使用载入插件的方式提供对wav播放的支持...

View Article

Image may be NSFW.
Clik here to view.

debian 系统修改语言设置成英文

root@debian:~# vi /etc/default/locale root@debian:~# dpkg-reconfigure localesGenerating locales (this might take a while)  en_US.UTF-8 done  zh_CN.UTF-8 doneGeneration complete.root@debian:~# cat...

View Article

Image may be NSFW.
Clik here to view.

关于Unix/Linux下查看命令行历史记录(history/.bash_history)

关于Unix/Linux下查看命令行历史记录(history/.bash_history) 1.vi .bash_history 关于.bash_history的配置 export HISTCONTROL=ignoreboth Don’t save duplicates export HISTSIZE=10000 这个是针对history命令的设置,The number of commands...

View Article

Image may be NSFW.
Clik here to view.

LTZ做作业之APUE8

信号提供异步时间处理方式触发时机:1.终端命令2.硬件异常,由kernel抛向对应的Process3.kill函数/kill命令(超级用户or Process的user相同,这里的user id一般是指实际用户ID or 有效用户ID,如果支持 _POSIX_SAVED_IDS,那么检查saved-user-id)4.软件触发(满足信号条件)...

View Article


Image may be NSFW.
Clik here to view.

在 Ubuntu 上构建 GNU Radio

Building GNU Radio on Ubuntu LinuxGNU Radio 发行版 3.2GNU Radio 最新发行版 3.2, 已经对 Ubuntu 9.04 (Jaunty) 有二进制的安装包(binary package)。再也不需预先手动安装构建工具和进行从繁琐的源码安装了。而且 USRP 和 USRP2 的安装和配置是自动完成的。这是最快和最简洁的方法让 GNU Radio...

View Article

Image may be NSFW.
Clik here to view.

VC2010编译 thrift compiler

VC2010编译 thrift compiler需flex, bison.bison依赖m4, regex.Pre-Build event 中 flex 命令有误,-o与参数间不应该有空格。flex -o"src\\thriftl.cc" src/thriftl.llbison -y -o "src\thrifty.cc" --defines="src/thrifty.h"...

View Article


Image may be NSFW.
Clik here to view.

secureCRT 在ubuntu下显示中文乱码的问题 和 mc 按f10功能键的问题

     摘要: secureCRT 在ubuntu下显示中文乱码的问题 和 mc 按f10功能键的问题  阅读全文AlanTop 2013-06-03 11:08 发表评论

View Article

Image may be NSFW.
Clik here to view.

加密解密

using System;using System.Collections.Generic;using System.Web;using System.Security.Cryptography;using System.Text;using System.IO; /// <summary>///Encrypt 的摘要说明/// </summary>public class...

View Article


Image may be NSFW.
Clik here to view.

[转]Latex 空格的设定

两个quad空格a \qquad b                         两个m的宽度  quad空格a \quad b                             一个m的宽度 大空格a\ b                                       1/3m宽度 中等空格a\;b...

View Article

Image may be NSFW.
Clik here to view.

(地基工)解决error:2014 Commands out of sync; you can't run this command now

     摘要:   阅读全文点点滴滴 2013-06-03 16:19 发表评论

View Article

Image may be NSFW.
Clik here to view.

LTZ看书之APUE9

线程函数int pthread_equal(pthread_t tid1, pthread_t tid2)pthread_t pthread_self(void) int pthread_create(pthread_t *restrict tidp, const pthread_attr_t *restrict attr     void* (*start_rtn)(void), void*...

View Article
Browsing all 7881 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>