摘要:
基于excel9.h的excel处理;#include "excel9.h"#include using namespace std;class excel_lwn{ public: excel_lwn() { CoInitialize(NULL); i... 阅读全文
摘要:
合并排序,将两个已经排序的数组合并成一个数组,此示例仅能合并由小到大排序的数组.1/合并生成一个新的数组;#include #include using namespace std;void mergeArray(int *a,int aLen,int *b,int bLen,int *c){ ... 阅读全文
摘要:
1.需要下载的文件 http://pan.baidu.com/s/1c06NpzM2.执行文件shell的编译3.在c++中如何使用#include #include static int _sql_callback(void *notused, int argc, char **argv, c... 阅读全文
摘要:
#define _CRTDBG_MAP_ALLOC #include #include int main(int argc , char* args[]) { // 这里运行程序,并在下面的函数调用之前delete掉所有new的东西 _CrtDumpMemoryLeaks();... 阅读全文
摘要:
1:开发需要的文件下载地址:http://www.geo.tuwien.ac.at/opals/html/index.html注意只能在release下才能通过.我自己整理好的(64位的),以备开发使用. http://pan.baidu.com/s/1pJsTAiB 阅读全文
摘要:
文件加入到工程目录下即可:CSpreadSheet.h文件在vs的mfc工程下运行.// Class to read and write to Excel and text delimited spreadsheet//// Created by Yap Chun Wei// December 20... 阅读全文
摘要:
今天师弟让我帮忙写一个简单的文本数据提取,简单的写了个matlab程序,记录以备后用.数据源:几个.xls文件文件的内容(从中提取"第一/二产业增加值"):结果为(相当于数据的整理):matlab程序实现(仍需改进):[NUM1,TXT1,RAW1]=xlsread('name');for kk=1... 阅读全文
摘要:
cmd /c "g++ -o $(CURRENT_DIRECTORY)\$(NAME_PART).exe $(FULL_CURRENT_PATH)" 出现控制台. NppExec_041_dll_Unicode http://www.softpedia.com/get/Office-tools/... 阅读全文
摘要:
http://blog.csdn.net/baiding1123/article/details/17194535 阅读全文