摘要:
有段时间没有在网上游荡了,机缘巧合^_^看到了这篇文章转在这里。题:StarCraft的工程师谈美国的游戏开发过程(原创)版权所有:疯之舞 原作 提交时间:11:00:40 06月11日6月9日,我们公司迎来了一位客人,他叫Gage Galinger。关于他这个人,大家可以看看简历: StarCraft (Blizzard Entertainment): Primary responsibility was the in game multiplayer code. Also worked on chat rooms, game flow, save and load, and a littl 阅读全文
阅读排行榜
Add Two Numbers
2011-12-23 10:12 by OntheMars, 276 阅读, 收藏,
摘要:
First post here, : )Problem Add Two Numbers from http://www.leetcode.com/onlinejudgeYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.Input: ( 阅读全文
C/C++头文件一览 &&string.h中的函数
2007-03-18 14:31 by OntheMars, 270 阅读, 收藏,
摘要:
C/C++头文件一览 #include <assert.h> //设定插入点#include <ctype.h> //字符处理#include <errno.h> //定义错误码#include <float.h> //浮点数处理#include <fstream.h> //文件输入/输出#include <iomanip.h> //参数化输入/输出#include <iostream.h> //数据流输入/输出#include <limits.h> //定义各种数据类型最值常量#include & 阅读全文
第二次数据结构作业
2007-04-03 00:33 by OntheMars, 254 阅读, 收藏,
摘要:
上次作业有几处错误 这是第二次作业~使用stack 和queue 以后就都写成类了 分.h 和.cpp这样规范些. 请高手指教停车场管理。设停车场内只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满几辆汽车,则后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,由于停车场是狭长的通道,在它之后开入车场的车辆必须先退出车场为它让路,待该辆车开出大门外后,为它让路的车辆再按原次序进入车场。在这里假设汽. 阅读全文
How To Safely Store A Password
2011-12-24 03:59 by OntheMars, 252 阅读, 收藏,
摘要:
自己的密码也被csdn泄露了,这几天改密码改的不亦乐乎。转一篇如何存储密码的文章http://codahale.com/how-to-safely-store-a-password/.自己也学习一下How To Safely Store A Password31 Jan 2010Use bcryptUse bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt.Why Not {MD5, SHA1, SHA256, SHA512, SHA-3, 阅读全文
浙公网安备 33010602011771号