自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Better Explained

偶尔记录开发中的一些琐事

  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

转载 从命令行启动3ds max(带命令行选项)并加载执行MAXScript

You can start 3ds Max from the command line in a Command Prompt window, or include the command line in a batch file. There are a number of switches that you can use on the command line.To start 

2014-10-31 20:31:57 10945

原创 C++ 异常 与智能指针

void func ( void * arena){ auto_ptr ph (new Point); SMLock sm ( arena ); // ... // sm.SMLock::~SMLock(); // ph.auto_ptr::~auto_ptr()}

2014-10-29 12:00:33 810 1

原创 数学记录——深入理解结合律

结合律和交换律,把它们剥离开,再合上。结合律满足结合律,但不满足交换律的例子:字符串拼接 等有序拼接(因为简单,所以本质)"I"+"love"+"you"=("I"+"love")+"you"="I love"+"you"="I love you""I"+"love"+"you"="I"+("love"+"you")="I"+"love you"="I love you"

2014-10-23 17:05:42 2554 1

原创 Visual Studio 的命令提示符打不开

Visual Studio 的命令提示符工具怎么突然dabukaile

2014-10-10 20:55:30 2450

原创 VC++ 内存泄露 示例代码 让new的位置显示文件名行号

// Visual C++ 2010#define _CRTDBG_MAP_ALLOC#include #include class A{public: int i; A(){ i=9;}};class B{public: short s; B(){ s = 3;} void* operator new(size_t size){ return ::operat

2014-10-09 22:38:13 1121

二维正态概率密度

用Microsoft Mathematics打开

2015-06-27

空空如也

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

TA关注的人

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