-
This a MFC sample.
This a MFC sample.-This is a MFC sample.
- 2023-06-09 10:35:03下载
- 积分:1
-
带有切分窗口的用户字典查找程序,有查找记录和分类的功能,学习vc++的非常好的代码,强烈推荐...
带有切分窗口的用户字典查找程序,有查找记录和分类的功能,学习vc++的非常好的代码,强烈推荐-splitting window with the user dictionary search procedures, and classification records search function, learning vc very good code, strongly recommended! !
- 2022-01-28 20:01:27下载
- 积分:1
-
自己编的文本编辑程序
自己编的文本编辑程序-own series of the text editor
- 2023-01-16 02:30:04下载
- 积分:1
-
c# 多语言版本
c# 实现的asp和winform多语言版本的demo,原理使用资源文件或xml配置文件。
源码片段:[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if (object.ReferenceEquals(resourceMan, null))
{
&nbs
- 2022-03-14 03:15:12下载
- 积分:1
-
设计有特色的圆窗体
设计有特色的圆窗体-design features a round window
- 2022-05-14 22:43:44下载
- 积分:1
-
实现文本的描边和空心字的源代码,特别是汉字的空心字。
实现文本的描边和空心字的源代码,特别是汉字的空心字。-Stroke and realize the text of the source code of hollow characters, especially the Chinese characters are hollow words.
- 2022-03-17 22:43:22下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
基于Qt的俄罗斯方块
俄罗斯方块是基于qt4设计的,可以选择等级和播放背景音乐; 具有俄罗斯方框游戏的所有的基本功能,游戏设置,键盘的四个方向键,分别用于方块的左移,右移等; 此游戏是在Linux环境的下开发的,不过源码也可以在window下进行重新编译,重新生成可执行文件。
- 2022-03-07 08:37:48下载
- 积分:1
-
QT音乐播放器
这是一个基于QT开发的音频播放器,可以实现音乐打开、播放、暂停、退出等多功能。
- 2022-12-21 02:05:03下载
- 积分:1
-
hefty almanac inquiries and Print (c language)
万年历的查询及打印(c语言)-hefty almanac inquiries and Print (c language)
- 2022-01-25 16:57:52下载
- 积分:1