-
反馈控制系统分析与设计的有关程序和例子 涉及面广 很详细 值得参考...
反馈控制系统分析与设计的有关程序和例子 涉及面广 很详细 值得参考
-Feedback Control System Analysis and Design of the procedure and covers a wide range of examples worth considering in great detail
- 2022-03-02 07:13:04下载
- 积分:1
-
/*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了,...
/*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了, 如有人想要带鼠标的可与我连系*/-/* WITH TC 2.0 operating environment under the billiards game w, s, a, d to control direction, the comma and full stop controlling forces, space-could have also been made with the mouse control, because we are a "mouse.h", so removed, if people want to take control the subject can be linked with my* /
- 2022-02-02 13:13:42下载
- 积分:1
-
基地的转换过程可以2
进制转换的程序,可由二至十的互换-base for the conversion process can be 2-10 fungible
- 2022-02-25 10:10:14下载
- 积分:1
-
安装包制作程序,很适合一般人使用,特别推荐!
安装包制作程序,很适合一般人使用,特别推荐!-Installation package production process, it is suitable for general use, in particular the recommendation!
- 2022-07-05 06:48:43下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
非常方便的滤波器设计软件,能方便的设计出多种滤波器。
非常方便的滤波器设计软件,能方便的设计出多种滤波器。-Very convenient for filter design software, to facilitate the design of a variety of filters.
- 2023-02-05 19:40:03下载
- 积分:1
-
AutoCAD的dwg
AutoCAD DWG-file viewer
- 2022-08-04 10:30:40下载
- 积分:1
-
vb create a default project, and to facilitate the establishment of a new projec...
vb默认工程创建器,方便建立新工程,并做好最基本的设置,使创建最基本的VB工程,快捷方便,很有实用性。-vb create a default project, and to facilitate the establishment of a new project and do a good job in the most basic settings, so that the VB project to create the most basic, fast and convenient, it is practical.
- 2022-02-26 00:50:27下载
- 积分:1
-
VB基本函数库文件打包,内含有多个vb基本函数,有很好的学习价值...
VB基本函数库文件打包,内含有多个vb基本函数,有很好的学习价值-VB basic function library package
- 2023-05-20 12:45:04下载
- 积分:1
-
现在有好多初学jsp的网友经常会问数据库怎么连接啊,怎么老出错啊?所以我集中的在这写篇文章供大家参考,其实这种把数据库逻辑全部放在jsp里未必是好的做法,但是有...
现在有好多初学jsp的网友经常会问数据库怎么连接啊,怎么老出错啊?所以我集中的在这写篇文章供大家参考,其实这种把数据库逻辑全部放在jsp里未必是好的做法,但是有利于初学者学习,所以我就这样做了,当大家学到一定程度的时候,可以考虑用MVC的模式开发。-now have many novice jsp netizens often ask how database linking ah, ah how old mistakes? So I concentrated on writing this article for reference. Such logic of the database on all jsp Lane is not necessarily a good one, but is conducive to beginners learning, So I do this, when we learn a certain extent, we can consider the use of the MVC pattern of development.
- 2022-01-22 14:07:59下载
- 积分:1