- 
                        CYK算法实现,乔姆斯基范式
                        
                          CYK算法实现,乔姆斯基范式,输入格式S AB(CYK Algorithm)                         
                            - 2020-07-07 09:48:58下载
- 积分:1
 
- 
                        OpcInclude
                        
                          PC和S7-300 PLC通讯所需dll:komfort.dll,Prodave6.dll,w95_s7.dll(Communication between PC and S7-300 PLC required dll:komfort.dll, Prodave6.dll, w95_s7.dll)                         
                            - 2019-02-01 09:55:56下载
- 积分:1
 
- 
                        C#设计模式
                        
                          C#设计模式图书教程分享
希望对大家有所帮助(C# design patterns, books, tutorials, sharing)                         
                            - 2017-08-23 12:06:12下载
- 积分:1
 
- 
                        挂美加M1
                        
                          只需要挂在美加一分钟就行 无需风控,系统根据两个货币的关系进行止损 止盈(It only needs to hang in the US and Canada for one minute without wind control. The system stops losses and stops earnings according to the relationship between the two currencies.)                         
                            - 2020-06-19 20:40:01下载
- 积分:1
 
- 
                        C# 计时器、倒计时 例子源码下载
                        
                          C# 计时器、倒计时 例子源码下载                         
                            - 2015-06-10下载
- 积分:1
 
- 
                        小波变换,恢复物体三维面形,小波取“脊”方法
                        
                          小波变换,恢复物体三维面形,小波取“脊”方法.利用MATLAB恢复出物体三维面型,和计算
	出其误差,恢复结果,以及恢复误差图                         
                            - 2022-08-25 09:50:10下载
- 积分:1
 
- 
                        12eddd
                        
                          matlab下meanshift目标跟踪方法(meanshift object tracking)                         
                            - 2012-03-29 19:30:10下载
- 积分: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
 
- 
                        仓储物联网管理系统-FS4412
                        
                          物联网智能粮仓管理系统设计说明书基于FS4412(Internet of things intelligent granary management system design manual)                         
                            - 2017-06-21 23:30:58下载
- 积分:1
 
- 
                        C#入门代码 25个小程序,初学者有用
一、从控制台读取东西代码片断:
using System 
class TestReadConsole...
                        
                          C#入门代码 25个小程序,初学者有用
一、从控制台读取东西代码片断:
using System 
class TestReadConsole
{
 public static void Main()
 {
 Console.Write(Enter your name:) 
 string strName = Console.ReadLine() 
 Console.WriteLine( Hi + strName) 
 }
}-C# Entry code 25 small procedures, a useful one for beginners, to read things from the console code snippet: using System class TestReadConsole (public static void Main () (Console.Write (Enter your name:) string strName = Console.ReadLine () Console.WriteLine (Hi+ strName)))                         
                            - 2022-07-28 11:33:54下载
- 积分:1