-
Malthus_Model
Malthus_Model模型的原形,以及包括绘图的源代码。希望对正在学习的你有帮助。(Malthus_Model prototype model, and includes source code for the drawing. Hope you are learning to help.)
- 2011-05-05 23:17:34下载
- 积分:1
-
SIM900系列模块AT应用了解
SIM900系列模块AT应用了解, 里面详细介绍AT
- 2023-05-21 09:50:03下载
- 积分:1
-
比较两张图片的相似度
使用两种距离的计算方法比较两张图像的相似度,可以在视频中找到两张区别比较大的两张图像
- 2022-10-09 20:05:17下载
- 积分:1
-
WENJ
说明: 基于RTKLIB 和 vs2010 编写的GPSBD定位程序实现单点定位PPP定位差分定位等输入文件 rinex文件RTCM文件(GPSBD positioning program based on RTKLIB and VS2010 realizes single point positioning, PPP positioning, differential positioning and other input files RINEX file RTCM file)
- 2019-02-27 20:36:54下载
- 积分:1
-
csharp
CRM Csharp System(CRM)
- 2010-11-20 20:29:02下载
- 积分:1
-
XML学习
public Turntable() { InitializeComponent(); int angle = 5029; for (int i = 0; i < 16; i ) { angle = 22; _ListAngle.Add(angle); } } /// /// 保存八个角度 /// List _ListAngle = new List(); /// /// 产生随机数 /// Random _Random = new Random(); int _Index = 0; int _OldAngle = 0; private void btnStartTurntable_Click(object sender, RoutedEventArgs e) { btnStartTurntable.IsEnabled = false; _Index = _Random.Next(0, 16); //_Index = 2; Storyboard sb = (Storyboard)this.FindResource("zhuandong"); sb.Completed -= this.sb_Completed; sb.Completed = new EventHandler(sb_Completed); ((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[0]).Value = _OldAngle; ((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[3]).Value = _ListAngle[_Index]; //((SplineDoubleKeyFrame)((DoubleAnimationUsingKeyFrames)sb.Children[0]).KeyFrames[3]).Value = 5218; sb.Begin(); } void sb_Completed(object sender, EventArgs e) { DispatcherTimer dt = new DispatcherTimer(); dt.Interval = TimeSpan.FromSeconds(0.3); dt.Tick = delegate { dt.Stop(); _OldAngle = (_ListAngle[_Index] % 360); btnStartTurntable.IsEnabled = true; AwardProcess(GetAward(_ListAngle[_Index])); }; dt.Start(); } public delegate void AwardDelegate(Award award); /// /// 返回转到的奖项信息 /// public event AwardDelegate AwardProcess; private Award GetAward(int angle) {
- 2014-08-01下载
- 积分:1
-
RS232 Upgrade Loader Tool M3510
UPGRADE tool rs232. Download
- 2019-04-10 00:20:11下载
- 积分:1
-
Matlabppt
说明: 提供MATLAB的学习基础文件,对这方面入门的学生有很大帮助,值得学习(The study provided based on MATLAB, the introduction of this document has very great help students, it is worth learning )
- 2010-04-19 14:37:55下载
- 积分:1
-
ACM-PPT
杭州电子科技大学ACM团队培训内部教材,对参加ACM比赛的同学将起到较大作用。(Hangzhou University of Electronic Science and Technology ACM internal team training materials, to participate in the ACM contest students will play a greater role.)
- 2014-11-11 08:53:47下载
- 积分:1
-
Matrix
这是一个数据结构中,对树遍历的程序,写得相当精炼,对数据结构初学者是个不错的参考程序!(This is a data structure, tree traversal of the procedure, written very refined, the data structure is a good beginner s reference to the procedure!)
- 2008-06-19 20:28:48下载
- 积分:1