-
MDIEditer
多文档编辑器,实现基本的文本编辑,通过rtf文件保存文件文本信息(Multi document editor, to achieve the basic text editor)
- 2015-06-09 20:44:40下载
- 积分:1
-
Qt鼠标拖拉绘制直线和矩形
Qt鼠标拖拉绘制直线和矩形:点击选择所要绘制的图形,利用鼠标拖拉绘制图图形,简单方便!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
- 2022-02-28 17:43:11下载
- 积分:1
-
C# WPF演示窗体模式的切换
C# WPF演示窗体模式的切换,可以切换到拖放模式,切换到编辑模式。编辑模式切换的例子。
- 2022-05-14 05:31:05下载
- 积分:1
-
STM32F103ZET6 从SD卡解码JPG并成功显示
STM32F103ZET6 从SD卡解码JPG并成功显示
SD容量支持256M~8G。
JPG格式需要是320X240的。
屏幕为3.2英寸的TFT液晶
已经成功测试过了可以正常使用。
例子简单方便你直接读取。
- 2022-12-09 22:20:04下载
- 积分:1
-
39
说明: 超声波测距系统原理图,作者:QQ 64134703 ,电子毕业设计,欢迎咨询
(Ultrasonic ranging system schematic, the author: QQ 64134703, e-graduate design, please consult)
- 2010-09-05 16:29:15下载
- 积分:1
-
simssation_protocol
I2C bus protocol simulation tc source code
- 2017-05-22 05:24:27下载
- 积分:1
-
RADAR_sim_codes
Matlab code for simulation of radar received power versus range. There are other files for additional features like aperture area, swirling objects and pulse integration
Happy learning!
- 2009-05-10 19:58:38下载
- 积分:1
-
TeSys
基于VC++和ADO的考试系统,数据库使用SQL2000。实现了用户管理,老师可在后台添加学生和试题。(Based on VC++ and ADO exam system, the database using SQL2000. Implementation of user management, teacher in the background can be added to students and examination questions.)
- 2012-03-11 13:59:27下载
- 积分:1
-
combo-right
简单神经网络EA 需要训练EA的神经元,两层神经元,具体可以自己摸索也可以百度训练的方法(Simple Neural Network EA EA neurons need to be trained, two layers of neurons, can find their own way to be specific training methods Baidu)
- 2020-06-30 21:00:02下载
- 积分:1
-
Visual C# Timer 构建的进度条演示
Visual C# Timer 构建的进度条演示,progressBar进度条的建立与使用,简单的范例,面向C#的初级开发者,希望初学者能够熟悉Loading如何创作哦,以下代码可以参考:
private void timer1_Tick(object sender, EventArgs e)
{
//使用三元运算符为progressBar的Value值自加1
progressBar1.Value = ++progressBar1.Value > 1000 - 1 ? 0 : progressBar1.Value;
//显示载入百分比
label2.Text = string.Format("已经载入{0}%", (int)(progressBar1.Value / 1000f * 100));
}
- 2022-04-16 04:00:01下载
- 积分:1