自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 [Unity3d] 在Unity中使用c++ dll

然后出现error:……expected 64 bit architecture其实就是unity的editor告诉你我tm是64位的,你给老子32位的dll坑呢。这里在vs菜单栏中:选择项目->最底下的属性->右上角的配置管理器->把平台改成x64

2016-01-25 23:09:04 3059

原创 Leetcode 279 Perfect Squares

Given a positive integer n, find the least number of perfect square numbers (for example, 1, 4, 9, 16, ...) which sum to n.For example, given n = 12, return 3 because 12 = 4 + 4 + 4; given n =

2015-09-10 23:05:15 728

原创 Ruby on Rails初涉——安装

操作系统Ubuntu14.04用$ gem install rails时出现:ERROR:  Error installing rails:ERROR: Failed to build gem native extension.......checking for gzdopen() in -lz... nozlib is missing; necessary for

2015-08-25 21:36:44 432

原创 pat1044. Shopping in Mars

1044. Shopping in Mars (25)时间限制100 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueShopping in Mars is quite a different exp

2014-02-27 22:14:46 885

原创 1030. Travel Plan

1030. Travel Plan (30)时间限制400 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA traveler's map gives the distances between c

2014-02-18 22:05:10 680

原创 PAT 1020. Tree Traversals

1020. Tree Traversals (25)Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, you are supposed to output the level order

2014-02-18 00:32:29 687

原创 ZOJ 1109 Language of FatMouse

开始学习stl,准备记录下自己每天做的zoj题目。这题用map类解起来并不困难,对字符串处理时用了substr。题目连接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=109#include#include#include#include#includeusing namespace std;i

2013-04-04 23:16:21 478

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除