自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

MyLinChi的博客

删繁就简三秋树,领异标新二月花。

  • 博客(6)
  • 资源 (16)
  • 收藏
  • 关注

转载 解决qt调试时Unknown debugger type "No Engine"(转载)

问题描述如图,qt能编译不能调试 发生原因: windows的qt有两个版本    一种是vs的编译器,一种是MinGW的。  种问题主要是发生在选择了MSVC2013编译器的版本,这个版本的qt需要再装一个调试器,而MinGW不用。 解决方法: (转自http://www.cnblogs.com/xiaomanon/p/3866736.html) 首先到微软官

2017-02-20 20:41:00 1361

转载 QTextCodec中的setCodecForTr等终于消失了 (Qt5)

在Qt4中,国内很多新手都喜欢——不分青红皂白地使用如下3行代码 QTextCodec::setCodecForTr(...) QTextCodec::setCodecForCStrings(...) QTextCodec::setCodecForLocale(...) 尽管之前零零散散写过一点这方面的内容,比如 QString 与中文问题 Qt中transla

2017-02-19 21:55:52 985

原创 VS2013编译环境集成QT的配置方法

下载文件 (注:大文件是QT安装包,小文件是vs插件) 1.安装QT: 双击QT安装包, “next”, "skip", "next", 设定好路径后“next”, "next", 同意后"next", "next", "install" 2.安装vs插件 双击vs插件安装包, "next", 同意后“next”, "next", 设置好路径后“Insta

2017-02-19 21:31:19 1139

原创 word2010 排版问题

问题一:如何在指定页开始插入页码呢? 例如:以第2页开始在页面的下方中间以"-1-"的格式插入页码? ①将光标定位到第1页的末尾。 ②“页面布局”->“分隔符”->“下一页” ③“插入”->"页码"->"页面低端"->"普通数字2" ④“页码”->“设置页码格式” 设置如下所示 然后确定 ⑤定位到2页,点击“连接到前一条页眉” 删除第一页的页码数字

2017-02-19 19:11:24 1255

原创 vs2013下配置GDI+的步骤

GDI+是Windows XP和Windows Server 2003的一个子系统,它主要用于处理系统的绘制消息。GDI+所有的功能都被封装在一组C++类中,这些类提供了统一的图形接口,让开发者能够编写设备独立的图形程序。 一下是vs2013下配置GDI+的详细步骤(以单文档项目为例,其他的类似) 1.新建项目的向导设置如下。 2.为项目在连接时添加gdiplus.lib "项目"

2017-02-12 14:57:49 3893 3

原创 vc数字图像处理中遇到的问题

1.使用LoadImage只能载入bmp格式的图片文件,如果图片原来是.jpg格式的,即使改后缀名也是没用的。解决的办法可以是进行格式转换或者截图后保存为.bmp格式的图片。 (未完待续)

2017-02-07 21:13:03 853

Approximation Algorithms.rar

Most natural optimization problems, including those arising in important application areas, are NP-hard. Therefore, under the widely believed conjecture that P -=/= NP, their exact solution is prohibitively time consuming. Charting the landscape of approximability of these problems, via polynomial time algorithms, therefore becomes a compelling subject of scientific inquiry in computer science and mathematics. This book presents the theory of approximation algorithms as it stands today. It is reasonable to expect the picture to change with time. This book is divided into three parts. In Part I we cover combinatorial algorithms for a number of important problems, using a wide variety of algorithm design techniques. The latter may give Part I a non-cohesive appearance. However, this is to be expected - nature is very rich, and we cannot expect a few tricks to help solve the diverse collection of NP-hard problems. Indeed, in this part, we have purposely refrained from tightly categorizing algorithmic techniques so as not to trivialize matters. Instead, we have attempted to capture, as accurately as possible, the individual character of each problem, and point out connections between problems and algorithms for solving them. In Part II, we present linear programming based algorithms. These are categorized under two fundamental techniques: rounding and the primaldual schema. But once again, the exact approximation guarantee obtainable depends on the specific LP-relaxation used, and there is no fixed recipe for discovering good relaxations, just as there is no fixed recipe for proving a theorem in mathematics (readers familiar with complexity theory will recognize this as the philosophical point behind the P -=/= NP question).

2020-04-26

BF5325A按压式指纹传感器说明书.rar

BF5325A按压式指纹传感器说明书,包含产品的说明书

2020-04-14

JEE7帮助文档.rar

J2EE7帮助文档

2020-04-14

JDK9中文文档.rar

jdk9的帮助文档

2020-04-14

牛津字典(欧路词典).txt

由于连接太容易吞,所以放到文档里。打开即可完成百度云连接下载。有问题可以在评论区留言。由于连接太容易吞,所以放到文档里。打开即可完成百度云连接下载。有问题可以在评论区留言。由于连接太容易吞,所以放到文档里。打开即可完成百度云连接下载。有问题可以在评论区留言。

2020-03-29

__helloworld__

代码的一个示例,可以查看如何新建一个工程,然后运行。

2018-05-12

计算机技术的经典英文书籍

计算机领域的一些基础知识书籍,外文,非影印,自带目录高清。

2018-05-11

C、TCP、CAN底层相关电子书

收集一些高品质的电子书,用于深刻理解C语言以及通讯相关的TCP协议和CAN协议的电子文档。

2018-05-11

coolFormat

用于代码的格式化,如把tab字符转换为空格,把花括号按照标准格式摆放等。对于C/C++等代码的格式化效果不错。

2018-05-11

sscom5.13.1串口调试工具

用于串口调试的工具,版本新,可以显示log的打印时间,并能保存窗口字符数据到文本文件。

2018-05-11

算法导论(第三版)全部练习题+思考题答案(原书标准)

该答案很全面,是原书英文版的答案,可以保证正确性,是良好的算法学习助手。

2017-11-15

算法导论第三版(1-21章)答案(详细)

本资源花钱买来,因此资源分较高。但答案详细,物超所值。

2017-10-27

STL_帮助文档

2016-11-26

MusicPlayer

用MediaPlayer实现的android平台的音乐播放器源码。

2016-07-30

MediaPlayer音乐播放器

MediaPlayer音乐播放器

2016-07-30

android音乐播放器

android音乐播放器

2016-07-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除