-
length
利用佛洛伊德算法计算节点之间的最短路径,用于复杂网络中计算平均路径长度(average path lengh)
- 2011-09-01 11:13:51下载
- 积分:1
-
can回环测试串口显示
stm32F103最小系统的can总线回环测试(Can bus loop test for STM32 minimum system)
- 2018-05-31 14:50:48下载
- 积分:1
-
显示功能一系列关键词跟踪程序用C #制备设备…
一个具有显示关键词功能的串口Trace程序
用C# 编写,设备通过串口打出大量Log时,可以第一时间获取想要的信息。适用于手机等软件的调试。-Show features a Serial Key words Trace procedures used C# Preparation, equipment through the serial port played a large number of Log, you can first obtain the desired information. Applicable to mobile phone software debugging.
- 2022-05-07 04:43:16下载
- 积分:1
-
SerialPort-DLL
把SerialPort通讯类封装成的DLL+使用例子(SerialPort Dll and demo)
- 2011-07-11 23:48:23下载
- 积分:1
-
gh0st3.6
gh0st3.6个人修改版远程控制源码,功能齐全,无错编译。(gh0st3.6 personally modified version of the remote control source, fully functional, error-free compile.)
- 2012-02-07 18:59:22下载
- 积分:1
-
POLLING
文件中包含stm32开发板所配套的开关使用说明的程序例程,重在讲解开关是如何被使用的,在kEIL5软件上怎么编写的。(The document contains the program routine of the switch instructions matched by STM32 development board, focusing on how the switch is used and how to write on kEIL5 software.)
- 2019-04-03 15:40:34下载
- 积分:1
-
Quick-sort
Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists.
The steps are:
Pick an element, called a pivot, from the list.
Reorder the list so that all elements with values less than the pivot come before the pivot, while all elements with values greater than the pivot come after it (equal values can go either way). After this partitioning, the pivot is in its final position. This is called the partition operation.
Recursively sort the sub-list of lesser elements and the sub-list of greater elements.
The base case of the recursion are lists of size zero or one, which never need to be sorted.
- 2011-03-17 03:41:02下载
- 积分:1
-
uontrolhead
水晶报表实例,这是在里做水晶号表,很好用的,用C#写的,(Crystal reports as an example, this is the table, doing the crystal is very useful, written in c #,)
- 2017-07-13 01:06:26下载
- 积分:1
-
10题
基本功能实现,简单的算法设计,有助于ACM平台通过,当然这只是其中的一道题(basic programme uploaded)
- 2018-05-04 20:49:18下载
- 积分:1
-
CamSpeed
利用Qt写界面,Geni库从工业摄像头取图片。然后对图片进行保存、播放。(Using the Qt write interface, the Geni library takes pictures from industrial cameras. Then save and play the picture.)
- 2020-06-15 22:25:02下载
- 积分:1