-
writefile
实现写文件操作的代码,适合初学者学习windows文件编程。(Write-file operation code, suitable for beginners to learn programming windows files.)
- 2011-09-13 08:36:56下载
- 积分:1
-
介绍DOTNET的编程基础知识,并备有较简单的实例。
介绍DOTNET的编程基础知识,并备有较简单的实例。-The basic programming knowledge of DOTNET is introduced, and simple examples are included.
- 2023-02-08 07:20:06下载
- 积分:1
-
18b20
基于51单片机的两路18b20温度采集,c51编程。(51 single-chip-based two-way 18b20 temperature acquisition, c51 programming.)
- 2011-10-05 09:16:05下载
- 积分:1
-
教务处简易源码
简易c版教务处源代码
- 2022-03-11 03:37:09下载
- 积分:1
-
DSP
说明: DSP 源代码分享,包含FIR,DFT等等(DSP source code sharing, including FTR, DFT, etc)
- 2020-06-20 11:40:02下载
- 积分:1
-
webbrowser 执行自定义javascript脚本 并取得js函数返回值 例子
用代码说话吧,一看就懂的
- 2013-06-19下载
- 积分:1
-
RRT-path-panning-algorithm
本文以自主驾驶车辆为实际应用背景.提出了一种改进的RRT(快速随机搜索树)路径规划算法.该路
径规划算法将非完整性约束条件与双向多步扩展RRT搜索算法相结合,在提高搜索效率的同时保证了规划路径的可
行性.同时将路径点作为B样条基函数的控制点,用三次B样条函数来拟合控制点生成平滑可跟踪的路径.通过在平
面障碍物环境下实验,验证了该算法的有效性.(AimingattheapplicationofALV(automaticlandvehicle),animprovedRRT(RapidlyRandom?exploring
Trees)pathplanningalgorithm isproposed.Thealgorithm combinesthenoholonomicconstraintsofvehiclewithdoubleextend
RRTs,whichnotonlyimprovestheefficiencyofsearchingbutalsoguaranteesthefeasibilityofthepathatthesametime.Thepath
pointsaretakenasreferencepointsfortheB?splinebasicfunction,approachandcreateanewsmoothroutewhichsuitsforthevehi?
cletofollow.Thesimulationoutcomesandfieldtestsverifytheeffectivenessofthemethodproposed.)
- 2012-12-01 18:39:27下载
- 积分:1
-
libimobiledevice
libimobiledevice VS2008 可编译代码
需要自行编译openssl-1.0.1l (libimobiledevice VS2008 code can be compiled
Need to compile openssl-1.0.1l)
- 2015-02-27 10:48:12下载
- 积分:1
-
C# 浮动窗体 会跑的左右漂浮移动窗口
C#制作的浮动窗体,动态左右漂浮移动的窗口,打开后,漂浮在其它窗口上边,由左向右漂浮移动,从截图上看不出动态漂浮移动的效果,你可以下载源码,编译运行实例即可看到,窗体漂浮移动部分的代码,如下示:
private void timer1_Tick(object sender, System.EventArgs e)
{
Point p = new Point(this.DesktopLocation.X + 1, this.DesktopLocation.Y);
this.DesktopLocation = p;
if (p.X == 550)
{
timer1.Stop();
}
}
- 2023-02-27 10:00:03下载
- 积分:1
-
STM32_PMSM_FOC_QEncoder_170415OK
说明: STM32 永磁同步电机foc控制代码,希望可以帮助到大家(foc pmsm STM32_PMSM_FOC_QEncoder_)
- 2021-04-27 12:48:45下载
- 积分:1