-
高斯列主元消去法
详细,易懂,简单明了
初学者可看
高斯列主元消去法
详细,易懂,简单明了
初学者可看-Gaussian elimination method PCA out detailed, easy-to-understand, simple to understand for beginners, if we look at
- 2023-08-12 19:15:03下载
- 积分:1
-
摄像头人脸检测
该程序是为了达到对五彩物体的识别不变的实质性变化的观点,对象
- 2023-04-28 16:50:03下载
- 积分:1
-
traceroute程序代码
还是有一些小不足,但基本框架在此,大家可以参考参考。有改进,我会更新的~
- 2022-05-22 00:57:50下载
- 积分:1
-
无用单元收集:利用表结点本身的指针域标记遍历路径的算法
无用单元收集:利用表结点本身的指针域标记遍历路径的算法-Useless cell collection: the use of table pointer node labeling their own path traversal algorithm
- 2022-01-25 15:52:12下载
- 积分:1
-
VBA code VBProject常用代码操作_很多很奇怪的东西可以用
- 2023-02-01 19:15:03下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?
-parts cutting issue for a fixed width of the rectangular plate W, the height of rectangular plate unrestricted. Need from the board is cutting out respectively n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?
- 2022-02-02 15:40:05下载
- 积分:1
-
分形图的实现:c++源代码,分形树由递归算法生成。
分形图的实现:c++源代码,分形树由递归算法生成。-Fractal graphic sample
- 2022-03-20 11:38:58下载
- 积分:1
-
indiftpd是一个独立的(单一可执行文件)FTP服务器设计
IndiFTPD is a standalone (single executable) FTP server designed for
situations when a user wants to quickly start up a server without going
through an installation. -IndiFTPD is a standalone (single executable) FTP server designed for situations when a user wants to quickly start up a server without going through an installation.
- 2022-07-08 07:56:06下载
- 积分:1
-
Java小程序:计算费波纳契数列,并使用该数列解决一个数学问题。...
Java小程序:计算费波纳契数列,并使用该数列解决一个数学问题。-Java : calculating costs Beinajie series and to use the series to solve a mathematical problem.
- 2022-12-30 04:45:03下载
- 积分:1
-
VS串口程序
这是VS实现串口通信的详细代码和资料。里面有各类实现的方法。串口通信(Serial Communications)的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总长不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成,分别是地线、发送、接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其他线用于握手,但不是必须的。串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。对于两个进行通信的端口,这些参数必须匹配。
- 2022-02-05 19:15:08下载
- 积分:1