自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

C/C++

展翅高飞吧

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

原创 2017-08-10-use-google-breakpad-for-crash-report

layout title subtitle date author tags post 使用Google开源库breakpad实现错误报告功能 Google大法好 2017-08-10 cj breakpad c++ linux google bugreport 前阵子写的微信公众号后台服务器自动...

2018-12-20 08:55:07 216

原创 2018-01-14-receive-multicast-packets-on-windows-with-multiple-network-interfaces

layout title subtitle date author tags post Windows多网卡环境接收组播包 跨过千山万水,踏遍海角天涯--I got it! 2018-01-14 cj multicast windows multiple-interfaces c++ 说明:本文...

2018-12-20 08:55:07 157

原创 2016-09-06-use-vs-to-develop-cpp-program-on-linux

layout title subtitle date author tags post 使用Visual Studio开发Linux程序 福音啊! 2016-09-06 cj c++ vs linux gdb debug 知乎 微软 前两天逛知乎发现一个问题:微软有必要开发 Visual Stud...

2018-12-20 08:55:07 168

原创 2017-04-17-camshift

layout title subtitle date author tags post 实现动态目标的追踪 C++ 实现运动目标的追踪 2017-04-17 cj opencv camshift c++ 项目见camshift 以下为实验楼的文档, 有改动。 一、说明 实验介绍 本次实验将使用利用...

2018-12-20 08:55:07 267

原创 2017-04-18-random-number

layout title subtitle date author tags post 随机数浅谈 随机数的正确打开方式 2017-04-18 cj random c++ c++11 随机数 坏例子:不要使用rand() 注:截图来自rand() Considered Harmful,youtub...

2018-12-20 08:55:07 363

原创 2017-04-17-develop-opengl-on-win10-vs2015

layout title subtitle date author tags post win10+vs2015下OpenGL开发环境搭建 操蛋 2017-04-17 cj opengl c++ vs windows linux 之前在实验楼学了一个C++实现太阳系行星系统的课程,在他的web虚拟...

2018-12-20 08:55:07 197

PHP和MySQL Web开发(原书第五版)源代码

能上github的自己去下载 https://github.com/lauraxt/PMWD5E

2018-08-25

《HeadFirst设计模式》观察者模式c++实现代码

观察者模式定义了对象之间的一对多依赖,这样一来,当一个对象改变状态时,它的所有依赖者都会收到通知并自动更新。 Observer Pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are updated automatically.

2013-06-18

《HeadFirst设计模式》策略模式c++实现

策略模式: 定义了算法族,分别封装起来,让它们之间可以互相替换,此模式让算法的变化独立于使用算法的客户。 The Strategy Pattern defines a family of algorithms, encapsulates each one, and makes interchangeable. Strategy lets the algorithm vary independently from clients that use it.

2013-06-18

Vmware 8.1下安装好的纯dos系统7.10版虚拟磁盘文件

好不容易装好了dos,分享给需要学习汇编或dos的筒子们。没资源分了,跟大家厚脸皮收1分,呵呵

2012-10-16

空空如也

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

TA关注的人

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