-
WinForm_DS18B20
this files include c# Winform(serialport) DS18B20(c_codes) my qq is 523411674 .if you want to know how to finish this project ,you can call me ,thank you !
- 2011-03-16 22:25:26下载
- 积分:1
-
matlabvc
matlab和ivsualc++联合编程相关(matlab and ivsualc++ related to joint programming)
- 2010-05-24 13:32:41下载
- 积分:1
-
tankf
matlab simuink 模糊控制器tank 改进(matlab simuink improved fuzzy controller tank)
- 2014-01-17 10:24:05下载
- 积分:1
-
3542600_d04376dd2aa0bb13cfe65f01dc4a5e48
说明: fxstabilizer-ea-fx84netFXS.dll, 3485696 , 2015-09-17
fxstabilizer-ea-fx84netstabilizator.ex4, 72650 , 2015-09-17
- 2019-05-01 18:22:06下载
- 积分:1
-
C# winform 图书管理系统源码(含数据库脚本)
C# winform 图书管理系统源码(含数据库脚本)
- 2018-07-19下载
- 积分:1
-
txt阅读窗口
windows环境下的简单小程序,可以阅读txt类型的文档,是一个学习C#的初期练习小程序-txt read windows
- 2023-02-08 14:45:03下载
- 积分:1
-
7604061GPS
GPS,一本比较详细的程序。很好用!欢迎大家下载(GPS it is very good code fo you)
- 2011-12-06 17:44:29下载
- 积分:1
-
C#合成图片 组合文字及图像的实例
C# 将多个文字图形图像组合成复合图形,一个组合文字及图像的实例。基于WPF技术实现,可作为一个C#学习WPF图像处理的简单范例。C# 将多个文字图形图像组合成复合图形:
DrawingGroup MyGroup = new DrawingGroup();
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
string MyText = "Visual C++ 2017源码素材网实例精粹罗斌编著";
var MyFont = new FontFamily("宋体");
FormattedText MyFormattedText = new FormattedText(MyText,
System.Globalization.CultureInfo.GetCultureInfo(86),
FlowDirection.RightToLeft,
new Typeface(MyFont, MyStyle, MyWeight, FontStretches.Normal),
FontSize, MyRadialGradientBrush);
Pen MyPen = new Pen(Brushes.Black, 2);
MyPen.Freeze();
……
更多源代码敬请下载本源码。运行截图如下图所示。
- 2022-06-30 08:36:55下载
- 积分:1
-
c经典算法40例
【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去
掉不满足条件的排列。
2.程序源代码:
main() {
int i,j,k;
printf("
");
for(i=1;i
- 2022-01-20 23:15:55下载
- 积分:1
-
cPP-sql-student
本系统是开发一个基于VC++ 技术的教务管理系统,为单机版的对所有学生从入学到毕业的全部过程中的基本信息进行管理的系统。其处理事务功能:学籍变动(转学、休学等),基本信息采集、学号自动生成、毕业处理等。登陆权限有:管理员,学生。
学 生:可以登陆系统,查看、修改个人部分基础信息,查询成绩。
管理员:拥有所有权限,可以修改所有信息,插入新的学生记录等。
(The system is to develop a VC++ technologies based educational management system for stand-alone version for all students to graduate from the school during all the basic information management system. Its processing services features: student status changes (transfer, suspension, etc.), basic information collection, study number is automatically generated, graduation processing. Landing rights are: administrators, students. Student: You can login, view, modify some basic personal information, query results. Administrator: has all the permissions, you can modify all the information, insert a new student records.)
- 2011-05-10 09:43:26下载
- 积分:1