- 博客(4)
- 收藏
- 关注
原创 CGAL
一定记得关闭杀毒软件。第一步,vs2013和QTvs2013要用with update5版本的.这个有5G那么大,没法放到百度网盘上。来找我要把。QTDIR:QT安装目录——————(例:C:\Qt\Qt5.8.0)添加入PATH:——————(例:C:\Qt\Qt5.8.0\5.8\msvc2013_64\bin)第二步,boost链接:https://...
2019-05-03 23:04:08
2800
原创 QT 读入图像 灰度化 但不成功
ui->setupUi(this); QString StrWidth,StrHeigth; QString filename="C:\\me\\myimage.jpg"; QImage* img=new QImage; QImage* scaledimg=new QImage;//分别保存原图和缩放之后...
2019-04-29 13:50:26
562
原创 学习读取文件,结构
include “stdafx.h”include #include <stdio.h>#include <stdlib.h>struct stu{float num; //学号int age; //年龄};int main(){stu gao;gao.age = 12;gao.num = 3.5;FILE * pwFile;if ((...
2019-04-06 13:51:28
185
原创 VECTOR 运用的小例子
#include "stdafx.h"#include <iostream>#include<vector>using namespace std;int _tmain(int argc, _TCHAR* argv[]){ vector <int> age; bool flag = true; while (flag)...
2019-04-06 12:23:55
356
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅