-
[C++][OpenGL]自己写GUI(0)——介绍
文章可转载,转载请注明出处:http://www.cnblogs.com/collectionne/p/6928612.html。文章未完,如果不在博客园(cnblogs)发现本文,请访问前面的链接查看最新版。 GUI是什么 GUI是 图形用户界面 (graphical user interface)的意思,意思是采用图形方式显示的计算机...
2018-06-17 22:28:50
-
Codeforces Round #416 (Div. 2) 811D Vladik and Fav
题目链接: http://codeforces.com/problemset/problem/811/D 题目描述: D. Vladik and Favorite Game This is an interactive problem. Vladik has favorite game, in which he plays all his free time. Game field could be represented as n ?×? m matrix which...
2018-06-17 22:28:34
-
c++常量详解
概念 常量是存放固定且不可变值的,一旦确定初始值则在程序其它地方不可改变,所以const对象必须初始化。常量一般使用const关键字来修饰。 const 对象可以大致分为三类: 1. const int a const int a =10; int const b =10; 这两种格式是完全相同的。也就是说const 与in...
2018-06-17 22:28:40
-
消息队列函数
1.消息队列结构体的定义 typedef struct{ uid_t uid; /* owner`s user id */ gid_t gid; /* owner`s group id */ udi_t cuid; /* creator`s user id */ gid_t cgid; /* creator`s group id */ mode_t mode; /* read-write permissions 0400 MSG_R 0200 MSG_W*/ ulong_t...
2018-06-17 22:28:37
-
HDU 5517---Triple(二维树状数组)
题目链接 Problem Description Given the finite multi-set A of n pairs of integers, an another finite multi-set B of m triples of integers, we define the product of A and B as a multi-set C = A B = { ? a , c , d ? ∣ ? a , b ? A , ? c , d , e ? B a n...
2018-06-17 22:28:27
-
路径规划算法初步认识
...
2018-06-17 22:28:33
-
linux c++模拟简易网络爬虫
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: main.cpp * Author: yangchao * * Created on 2017年6月4日,...
2018-06-17 22:28:31
-
我应该跟libuv说声对不起,我错怪了libuv(转)
一开始,我得向Libuv库和Libuv库开发者以及相关粉丝们道一个歉,对不起,我错怪你们了。深深感到自己的无知,是多么羞愧的事情!! 事情的经过是这样的。 原先按照公司要求,我在开发Windows版的TCP服务器时,使用了Libuv库。正是因为Libuv库的强大,才让我们老大推荐...
-
hdu 5972---Regular Number(字符串匹配)
题目链接 Problem Description Using regular expression to define a numeric string is a very common thing. Generally, use the shape as follows: (0|9|7) (5|6) (2) (4|5) Above regular expression matches 4 digits:The first is one of 0,9 and 7. The second...
2018-06-17 22:28:21
-
STL语法——集合:set 安迪的第一个字典(Andy
Description Andy, 8 , has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words that he knows is , well, not quite enough. Instead of thinking up all the words himself, he has a briliant idea...
2018-06-17 22:28:25
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash




