-
1.风力摆源码
风力摆是通过六轴传感器(MPU6050)检测平台的水平角度进行反馈,
控制四个 8520 空心杯电机的转动,带动螺旋桨转动实现激光点按照特定
轨迹运动的机构。(The wind pendulum is fed back by a six-axis sensor (MPU6050) to detect the horizontal angle of the platform.
Controlling the rotation of four 8520 hollow cup motors, driving the propeller to rotate, and realizing the laser point according to the specific conditions
The mechanism of trajectory motion.)
- 2020-06-22 09:20:02下载
- 积分:1
-
de4dot Reactor v4.9 Mod by PC-RET
说明: .net reactor脱壳器,可脱.net reactor4.9以下版本(.net reactor unpacker)
- 2020-04-29 16:33:28下载
- 积分:1
-
A*算法实例
应用背景在当前游戏业迅速发展的环境下,A*算法的应用越来越多,对智能AI的寻路功能的帮助,此实例可应用于各种寻路和迷宫之中关键技术A*算法的简单实例,可在其中自选距离,欧式距离,或者其他,当然也可自行更改估价函数,代码段明确列出了估价函数,方便使用者修改
- 2022-03-09 15:54:38下载
- 积分:1
-
DotNetZipLib-DevKit-v1.9
说明: zip extends in .net framework. using c#
- 2019-02-02 14:58:54下载
- 积分:1
-
test
说明: 使用状态栏控件(StatusBar):在状态栏中可以显示打开的文件名、鼠标信息和按键信
息(键入的是字母还是非字母)。(Use StatusBar: In the status bar, you can display the open file name, mouse information, and key letters.
Information (type letters or non-letters).)
- 2020-10-21 17:37:24下载
- 积分:1
-
Signal-Processing-and-Linear-Systems
信号处理与线性系统(英文版)( This text presents a comprehensive treatment of signal processing and linear systems suitable for juniors and seniors in electrical engineering. Based on B. P. Lathi s widely used book, Linear Systems and Signals, it features additional applications to communications, controls, and filtering。)
- 2012-08-27 10:19:43下载
- 积分:1
-
q
说明: 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间(Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show)
- 2010-05-29 10:45:27下载
- 积分:1
-
C# 水晶报表CrystalReport导出各类型文件的例子
C# 水晶报表导出各类型文件的例子,将水晶报表数据导出为Word文件、Excel文件、HTML文件、PDF文件,并获取水晶报表的数据库连接项,设置CrystalReport水晶报表的数据库登录选项等。相关的代码片段:
private void button7_Click(object sender, EventArgs e)
{//将水晶报表数据导出为HTML文件
var MyFileName = "MyHTMLFile.htm";
var MyExportOptions = new ExportOptions();
var MyHtml32FormatOptions = new HTMLFormatOptions();
MyExportOptions.ExportFormatType = ExportFormatType.HTML32;
MyHtml32FormatOptions.HTMLBaseFolderName = "Html32Folder";
MyHtml32FormatOptions.HTMLFileName = MyFileName;
MyHtml32FormatOptions.HTMLEnableSeparatedPages = false;
MyHtml32FormatOptions.HTMLHasPageNavigator = false;
MyExportOptions.FormatOptions = MyHtml32FormatOptions;
this.CrystalReport11.Export(MyExportOptions);
MessageBox.Show("成功导出文件:" + MyFileName, "信息提示", MessageBoxButtons.OK);
}
private void button8_Click(object sender, EventArgs e)
{//将水晶报表数据导出为PDF文件
var MyFileName = "MyPDFFile.pdf";
var MyExportOptions = new ExportOptions
- 2022-04-11 03:03:59下载
- 积分:1
-
装饰模式 C#
装饰模式 C#-Decorative pattern decorative pattern C
- 2022-07-07 12:51:18下载
- 积分:1
-
djdsTCPIP
简介:一个tcp/ip协议实现的完整源代码包.包括arp,ax25,icmp,tcp,
telnet,trace,udp的源代码,可同时作为客户端,服务端
,ip包路由.同时处理多个服务器,客户端会话,对研究tcp/ip协议很有帮助(Introduction: a tcp/ip protocol implementation of the integrity of the source code package. Including arp, ax25, icmp, tcp, telnet, trace, udp source code, may at the same time as client, server, ip packet routing. At the same time deal with a number of server, the client session, the study of tcp/ip protocol helpful)
- 2009-03-14 17:18:12下载
- 积分:1