-
C#编写,利用图片旋转方式模拟转角仪的指针旋转,具有一定的参考价值。...
C#编写,利用图片旋转方式模拟转角仪的指针旋转,具有一定的参考价值。-C# preparation, the use of pictures simulate rotation angle instrument pointer rotation, has some reference value.
- 2022-05-12 19:27:25下载
- 积分:1
-
GPS-ambiguity
这是用matlab语言编写的应用程序,主要对于GPS整周模糊度得求解。(It is written with matlab applications, mainly for GPS ambiguity was solved.)
- 2011-05-01 17:01:42下载
- 积分:1
-
单机五子棋
mfc开发的单机版五子棋程序,与ai对战,拥有完整的界面程序,完善的ai算法,玩家可选择执黑或执白。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-11-26 20:45:13下载
- 积分:1
-
loess-master
局部加权平均算法,用于时间序列预测,大家看着给点好处就好(Local weighted average algorithm for time series prediction.)
- 2021-04-12 18:48:57下载
- 积分:1
-
Image-recognition
图像识别技术及其在机械零件无损检测中的应用(Image recognition technology and its application in mechanical parts NDT Applications)
- 2013-11-16 11:00:17下载
- 积分:1
-
The_C_Programming_Language2
传说中C圣经,不可不看哦,我整理了下一,本资料包括,它的影印版本,英文版本带书签的PDF,还有中文版本,很全的,可以让你想看哪个版本都行(Legends of the Bible, C, can not看哦, I am finishing the next, this information includes, photocopying its version, the English version with bookmarks of PDF, there is the Chinese version, it is wide, and can let you see which version will do)
- 2008-05-19 15:05:00下载
- 积分:1
-
Richs-Words_-STM8S-Interrupt-Handling
STM8 interrupts how to implement in separate files
- 2014-08-27 16:29:14下载
- 积分:1
-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1
-
win8app应用开发实例—《英雄联盟宝典》
关于win8app的开发,使用vs2013作为开发环境。该应用基于win8app拆分模板,主要介绍英雄联盟四大阵营各个人物的背景故事。
- 2022-03-13 23:29:51下载
- 积分:1
-
modbus
modbus协议通讯,CRC校验,读写寄存器,代码较为完整。
- 2022-03-19 21:57:00下载
- 积分:1