会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
高手移驾来此,必当裸足相迎。I‘m lwn6
一种风,只流浪在一座山谷;一道堤,只护住一湾星河.每次仰望星空,我总是闭上眼,因为最美的一颗不在天上.
博客园
首页
新随笔
联系
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页
2015年5月16日
基于excel9.h的excel处理
摘要: 基于excel9.h的excel处理;#include "excel9.h"#include using namespace std;class excel_lwn{ public: excel_lwn() { CoInitialize(NULL); i...
阅读全文
posted @ 2015-05-16 16:41 lwn6
阅读(469)
评论(0)
推荐(0)
2015年5月9日
合并排序
摘要: 合并排序,将两个已经排序的数组合并成一个数组,此示例仅能合并由小到大排序的数组.1/合并生成一个新的数组;#include #include using namespace std;void mergeArray(int *a,int aLen,int *b,int bLen,int *c){ ...
阅读全文
posted @ 2015-05-09 21:29 lwn6
阅读(186)
评论(0)
推荐(0)
2015年5月4日
sqlite在c++中的使用方法
摘要: 1.需要下载的文件 http://pan.baidu.com/s/1c06NpzM2.执行文件shell的编译3.在c++中如何使用#include #include static int _sql_callback(void *notused, int argc, char **argv, c...
阅读全文
posted @ 2015-05-04 18:05 lwn6
阅读(576)
评论(0)
推荐(0)
检测内存泄漏
摘要: #define _CRTDBG_MAP_ALLOC #include #include int main(int argc , char* args[]) { // 这里运行程序,并在下面的函数调用之前delete掉所有new的东西 _CrtDumpMemoryLeaks();...
阅读全文
posted @ 2015-05-04 15:07 lwn6
阅读(127)
评论(0)
推荐(0)
2015年5月3日
opals 开发记录
摘要: 1:开发需要的文件下载地址:http://www.geo.tuwien.ac.at/opals/html/index.html注意只能在release下才能通过.我自己整理好的(64位的),以备开发使用. http://pan.baidu.com/s/1pJsTAiB
阅读全文
posted @ 2015-05-03 10:48 lwn6
阅读(247)
评论(0)
推荐(0)
2015年5月2日
c++处理excel
摘要: 文件加入到工程目录下即可:CSpreadSheet.h文件在vs的mfc工程下运行.// Class to read and write to Excel and text delimited spreadsheet//// Created by Yap Chun Wei// December 20...
阅读全文
posted @ 2015-05-02 17:22 lwn6
阅读(1155)
评论(0)
推荐(0)
文本数据的处理
摘要: 今天师弟让我帮忙写一个简单的文本数据提取,简单的写了个matlab程序,记录以备后用.数据源:几个.xls文件文件的内容(从中提取"第一/二产业增加值"):结果为(相当于数据的整理):matlab程序实现(仍需改进):[NUM1,TXT1,RAW1]=xlsread('name');for kk=1...
阅读全文
posted @ 2015-05-02 09:44 lwn6
阅读(299)
评论(0)
推荐(0)
2015年4月19日
Notepad++编译c++时使用的代码
摘要: cmd /c "g++ -o $(CURRENT_DIRECTORY)\$(NAME_PART).exe $(FULL_CURRENT_PATH)" 出现控制台. NppExec_041_dll_Unicode http://www.softpedia.com/get/Office-tools/...
阅读全文
posted @ 2015-04-19 18:29 lwn6
阅读(216)
评论(0)
推荐(0)
2015年4月6日
Qt 五子棋
摘要: http://blog.csdn.net/baiding1123/article/details/17194535
阅读全文
posted @ 2015-04-06 22:09 lwn6
阅读(251)
评论(0)
推荐(0)
2015年4月4日
点云拼接算法
摘要: 1、粗配准拼接#include #include #include #include #include #include #include #include using namespace pcl;///////////////////////////////////////////////////...
阅读全文
posted @ 2015-04-04 16:47 lwn6
阅读(9452)
评论(1)
推荐(1)
上一页
1
···
5
6
7
8
9
10
11
12
13
14
下一页
公告
什么是幸福?天天在做自己想做的事情,家人、同事、朋友、客户、网友都和和睦睦,身体健康、钱包鼓鼓、女朋友天天开心、生活无忧无虑就是最大的幸福