大約是1996年春天,我在韋恩州立大學(Wayne State University)正忙著寫碩士論文。一天,收到了一封電子郵件,來自Richard Brodie,我依稀還記得上面寫著: "I'm the creator of Word. I found your resume… are you interested in a contract position at Microsoft?" 他叫我寫了一個程式
/// <summary> /// This is a game component that implements IUpdateable. /// </summary> public class FrameRateCounter : Microsoft.Xna.Framework.DrawableGameComponent { ContentManager content; SpriteBatch
上接教程二==================ISS2NSI v1.0a2==================ISS2NSI is a tool for convert Inno Setup script files into NSIS script files.Usage:==================Program:At the command prompt write: iss2nsi issscript.iss [nsiscript.nsi]if nsiscript.nsi is
public class Camera2D { protected float _zoom; // Camera Zoom protected Matrix _transform; // Matrix Transform protected Vector2 _pos; // Camera Position protected float _rotation; // Camera Rotation private