package com.example.dragscale;import
android.os.Bundle;import android.app.Activity;import
android.graphics.Matrix;import android.graphics.PointF;impor...
分类:
移动开发 时间:
2014-05-08 12:41:12
阅读次数:
350
下载Qt:http://qt-project.org/downloadsQt5.2 for
Mac:http://download.qt-project.org/official_releases/qt/5.2/5.2.1/qt-opensource-mac-x64-clang-5.2.1.dmg注...
分类:
其他好文 时间:
2014-05-08 10:11:17
阅读次数:
357
网上很多关于QT中文乱码的问题及答案,但情况不同解决方法也不一样。本方案适用于VS2013+QT5.3环境(编译器是VC)using namespace
std;# pragma execution_character_set("utf-8")//文件的开头要声明字符编码UTF-8,这样输出中文字符...
分类:
其他好文 时间:
2014-05-08 00:40:33
阅读次数:
383
Nodejs模仿commonJS模块系统,内置的require函数很容易include存在于各个分离的文件中的模块。Require函数的基本功能是读取一个javaScript文件并且执行它,返回exports对象。一个模块的例子:
console.log("evaluating example.js");
var invisible = function () {
console.log(...
分类:
Web程序 时间:
2014-05-07 23:25:39
阅读次数:
324
Restoring Purchased ProductsUsers restore
transactions to maintain access to content they’ve already purchased. For
example, when they upgrade to a ne...
分类:
移动开发 时间:
2014-05-07 17:06:59
阅读次数:
869
题目链接 Find the contiguous subarray within an array
(containing at least one number) which has the largest sum. For example, given
the array [?2,1,?3,4,...
分类:
其他好文 时间:
2014-05-07 16:42:42
阅读次数:
287
Downloading the module:sudo apt-get install
python-tksimple example:#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode
Tkinter tutorialThis script sho...
分类:
编程语言 时间:
2014-05-07 14:46:05
阅读次数:
454
-----mywidget.cpp----- 1 #include "mywidget.h" 2
#include "ui_mywidget.h" 3 #include 4 #include 5 #include 6 #include 7 #include
8 #inclu...
分类:
编程语言 时间:
2014-05-07 12:50:20
阅读次数:
447
今天分享一个我用Qt改写的微信打飞机游戏,程序重在设计过程,运用了(抽象)工厂的模式产生不同的对象(子弹,敌军,炸弹...),逻辑处理相对简单,尚未解决的问题是怎么使用Qt实现各种声音的混音效果,这里使用QThread线程里面使用Sound类播放声音,但是效果不佳,如有好的解决方案,望回复指导...
分类:
微信 时间:
2014-05-07 12:17:30
阅读次数:
750