-
GB2312
列出gbk2312中的每一个字符,并给出对应的编号(Listed gbk2312 in each character, and gives the corresponding number)
- 2012-07-04 16:07:46下载
- 积分:1
-
ssg_m2l2(lossless-image-compression-systems)
Multimedia compression
- 2014-12-06 14:18:49下载
- 积分:1
-
c# 音乐播放器 实例源码下载(播放各种音乐歌曲)
c# 音乐播放器 实例源码下载(播放各种音乐歌曲)
- 2014-12-10下载
- 积分:1
-
Apartment_Management
Apartment Management
- 2014-01-12 16:45:56下载
- 积分:1
-
C#在JPG图片上添加半透明文字水印
C#在图片上添加文字,这个仿PhotoShop的功能,用C#可以轻松实现哦,对象为JPG图像,可在上面添加半透明的文字效果,不能可看作是一种图片添加水印的效果,文字是半透明处理了,可隐约看到文字下层的图像细节。
private void Form1_Load(object sender, EventArgs e)
{//在指定图像上添加半透明文字
string MyFileName = "Forest.jpg";
Image MyImage = Image.FromFile(MyFileName);
Graphics g = Graphics.FromImage(MyImage);
String MyText = "国家";
Font MyFont = new Font("宋体", 150);
SolidBrush MyBrush = new SolidBrush(Color.FromArgb(18, 255, 0, 255));
g.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.GammaCorrected;
g.DrawString(MyText, MyFont, MyBrush, 10, 10);
this.pictureBox1.Image = MyImage;
}
- 2023-02-17 00:50:03下载
- 积分:1
-
C04
本章实现了聊天室系统,功能包括用户登录、自动注册、用户发言、实时浏览发言、注销身份等。(This chapter to achieve the chat room system, features include user login, automatically register the user to speak, real-time views to speak, write-off status.)
- 2009-02-13 12:38:20下载
- 积分:1
-
an263
The reference design comprises a MATLAB bit accurate model of the CORDIC algorithm implemented in hardware and a GUI test environment. The test environment allows you to configure the CORDIC reference design and test conditions and to compare the results with the theoretical results.
- 2010-06-03 19:55:06下载
- 积分:1
-
五子棋
C语言实现的五子棋程序,dos中实现,不包括AI,可作为一个简单的参考用,基于windows平台,使用了getch()函数
- 2022-06-17 19:27:35下载
- 积分:1
-
3-digit-UpDown-16f84
digital counter "3 digit UpDown 16f84"
- 2012-05-07 06:22:15下载
- 积分:1
-
SPWM_v2
TM4C123单片机 SPWM模块使用,含主程序与库(TM4C123 SPWMmodule with main function)
- 2021-02-28 20:19:36下载
- 积分:1