您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Matlab C/C++ Graphics Lib

  2. 一本高质量的E文Matlab C/C++ Graphics Lib Interface.在网上收集的,最近在做图形程序设计。需要的朋友可以拿去看看。祝各位好运!
  3. 所属分类:C

    • 发布日期:2009-08-07
    • 文件大小:250880
    • 提供者:ice110
  1. C#开发的程序打印源码

  2. 求打印预览和打印的C#代码和命名空间 VS2005 C# 提问者:tomore 提问时间:08-10-20 20:29 其他答案 -------------------------------------------------------------------------------- winu 的答案 /// /// 定义打印文档 /// private PrintDocument printDocument = new PrintDocument(); /// /// 定义打印文
  3. 所属分类:C#

    • 发布日期:2009-12-07
    • 文件大小:67584
    • 提供者:chaolongit
  1. 如何以任意角度旋转显示图像.

  2. 图像旋转 //以任意角度旋转显示图像 if(this.StrFileName.Trim()=="") return; System.Drawing.Bitmap MyBitmap=new Bitmap(this.StrFileName); Graphics g = e.Graphics; TextureBrush MyBrush = new TextureBrush(MyBitmap); switch(this.iFlag) { case 1: MyBrush.RotateTransform(
  3. 所属分类:其它

    • 发布日期:2009-12-22
    • 文件大小:217088
    • 提供者:a5715721
  1. WinCE 电池状态

  2. 在WinCE操作系统中,用于读取电池的状态。 调用方法: //主窗口电池 Battery battery = new Battery(); Battery.State SLast = Battery.State.Normal; //主界面时钟,用户查看电池状态 private void timer2_Tick(object sender, EventArgs e) { ((Timer)sender).Enabled = false; Battery.SystemIdleTimerReset()
  3. 所属分类:其它

  1. ClipImageClipImageClipImageClipImageClipImageClipImage

  2. using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region 自定义对象 private Point position; private Rectangle clip; private NotifyIcon notifyInfo; #endregion public FormImage()
  3. 所属分类:其它

    • 发布日期:2010-03-09
    • 文件大小:24576
    • 提供者:kingzhexian
  1. C#100例题 献给c#初学者

  2. 给初学者的简单例题! private System.ComponentModel.IContainer components; private const int kNumberOfRows = 8; private const int kNumberOfTries = 3; private int NumTotalBricks = 0; private int NumBalls = 0; private Ball TheBall = new Ball(); private Paddle Th
  3. 所属分类:C#

    • 发布日期:2010-04-22
    • 文件大小:3145728
    • 提供者:lixiaolinlinlin
  1. Graphics Gems (Vol.2)

  2. Foreword By Andrew Glassner xvii Preface xix Mathematical Notation xxi Pseudo-Code xxiii Contributors xxix I I I I I 2 2 2 2 2D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGORITHMS D GEOMETRY AND ALGO
  3. 所属分类:C

    • 发布日期:2010-10-05
    • 文件大小:4194304
    • 提供者:osoon
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13312
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15360
    • 提供者:lzhtj1227
  1. 打印窗体中的数据C#源代码e.Graphics.DrawString(label1.Text, new Font("宋体", 10, FontStyle.Regular), Brushes.Black, 260, 400

  2. 打印窗体中的数据C#源代码e.Graphics.DrawString(label1.Text, new Font("宋体", 10, FontStyle.Regular), Brushes.Black, 260, 400); e.Graphics.DrawString(textBox1.Text, new Font("宋体", 10, FontStyle.Regular), Brushes.Black, 330, 400); e.Graphics.DrawString(label2.Text,
  3. 所属分类:C#

    • 发布日期:2008-12-17
    • 文件大小:89088
    • 提供者:qq_21311907
  1. 用paint方法渐变的窗口背景,using System.Drawing.Drawing2D的应用,C#源代码Graphics g=e.Graphics;

  2. 用paint方法渐变的窗口背景,using System.Drawing.Drawing2D的应用,C#源代码Graphics g=e.Graphics; Color FColor=Color.Blue; Color TColor=Color.Yellow; Brush b =new LinearGradientBrush(this.ClientRectangle, FColor, TColor, LinearGradientMode.ForwardDiagonal); g.FillRecta
  3. 所属分类:C#

    • 发布日期:2008-12-22
    • 文件大小:36864
    • 提供者:gouyue
  1. 全局变形和局部变形,图形填充,PaintC#源代码Graphics myGraphics=e.Graphics;

  2. 全局变形和局部变形,图形填充,PaintC#源代码Graphics myGraphics=e.Graphics; Rectangle myRectangle = new Rectangle(100, 100, 60, 60); GraphicsPath myGraphicsPath = new GraphicsPath(); myGraphicsPath.AddRectangle(myRectangle); SolidBrush mySolidBrush1=new SolidBrush(Col
  3. 所属分类:C#

    • 发布日期:2008-12-31
    • 文件大小:33792
    • 提供者:dongfangyun
  1. 用图像平铺形状程序(C#源代码编写)private void Form1_Paint(object sender, PaintEventArgs e)

  2. 用图像平铺形状程序(C#源代码编写)private void Form1_Paint(object sender, PaintEventArgs e) { Image image = new Bitmap("..\\..\\test.bmp"); TextureBrush tBrush = new TextureBrush(image); tBrush.WrapMode = WrapMode.TileFlipXY; e.Graphics.FillRectangle(tBrush, new Re
  3. 所属分类:C#

    • 发布日期:2009-01-07
    • 文件大小:36864
    • 提供者:zlyczc
  1. 抓取并显示程序中的鼠标程序(C#源代码编写)Graphics g;

  2. 抓取并显示程序中的鼠标程序(C#源代码编写)Graphics g; private void Form1_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e) { Cursor.Draw(g,new Rectangle(e.X,e.Y,10,10)); } private void Form1_Load(object sender, System.EventArgs e) { g=this.CreateGraphics();
  3. 所属分类:C#

    • 发布日期:2009-01-07
    • 文件大小:36864
    • 提供者:scarbetter
  1. 阴影效果的文字程序(C#源代码编写) Graphics g = e.Graphics;

  2. 阴影效果的文字程序(C#源代码编写) Graphics g = e.Graphics; Font myFont; myFont = new Font("SansSerif", 40); SolidBrush textShadowBrush = new SolidBrush(Color.FromArgb(70, Color.Blue)); VisualStudio2008创建
  3. 所属分类:C#

    • 发布日期:2009-01-07
    • 文件大小:33792
    • 提供者:qq223857666
  1. Introduction to Visual Computing: Core Concepts in Computer Vision, Graphics

  2. Introduction to Visual Computing: Core Concepts in Computer Vision, Graphics, and Image Processing covers the fundamental concepts of visual computing. Whereas past books have treated these concepts within the context of specific fields such as compu
  3. 所属分类:讲义

    • 发布日期:2019-02-23
    • 文件大小:117440512
    • 提供者:wang1062807258
  1. c#创建Graphics对象的三种方法

  2. 方法一、利用控件或窗体的Paint事件中的PainEventArgs 在窗体或控件的Paint事件中接收对图形对象的引用,作为PaintEventArgs(PaintEventArgs指定绘制控件所用的Graphics)的一部分,在为控件创建绘制代码时,通常会使用此方法来获取对图形对象的引用。 例如: //窗体的Paint事件的响应方法 代码如下:private void form1_Paint(object sender, PaintEventArgs e) {     Graphics g
  3. 所属分类:其它

    • 发布日期:2021-01-01
    • 文件大小:35840
    • 提供者:weixin_38612304
  1. android.graphics.Matrix类用法分析

  2. 本文实例讲述了android.graphics.Matrix类用法。分享给大家供大家参考,具体如下: Matrix类包含了一个3×3的矩阵用来改变坐标,它没有一个构造器来初始化它里边的内容,所以创建实例后需要调用reset()方法生成一个标准matrix,或者调用set..一类的函数,比如setTranslate, setRotate,,该函数将会决定matrix如何来改变坐标。SDK里边没有讲述Matrix的3×3矩阵是如何改变点的坐标值的,但是我在代码里边通过打印那9个点的值时,大致可以得到
  3. 所属分类:其它

    • 发布日期:2021-01-04
    • 文件大小:87040
    • 提供者:weixin_38614825
  1. 华硕 H110M-E/M.2驱动程序下载

  2. 支持CPU:Intel 第6/7代 酷睿/赛扬处理器 主板芯片:Intel H110 声卡芯片:Realtek ALC887 网卡芯片:Realtek 8111H 显卡芯片:Intel HD Graphics
  3. 所属分类:其它

    • 发布日期:2021-03-19
    • 文件大小:1073741824
    • 提供者:weixin_38632624
  1. 华硕 Z97-E驱动程序下载

  2. 支持CPU:Intel 第4代/第5代 酷睿/赛扬处理器 主板芯片:Intel Z97 声卡芯片:Realtek ALC892 网卡芯片:Intel I218V 显卡芯片:Intel HD Graphics 4600/5000
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:171966464
    • 提供者:weixin_38544625
« 12 3 4 5 6 7 8 9 10 ... 23 »