码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
windows store app 读写图片
1 using System; 2 using System.Threading.Tasks; 3 using System.Runtime.InteropServices.WindowsRuntime; 4 using Windows.Graphics.Imaging; 5 using...
分类:移动开发   时间:2014-05-23 06:35:37    阅读次数:295
模仿ArcGIS用Graphics重绘的直方图分级调节器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-05-23 03:42:43    阅读次数:353
调取系统相机、并将图片展示在ImageView上
package com.ting.textcover;import java.io.File;import android.app.Activity;import android.content.Intent;import android.graphics.Bitmap;import android...
分类:其他好文   时间:2014-05-22 14:30:14    阅读次数:321
创建兼容android activity的OSGI bundle
创建兼容android activity的OSGI bundle...
分类:移动开发   时间:2014-05-22 12:20:00    阅读次数:410
VB.NET版+三层实现登陆
三层已经学了一些时间了,开始觉得自己可以用C#写程序了,就用C#写了一个实现登陆的,真正再用在机房中,还是觉得很吃力的,所以,决定用vb.net敲了。下面是我用vb.net实现的登陆,可以给大家做一些参考。      这是构架的三层   数据库中的表T_User_DAL:UserI,Level,Password,Head,computer   首先看一下...
分类:Web程序   时间:2014-05-22 08:10:55    阅读次数:319
计算机科学及编程导论:第一课
目标 1.学会用计算思维编写程序 think like a computer scientist 2.读懂别人的程序 3.了解计算的基本能力和局限 4.把科学问题转换成计算问题什么是计算? 知识分为陈述性知识(是什么)和过程性知识(如何做,又称指令性知识,对推导过程的描述,如何判别)...
分类:其他好文   时间:2014-05-22 02:03:39    阅读次数:202
自定义组件
package com.example.ceshi;import android.content.Context;import android.graphics.Canvas;import android.graphics.Color;import android.graphics.Paint;im...
分类:其他好文   时间:2014-05-22 01:59:09    阅读次数:288
hdu 1171 Big Event in HDU 多重背包
Big Event in HDU Problem Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Computer College had ever been split into Comp...
分类:其他好文   时间:2014-05-21 10:51:55    阅读次数:300
Latex中插入.eps图片遇到的问题 (Unknown graphics extension:.eps)
问题表现为: 在Windows下使用pdflatex编译时,所有使用.eps文件的地方都会得到一条错误信息:!LaTex Error:Unknown graphics extension:.eps。 不管你用的是\epsfig、\includegraphics还是其他命令,都会遇到这个问题。 原因: pdflatex只能支持pdf、jpg、jpeg、png共4中格式的图片。...
分类:其他好文   时间:2014-05-21 09:10:28    阅读次数:896
poj 1330 Nearest Common Ancestors
DescriptionA rooted tree is a well-known data structure in computer science and engineering. An example is shown below:In the figure, each node is lab...
分类:其他好文   时间:2014-05-21 03:23:51    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!