登录
首页 » C# » feiyuecontrol

feiyuecontrol

于 2017-10-12 发布 文件大小:57KB
0 122
下载积分: 1 下载次数: 4

代码说明:

  支持PELCO—D协议,设置角度云台自动巡航,用于小测试,支持大部分云台。(Support PELCO - D protocol, set angle, pan head, automatic cruise, for small test, support most ptz.)

文件列表:

feiyuecontrol\feiyuecontrol\App.config
feiyuecontrol\feiyuecontrol\bin\Debug\feiyuecontrol.exe
feiyuecontrol\feiyuecontrol\bin\Debug\feiyuecontrol.exe.config
feiyuecontrol\feiyuecontrol\bin\Debug\feiyuecontrol.pdb
feiyuecontrol\feiyuecontrol\bin\Debug\feiyuecontrol.vshost.exe
feiyuecontrol\feiyuecontrol\bin\Debug\feiyuecontrol.vshost.exe.config
feiyuecontrol\feiyuecontrol\bin\Debug\feiyuecontrol.vshost.exe.manifest
feiyuecontrol\feiyuecontrol\feiyuecontrol.csproj
feiyuecontrol\feiyuecontrol\Form1.cs
feiyuecontrol\feiyuecontrol\Form1.Designer.cs
feiyuecontrol\feiyuecontrol\Form1.resx
feiyuecontrol\feiyuecontrol\obj\Debug\DesignTimeResolveAssemblyReferences.cache
feiyuecontrol\feiyuecontrol\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
feiyuecontrol\feiyuecontrol\obj\Debug\feiyuecontrol.csproj.FileListAbsolute.txt
feiyuecontrol\feiyuecontrol\obj\Debug\feiyuecontrol.csproj.GenerateResource.Cache
feiyuecontrol\feiyuecontrol\obj\Debug\feiyuecontrol.exe
feiyuecontrol\feiyuecontrol\obj\Debug\feiyuecontrol.Form1.resources
feiyuecontrol\feiyuecontrol\obj\Debug\feiyuecontrol.pdb
feiyuecontrol\feiyuecontrol\obj\Debug\feiyuecontrol.Properties.Resources.resources
feiyuecontrol\feiyuecontrol\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
feiyuecontrol\feiyuecontrol\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
feiyuecontrol\feiyuecontrol\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
feiyuecontrol\feiyuecontrol\Program.cs
feiyuecontrol\feiyuecontrol\Properties\AssemblyInfo.cs
feiyuecontrol\feiyuecontrol\Properties\Resources.Designer.cs
feiyuecontrol\feiyuecontrol\Properties\Resources.resx
feiyuecontrol\feiyuecontrol\Properties\Settings.Designer.cs
feiyuecontrol\feiyuecontrol\Properties\Settings.settings
feiyuecontrol\feiyuecontrol.sln
feiyuecontrol\feiyuecontrol.v12.suo
feiyuecontrol\feiyuecontrol\obj\Debug\TempPE
feiyuecontrol\feiyuecontrol\bin\Debug
feiyuecontrol\feiyuecontrol\obj\Debug
feiyuecontrol\feiyuecontrol\bin
feiyuecontrol\feiyuecontrol\obj
feiyuecontrol\feiyuecontrol\Properties
feiyuecontrol\feiyuecontrol
feiyuecontrol

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • MapReduce
    清华大学关于MapReduce的公开课的课件(courseware of MapReduce open class in Qsinghua University)
    2021-04-04 21:39:03下载
    积分:1
  • 这是一个Prolog程序,是我的同学做的,对于学Prolog的朋友有些帮助,希望大家多多交流。...
    这是一个Prolog程序,是我的同学做的,对于学Prolog的朋友有些帮助,希望大家多多交流。-This is a Prolog program is to do my classmates and friends to learn Prolog some help, I hope a lot of U.S. exchanges.
    2022-03-06 21:16:42下载
    积分:1
  • HT Series portable part of the functional test procedures (including source code...
    HT系列掌机部分功能测试程序(含源码),包括以下几个部分:串口通讯,红外通讯,菜单,液晶测试,文件处理程序,支持掌机:HT1600,HT2600,HT2680A,HT2680,HT2800 -HT Series portable part of the functional test procedures (including source code), including the following sections: serial communications, infrared communications, menu, LCD test, document processing procedures
    2022-05-15 14:18:27下载
    积分:1
  • JCvumat
    说明:  Johnson-cook_VUMAT_subroutine
    2020-08-24 17:28:16下载
    积分:1
  • matlab code
    image enhancement matlab code in GUI mode
    2019-01-23 19:37:08下载
    积分:1
  • 1602显示程序,更直观,更明了。1602的各步操作都有详尽的注释,并且已通过我的验证。...
    1602显示程序,更直观,更明了。1602的各步操作都有详尽的注释,并且已通过我的验证。-1602 display program, more intuitive, more straightforward. 1602 of the step-by-step detailed annotations, and have passed my test.
    2022-02-20 05:58:22下载
    积分:1
  • winpcap, delphi development of the bottom of the application package,
    winpcap,delphi 开发底层应用的包,-winpcap, delphi development of the bottom of the application package,
    2022-04-13 16:03:28下载
    积分:1
  • 顾伟三机九节点仿真程序
    电力系统潮流计算体现在数学就上是多元非线性方程组的求解问题,求解的方法有很多种。牛顿—拉夫逊法是数学上解非线性方程式的有效方法,收敛性好、迭代次数少。将牛顿—拉夫逊法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使牛顿—拉夫逊法解题规模和计算速度进一步提高,此算法至今仍是潮流计算中广泛采用的优秀算法。(Power flow calculation in power system is a problem of solving multivariate non-linear equations in mathematics. There are many methods to solve it. Newton-Raphson method is an effective method for solving nonlinear equations in mathematics. It has good convergence and fewer iterations. The application of Newton-Raphson method to power flow calculation is based on admittance matrix. Because of the use of symmetry, sparsity and optimization of node number sequence of admittance matrix, the scale and speed of Newton-Raphson method are further improved. So far, this algorithm is still an excellent one widely used in power flow calculation.)
    2018-11-14 22:13:29下载
    积分:1
  • ABAQUSVUMATEXAMPLE
    Abaqus子程序Vumat初学者好用的小例子,PDF文件,内有代码和例子详解(Abaqus small example subroutine Vumat easy to use for beginners, PDF files, there are examples of code and Explanation)
    2021-03-23 15:59:15下载
    积分:1
  • 三级联动代码
    说明:  手机端城市三级联动代码是一款带有手机验证码和表单验证的手机端代码(Mobile City Level 3 Linkage Code is a mobile code with mobile phone verification code and form verification.)
    2019-03-19 17:04:25下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载