-
motaifenxi
模态分析,获得采样数据的固有频率、各阶振型,阻尼比等,(Modal analysis, the natural frequency of the sampling data, each vibration mode damping ratio)
- 2021-05-15 21:30:03下载
- 积分:1
-
pintu
这是一个拼图游戏源码,课一实现3*3或4*4的拼图游戏,并给出时间,记录时间少的成绩。(This is a puzzle game source code, class one to achieve 3 or 4* 3* 4 jigsaw puzzle, and gives time to record less time results.)
- 2011-11-09 15:50:50下载
- 积分:1
-
C# 设置制表位控制文本项的输出位置
C# 设置制表位控制文本项的输出位置,将文字输出成表格的样式:
设置制表位控制文本项的输出位置
string MyText = " 姓名 高等数学 离散数学 数据结构
";
MyText = MyText + "李开斌 95 81 92
";
MyText = MyText + "汤小敏 78 84 75
";
MyText = MyText + "汤柱兰 84 76 82
";
MyText = MyText + "蒋兰坤 85 92 66
";
MyText = MyText + "黄 丽 83 91 75
";
MyText = MyText + "张中姣 75 88 82
";
FontFamily MyFontFamily = new FontFamily("宋体");
Font MyFont = new Font(MyFontFamily, 10, FontStyle.Regular, GraphicsUnit.Point);
Rectangle MyRect = new Rectangle(25, 70, 280, 110);
SolidBrush MyBrush = new SolidBrush(Color.FromArgb(255, 0, 128, 255));
StringFormat MyFormat = new StringFormat();
float[] MyTabArray = { 60, 80, 80 };
MyFormat.SetTabStops(0, MyTabArray);
e.Graphics.DrawString(MyText, MyFont, MyBrush, MyRect, MyFormat);
- 2022-02-28 17:10:41下载
- 积分:1
-
威布尔分布函数
威布尔随机变量的概率密度函数是: [1]
- 2022-04-24 23:54:39下载
- 积分:1
-
Access-Template
REV Journal on Electronics and Communications (REV-JEC) is a quarterly peer-reviewed research journal, dedicated to providing a leading edge forum for researchers and professionals to contribute and disseminate innovative research ideas and results in the fields of electronics and communications.
- 2018-08-07 20:25:16下载
- 积分:1
-
c# call WinRAR file compression and decompression, and they should only start wi...
c#调用WinRAR实现文件的压缩与解压,只做抛砖引玉用-c# call WinRAR file compression and decompression, and they should only start with
- 2023-03-11 11:00:03下载
- 积分:1
-
重载运算符“==”实现字符串比较
一个很小的程序,可以进行字符串比较,适合初学者学习,很容易读懂的(a small procedure can be carried out strings, for beginners to learn, it is easy to understand the)
- 2005-04-11 19:09:05下载
- 积分:1
-
6603xiaojiu
说明: 6603xiaojiu source code
- 2019-02-23 21:33:39下载
- 积分:1
-
fzxsjt_12434
百度贴吧WAP签到器百度贴吧WAP签到器(Baidu Post Bar, Baidu Post Bar WAP WAP sign is the sign is)
- 2014-01-08 08:46:34下载
- 积分:1
-
vc2005Beginningcode
说明: vc++2005入门经典 源代码 visual studio.net 2005 vc++的经典入门书籍源代码(vc++ 2005 Introduction to the classic source code visual studio.net 2005 vc++ classic book Introduction to source code)
- 2008-10-23 13:48:21下载
- 积分:1