using System.Collections;using System.Collections.Generic;using UnityEngine; public class bundleloadasset : MonoBehaviour { // Use this for initializa ...
分类:
编程语言 时间:
2017-04-23 22:21:33
阅读次数:
174
链接 1570 - Lazy. Lazy. Laaaaaaaaaaaazy! 题意 给出三种按键,caplock,shift,nomal(像正常键盘操作一样) ,输入三串字符串,s1,s2,txt, s1表示是按大写键开时的输入,s2是关时的输入,一次能输入一个字符,问输出txt这串字符串最少需要按 ...
分类:
其他好文 时间:
2017-04-18 13:16:35
阅读次数:
180
注册DLL,一般可以用regsvr32 xxx.dll 但是COM组件,用这个注册不了。 可以用下面的方式进行注册: C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /codebase HW_Translattion.dll 同时,如 ...
分类:
其他好文 时间:
2017-04-17 19:48:37
阅读次数:
171
将陆续上传本人写的新书《自己动手写CPU》(尚未出版)。今天是第13篇。我尽量每周四篇 4.4 MIPS编译环境的建立 OpenMIPS处理器在设计的时候就计划与MIPS32指令集架构兼容,所以能够使用MIPS32架构下已有的GNU开发工具链。本节将说明怎样安装使用GNU开发工具链以及怎样制作Mak ...
分类:
其他好文 时间:
2017-04-16 19:28:23
阅读次数:
313
Application.temporaryCachePath==/storage/emulated/0/Android/data/com.***.***/cache Application.persistentDataPath==/storage/emulated/0/Android/data/co ...
分类:
移动开发 时间:
2017-04-16 17:40:36
阅读次数:
338
硬件菌需要懂磁珠,学习哈用磁珠为Altera FPGA设计电源隔离滤波器 信号与电源完整性 by xfire 老wu发现,很多硬件菌在设计PCB上的电源供应系统时,喜欢在各个电源轨之间加入磁珠隔离一下,据说能防止干扰。硬件菌们很喜欢加磁珠,貌似磁珠能包治百病,就好像我们觉得自己头疼、嗓子疼,感觉自己 ...
分类:
其他好文 时间:
2017-04-06 22:32:21
阅读次数:
281
梦工厂 百科名片 梦工厂海报 梦工厂(DreamWorks SKG)是美国排名前十位的一家电影洗印、制作和发行公司,同时也是一家电视游戏,电视节目制作公司。它制作发行的电影有超过10部票房收入超过1亿美元。 概述 电影公司始建于1994年10月,三位创始人分别是史蒂文·斯皮尔伯格(代表DreamWo... ...
分类:
其他好文 时间:
2017-04-06 09:33:55
阅读次数:
336
Leetcode-543-Diameter of Binary Tree 543. Diameter of Binary Tree Add to List 543. Diameter of Binary Tree Add to List Add to List DescriptionSubmissi ...
分类:
其他好文 时间:
2017-03-21 23:02:29
阅读次数:
287
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it cost ...
分类:
其他好文 时间:
2017-03-11 00:50:36
阅读次数:
204