搜索资源列表
SimpleZoom
- 制作缩略图工具,将某个文件夹中的图片缩小-production thumbnail tools, a file folder of photographs Go
hm7
- Applet画面中绘制一个19×19的围棋棋盘 在Applet画面中绘制一个19×19的围棋棋盘。棋盘的颜色由白(white)、灰(gray)、橘黄(orange)、浅红(pink)几种颜色中随机选取。-Applet picture drawing a 19 x 19 Go Applet chessboard in drawing a picture 000 19 x 19 Go chessboard. Calculations by the color white (white), gr
catchpic
- 图像捕捉可以捕捉桌面存成JPG格式,只有一个文件.源代码可以到www.317608.com下载-Image Capture can capture the desktop saved as JPG format, there is only one document. Www.317608.com can go to the source code download
Capture_yahoo_emoticons
- 我寫這程式, 是想去得到朋友使用的漂亮大頭貼, 可支援Yahoo的大頭貼, 若有需要的同仁可以下載使用-I wrote this program is nice to go get a friend to use emoticons to support Yahoo' s emoticons colleagues if necessary you can download ^ ^
Graphics-Clock
- 本实例实现走懂的图形时钟的绘制,首先由DrawClock()子函数画出表盘,再由gettime(&newtime)检测系统时间,每秒钟调用DrawClock()更新一次表盘。-The examples were to go to understand the graphics clock drawing, first by DrawClock () Functions to draw the dial, then gettime (& newtime) detection system
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB