- 博客(7)
- 收藏
- 关注
原创 [Unity3d] 在Unity中使用c++ dll
然后出现error:……expected 64 bit architecture其实就是unity的editor告诉你我tm是64位的,你给老子32位的dll坑呢。这里在vs菜单栏中:选择项目->最底下的属性->右上角的配置管理器->把平台改成x64
2016-01-25 23:09:04
3185
原创 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
786
原创 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
481
原创 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
976
原创 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
734
原创 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
747
原创 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
523
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅