原文: 使用 C# 进行 Outlook 2007 编程 探讨如何使用 C# 编程语言生成 Outlook 识别的应用程序和 Outlook 外接程序。 请从"Add References"对话框访问"COM"选项卡,并选择"Microsoft Outlook 12.0 Object Library...
分类:
其他好文 时间:
2014-10-02 08:22:42
阅读次数:
233
暂时使用boost 序列化, 目前我的测试基本都ok 只是对于c++11 shared ptr 没有测试成功,只能手工写下shared ptr 部分的序列化,也就是目前我对指针都不直接序列化,自己管理,例如下面样子
Load_(modelFile); //model直接序列化
string norm...
分类:
编程语言 时间:
2014-10-01 18:32:51
阅读次数:
217
前阵子在ubuntu上搭载安卓的开发环境(Eclipse+Sdk+Adt),搭载是完成了,但是却出现了该问题:aapt: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64该问题还导致了创...
分类:
编程语言 时间:
2014-10-01 02:40:40
阅读次数:
289
In linux, you can use the ncurses library to use the terminal as a text buffer: move the cursor around, and write text. It can also draw windows and o...
分类:
其他好文 时间:
2014-09-30 18:43:59
阅读次数:
154
详细说明及下载dll源码路径:http://msdn.microsoft.com/zh-cn/library/ms972974.aspx顺带上本人写的一个小例子:http://files.cnblogs.com/xuxu-dragon/Url%E9%87%8D%E5%86%99UrlRewrite....
分类:
Web程序 时间:
2014-09-30 18:09:09
阅读次数:
175
找到modelsim安装目录下的modelsim.ini文件。 将modelsim.ini的只读属性去掉。 打开quartus软件。选择Launch Simulation Library Compiler。 选择仿真工具modelsim。 设置modelsim路径。 选择需要的器件。 选择库语言。 ...
分类:
其他好文 时间:
2014-09-30 17:50:09
阅读次数:
236
想学习一下SVM,所以找到了LIBSVM--A Library for Support Vector Machines,首先阅读了一下网站提供的A practical guide to SVM classification.写一写个人认为主要的精华的东西。SVMs is:a technique fo...
分类:
其他好文 时间:
2014-09-30 16:36:19
阅读次数:
146
weak_ptr是辅助shared_ptr的智能指针。就像它的名字一样,是个“弱”指针;仅有几个接口,仅能完成很少工作,来辅助shared_ptr...
分类:
其他好文 时间:
2014-09-29 22:38:41
阅读次数:
196
添加COM组件引用:Microsoft Speech object library private SpVoice voice; private void button1_Click(object sender, EventArgs e) { ...
分类:
其他好文 时间:
2014-09-29 17:08:51
阅读次数:
192
C++关于shared_ptr的总结。里面有一份简单的源码实现,有助于理解shared_ptr的实际原理。希望对大家有帮助。也欢迎批评指正。...
分类:
编程语言 时间:
2014-09-29 10:55:30
阅读次数:
188