搜索资源列表
JAVA编辑器程序
- 基于JAVA实现的简单编辑器, *EditFace实现了界面制作; *EditFace$FileOpen完成了打开文件功能; *EditFace$FileSave完成了保存文件功能; *Edit$FindAndReplace查找与替换窗口; *Edit$AutoSave自动备分文件线程; *Edit$SaveFileDialog保存文件对话框; *SetKey添加关键字; *SetColo
SetColor
- 初学c# ,这是用c#编写的一个简单的调色板,并给出rgb三种颜色的数值,程序比较简单,希望大家喜欢-novice c #, c # is prepared by a simple palette, and gives rgb color values, procedures are relatively simple, hope you like
细分时钟刻度算法.txt
- import java.awt.*; import javax.swing.*; public class Exercise8_12 extends Jfr a me { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { /
HGE 中文显示新方案
- HGE 中文显示新方案 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Author - 微妙的平衡(BOGY) Mail - bogy.cn@gmail.com Home - http://bogy.cn 文件与目录结构说明 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GfxFont.
vrmlExample
- 五十八个VRML模型实例-58 VRML model example
JAVA编辑器程序
- 基于JAVA实现的简单编辑器, *EditFace实现了界面制作; *EditFace$FileOpen完成了打开文件功能; *EditFace$FileSave完成了保存文件功能; *Edit$FindAndReplace查找与替换窗口; *Edit$AutoSave自动备分文件线程; *Edit$SaveFileDialog保存文件对话框; *SetKey添加关键字; *SetColo
SetColor
- 初学c# ,这是用c#编写的一个简单的调色板,并给出rgb三种颜色的数值,程序比较简单,希望大家喜欢-novice c#, c# is prepared by a simple palette, and gives rgb color values, procedures are relatively simple, hope you like
chushengren
- java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法;-Most
bianjiqi
- 实现一个简单的文本编辑器,要求该编辑器有以下功能: Up、Down、Left及Right四个光标键控制编辑器上下行、及一行左右的移动。 编辑器具有:查找,替换,插入及删除等基本功能。 ●编辑器能够从保存和读取文件 -based on the simple JAVA editor,* EditFace realized interfaces * EditFace $ FileOpen completed the open
Creating-Canvas-Form-Example
- This example shows that how to use the Canvas Class in a Form. In this example we take two field in which integer number passed from the form and result will display on a Canvas circle. The Following methods are us
getip
- linux下获取IP 的编程方法。 hide() setfillstyle(1,7) bar(sx,sy,ex,ey) setcolor(15) line(sx,sy,sx,ey) line(sx,sy,ex,ey) setcolor(0) line(ex,sy,ex,ey) line(sx,ey,ex,ey) show() -getip on linux os
SetColor
- 获取鼠标点颜色值 并改变图片的颜色 可应用于漂亮的UI C# /GDI+绘制-Get the mouse point color values and change the image color value
SkyFont1.0
- SkyFont1.0 2D游戏引擎HGE的显示中文字体解决方案。使用freetype生成字模,并自带小型字模缓存系统; 目前只实现了一些基本的功能。 如渲染一个字符串,printf,和setcolor -SkyFont1.0 2D game engine HGE display Chinese font solutions. Use freetype to generate the matrix, and comes wit
wuziqi
- SetColor(unsigned short ForeColor,unsigned short BackGroundColor) //颜色函数 { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE) SetConsoleTextAttribute(hCon,(ForeColor 16)|(BackGroundColor 16*16)) } 调用函数 SetColor(11,8) cout<&l
SetColor
- 一个MFC下的调试框程序,适合新手学习参考-A the MFC debugging box program, suitable for novice learning reference
setcolor
- VC++设置屏幕上某点的颜色?为了方便大家看到效果,这里显示为一大片区域,颜色值自己选,调用了Windows的调色板程序,对此不熟悉的也可以很好的参考哦。-VC++ set the color of a point on the screen? In order to facilitate see the effect, shown here as a large area, choose their own color value,
SetColor
- 一个基于对话框的MFC程序,可以动态设置对话框背景颜色。-A dialog based MFC procedures, can dynamically set the background color dialog.
100programs-in-Python
- 一百个用Python实现的小算法或小程序!绝对实用!如: 【程序56】 题目:画图,学用circle画圆形。 1.程序分析: 2.程序源代码: #include "graphics.h" main() { int driver,mode,i float j=1,k=1 driver=VGA mode=VGAHI initgraph(&driver,&mode,"")
Cpp1
- 改变字体颜色 模拟TC中的setcolor()函数-Change font color simulation in TC setcolor () function
97
- 编程思路:首先,本练习因为要制作抓不住的方块的实例,所以首先要制作界面中的方块,先通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (size().height/10) - 1)绘制出两个矩