会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云胡
新随笔
管理
上一页
1
2
3
4
5
6
···
12
下一页
2017年10月13日
动态加载图片
摘要: #include "mainwindow.h"#include "ui_mainwindow.h"#include #include #include #include #include #include #include #include "ui_mainwindo...
阅读全文
posted @ 2017-10-13 20:31 云胡同学
阅读(343)
评论(0)
推荐(0)
2017年9月30日
qt小项目
摘要: mainwindows.h#ifndef MAINWINDOW_H#define MAINWINDOW_H#include #include #include #include#include#include#include#include #include #inc...
阅读全文
posted @ 2017-09-30 04:49 云胡同学
阅读(903)
评论(0)
推荐(0)
2017年9月28日
qt显示视频大小和位置
摘要: QString path = QFileDialog::getOpenFileName(this, tr("选择视频"), ".", tr("Image Files(*.flv *.mp4)"));//得到视频路径 mediaPlayer = new Q...
阅读全文
posted @ 2017-09-28 19:15 云胡同学
阅读(1453)
评论(0)
推荐(0)
2017年9月27日
qt弹出对话框选择视频并播放
摘要: QString path = QFileDialog::getOpenFileName(this, tr("选择视频"), ".", tr("Image Files(*.mp4)"));//得到视频路径 mediaPlayer = new QMediaPlay...
阅读全文
posted @ 2017-09-27 19:21 云胡同学
阅读(669)
评论(0)
推荐(0)
2017年9月26日
qt弹出对话框选择图片并显示
摘要: QString path = QFileDialog::getOpenFileName(this, tr("选择视频"), ".", tr("Image Files(*.jpg *.png)")); QImage* img=new QImage; ...
阅读全文
posted @ 2017-09-26 21:00 云胡同学
阅读(2299)
评论(0)
推荐(0)
2017年9月21日
html数据传到mysql简单例子
摘要: testmysql分数: 提交到mysqlconnect_error) { die("连接失败: " . $conn->connect_error);} $rightscore= $_POST['right'];//html表单传过来的数据$sq...
阅读全文
posted @ 2017-09-21 15:04 云胡同学
阅读(1815)
评论(0)
推荐(0)
c读入文件,多个字符串,按字典序排序
摘要: #include#include#includeint main(){ char s[100][100],c[100]={0}; FILE *fp; char l[100]={0}; fp=fopen("记事本.txt","r");//打开 ...
阅读全文
posted @ 2017-09-21 14:28 云胡同学
阅读(532)
评论(0)
推荐(0)
2017年8月30日
HDU2717 Catch That Cow
摘要: Problem DescriptionFarmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a ...
阅读全文
posted @ 2017-08-30 21:55 云胡同学
阅读(124)
评论(0)
推荐(0)
2017年8月28日
POJ1372 Knight Moves
摘要: Problem DescriptionA friend of you is doing research on the Traveling Knight Problem (TKP) where you are to find the shortest closed t...
阅读全文
posted @ 2017-08-28 22:22 云胡同学
阅读(129)
评论(0)
推荐(0)
HDU1548 A strange lift
摘要: Problem DescriptionThere is a strange lift.The lift can stop can at every floor as you want, and there is a number Ki(0 #include #i...
阅读全文
posted @ 2017-08-28 22:15 云胡同学
阅读(171)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
12
下一页