-
Dijkstra
迪特斯特拉算法,课程设计的作品,主要计算站点距离的吧,可以看看(Dieter Stella algorithm, distance course design work, the main computing sites can look)
- 2013-04-11 10:26:15下载
- 积分:1
-
DataDCS
说明: modbus 转至dcs modbus dtu 转 modbus tcp(Modbus to DCS dtuto modbus tcp)
- 2020-08-07 01:35:10下载
- 积分:1
-
ReadObj
opengl中 obj文件的下载显示以及旋转放大缩小功能实现、(opengl obj file download display and rotate the zoom function to achieve)
- 2012-05-01 16:16:09下载
- 积分:1
-
12864
说明: 基于msp430单片机的液晶12864的驱动程序简单。。(The driver of LCD 12864 based on MSp430 MCU is simple.)
- 2020-06-18 03:40:01下载
- 积分:1
-
This is new
This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.This is new.
- 2022-01-27 13:40:14下载
- 积分:1
-
51单片机example_ellcerent
51单片机众多优秀的开发源程序:ZLG7290例程*ZLG7290汇编例程*蜂鸣器音乐例程*蜂鸣器响例程*读EEPROM并显示例程*16×2LCD模块例程*128×64点阵LCD模块例程*直连KEY和LED例程*直连LED例程*lin模块的原码及例程。LIN总线例程 RS232例程(包括PC端和书上了串口例程) USB1.1例程(包括PC端) RS485例程 USB2.0例程(有3个,包括PC端) 基于ETHERNET的TCPIP例程 时钟显示例程 CAN自发自收例程 外中断1 CAN例程 USB2.0PC例程(51 MCU development of many excellent source : Wire routines** Wire compilation routines buzzer music routines** buzzer sound routines EEPROM read and display routines* 16 gen module routines* 128 x 64 dot-matrix LCD module routines* Direct Connect KEY routines and LED* Direct Connect lin* LED module routines of the original code and routines. LIN bus RS232 routines routines (including PC- and a book on the serial routines) USB1.1 routines (including the PC side) RS485 routines USB2.0 routines (there are three, including the PC side) BASED ETHERNET TCPIP routines clock display routines CAN spontaneous collected an external interrupt routines CAN routines USB2.0PC routines)
- 2005-08-13 09:16:38下载
- 积分:1
-
cs5460
测功率CS5460a单片机毕业设计,基于单片机的交直流功率计(gonglvcegonglvjiyudanpianjidejiaozhiliugonglvji)
- 2020-11-16 23:49:40下载
- 积分:1
-
LBM
LBM方法介绍及编程;LBM模型分析及应用(Introduction and programming of LBM method)
- 2018-03-24 14:34:12下载
- 积分:1
-
简单的用Csharp调用C++非托管动态链接库导出类的方法
研究了好久如何将C++动态链接库导出的类,添加到Csharp的工程中。最后发现还是将其用托管的C++封装后,比较方便。毕竟重新用Csharp写要花费的时间较长,利用这种方式来有效利用已经完成的工作效率较高。
- 2022-01-31 16:43:21下载
- 积分:1
-
将正整数M拆分成N个不同正整数之和
举例:将整数50 拆分成3个整数之和,每个元素均为5的倍数,且互不相等
将一个正整数分解成若干个互不相同数的正整数之和
@param sum 待分解的数
@param copies 分解的个数
@param minMultiple 每一个正整数必须是minMultiple的倍数
@return 可能的方案列表
- 2023-02-10 00:40:04下载
- 积分:1