码迷,mamicode.com
首页 >  
搜索关键字:chromium graphics    ( 3289个结果
C++学习笔记--Season 2
一个简单的EGE程序:#include "graphics.h" //EGE库的头文件 int main(int argc, char** argv) { initgraph(320,240); //初始化绘图窗口 outtextxy(20,120,"Aloha Wor...
分类:编程语言   时间:2015-04-06 11:15:50    阅读次数:159
Ubuntu14.04 Chromium 编译
1、下载depot_tools: 首先安装 git-core: sudo apt-get install git-core 执行命令: git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git 2、更新depot_tools: 直接在当前shell环境输入: export PAT...
分类:系统相关   时间:2015-04-05 16:05:38    阅读次数:183
delphi的多线程实现和线程与进程的关系说明
做了个多线程的测试Demo unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Unit2;type TForm1 = class(TForm) lbl1: TLabel; btn1: TB...
分类:编程语言   时间:2015-04-05 14:42:14    阅读次数:194
stl_alloc.h
/* * Copyright (c) 1996-1997 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and it...
分类:其他好文   时间:2015-04-05 06:21:17    阅读次数:274
SVG的基础概念等知识,以及SVG与CANVAS的区别
本文主要介绍了SVG的基础概念等知识,以及SVG与CANVAS的区别,最后给出了一个简单示例,方便大家更好的了解SVG可缩放矢量图形。推荐给大家。 SVG可缩放矢量图形(Scalable Vector Graphics)是基于可扩展标记语言(XML),用于描述二维矢量图形的一种图形格式。SVG是W....
分类:其他好文   时间:2015-04-04 16:37:28    阅读次数:143
WIN 8.1 x64 环境下 COM Surrogate 停止工作解决方案
我的笔记本电脑是THINKPAD T420 4180AT8,NVIDIA NVS 4200M,Intel(R) HD Graphics 3000,WIN 8.1 x64操作系统。在安装完NVIDIA独显驱动后,浏览照片时会跳出“com surrogate 已停止工作”,解决方案为:在桌面上右键启动N...
分类:Windows程序   时间:2015-04-04 12:15:36    阅读次数:247
chromium浏览器高级开发系列第二篇:如何编译最新chromium源码
之所以这么喜欢chrome,就是因为它开放,适合研究学习。
分类:其他好文   时间:2015-04-04 07:57:23    阅读次数:158
java中注册图片验证码
package org.servlet.demo; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.io.IOException; i...
分类:编程语言   时间:2015-04-03 19:30:28    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!