其他
题目描述You’re giving a party in the garden of your villa by the sea. The party is a huge success, and everyone is here. It’s a warm, sunny evening, and a...
分类:其他 时间:2014-05-05 21:55:04 收藏:0 阅读:415
雨殇 雨,永无止息从白昼流向暗处,在残破不堪的世界里肆虐着,孤单的时候,总会感觉恐惧在一点点吞噬着我,能做的,只是不停地挣扎,躲在黑暗的角落里燃烧尽卑微的自我…… 许多的时候所追求的人生意义就如雨一般,在一片昏暗中降临,在风里哭泣,挣扎,然后在空气里体无完肤,没有人,可以改变一滴雨的轨迹,或许雨滴本...
分类:其他 时间:2014-05-05 21:57:29 收藏:0 阅读:355
以下说明均以心恬科技的XT-106控制卡作为硬件基础设备。与LED显示屏通讯,第一步是建立连接(我们称之为Hello)。网络通讯协议方式为UDP,可以自己定义UDP数据包结构,也可以利用系统提供的Socket工具来访问LED显示屏。准备好硬件(显示屏配置成功)之后就可以试图通过代码来与显示屏建立连接...
分类:其他 时间:2014-05-05 21:56:05 收藏:0 阅读:596
Pig安装
分类:其他 时间:2014-05-05 21:58:30 收藏:0 阅读:347
using UnityEngine;using System.Collections;public class Test : MonoBehaviour { public GameObject anObject ; private Camera cam ; private Plan...
分类:其他 时间:2014-05-05 21:59:26 收藏:0 阅读:388
以下大部分内容摘自《windows程序设计 第2版》 王艳平 张铮 编著动态类型识别:在程序运行过程中,辨别对象是否属于特定类的技术。应用举例:函数辨别参数类型、需要针对对象的类编写特定的代码。CRuntimeClass 包含类信息(不仅包含一般的信息,还包括创建类的函数指针)#include #i...
分类:其他 时间:2014-05-05 22:00:49 收藏:0 阅读:539
#include #include #include using namespace std;int n,leap;int vis[12];void dfs(int index,int num){ if(leap) return ; if(index>n) { ...
分类:其他 时间:2014-05-05 22:00:24 收藏:0 阅读:607
在公司项目开发中,用到了assetbundle,由于是webplayer不像手机,流量限制几乎没有,所以场景都是用assetbundle打包后动态加载的,但是这个过程中,遇到不少坑:1.Editor版本不能读取与自己版本不同的assetbundle这个问题描述起来很简单:比如:老板原来让你用4.1打...
分类:其他 时间:2014-05-05 22:02:14 收藏:0 阅读:430
原地址:http://www.unity蛮牛.com/blog-2321-336.htmlShader "Custom/TextureEffect" { Properties { _MainTint("Diffuse Tint",Color) = (1,1,1,1) ...
分类:其他 时间:2014-05-05 22:03:37 收藏:0 阅读:512
FPSDisplay.csusing UnityEngine;using System.Collections; public class FPSDisplay : MonoBehaviour{ float deltaTime = 0.0f; void Update() { ...
分类:其他 时间:2014-05-05 22:04:38 收藏:0 阅读:823
1160437160438160439166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!