06 2015 档案

摘要:第一,透明覆色古典油画技法1、用铅笔仔细起稿,应详尽、准确;2、用熟褐、培恩灰、生赭、锌白调成渐变色阶,画成一幅素描状的单色画,如同发黄的老照片,待干透后,用沙皮磨去凸起部分;3、在细棉布或细麻布上用“油画底料”做底子,干透后再做一次,干透后磨去凸起的颗粒待用;4、用熟褐、培恩灰、锌白调成淡灰色勾轮... 阅读全文
posted @ 2015-06-30 13:07 泥潭里的金鱼 阅读(341) 评论(0) 推荐(0)
摘要:/*set PATH=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE;set INCLUDE=C:\P... 阅读全文
posted @ 2015-06-25 13:59 泥潭里的金鱼 阅读(211) 评论(0) 推荐(0)
摘要:#include #include #include #include #include #include #include "tools.h"#include "urldecode.h"void test(){ char *t = "那个abcd你好吗,哈哈,ANMOL"; int ... 阅读全文
posted @ 2015-06-25 01:50 泥潭里的金鱼 阅读(280) 评论(0) 推荐(0)
摘要:using UnityEngine;using System.Collections;public class TweenFlipCARDS : MonoBehaviour{ /// 牌正面 public GameObject positive; /// 牌背面 pu... 阅读全文
posted @ 2015-06-23 17:59 泥潭里的金鱼 阅读(295) 评论(0) 推荐(0)
摘要:using UnityEngine;using System;using System.Collections;using System.Collections.Generic;using System.Text;using System.Net;using System.Threading;usi... 阅读全文
posted @ 2015-06-18 17:45 泥潭里的金鱼
摘要:using UnityEngine;using System.Collections;using System.Text;/* * 1. higher is First * 2. string add length **//// 发送包public class SendPackage{ pri... 阅读全文
posted @ 2015-06-18 17:24 泥潭里的金鱼 阅读(202) 评论(0) 推荐(0)
摘要:#include #include extern "C" __declspec(dllexport)int TCharParm(char* in,int len,char* out){ memset(out,0,4); memcpy(out,in,len); return 0;}extern "C"... 阅读全文
posted @ 2015-06-18 13:59 泥潭里的金鱼 阅读(187) 评论(0) 推荐(0)
摘要:extern "C" int _declspec(dllexport)testunity(); extern "C" int _declspec(dllexport)addT(int a,int b);int testunity() { return 3;/*这是函数,里面可以写你想要实现的任何功能... 阅读全文
posted @ 2015-06-18 01:18 泥潭里的金鱼 阅读(614) 评论(0) 推荐(0)