-
IAP
LPC2000系列ARM芯片IAP例程,包括I2C、SD卡、CAN总线、XMODEM升级方式和演示程序(LPC2000 family of ARM chip IAP routines, including I2C, SD card, CAN bus, that XMODEM upgrade and demo program)
- 2020-08-25 13:38:15下载
- 积分:1
-
shuzhijifen
使用WIN-TC编写一个程序,实现数值积分。用复化梯形方法、复化Simpson方法、变步长梯形方法、变步长Simpson方法编程求解积分值。(Using WIN-TC to write a program to achieve numerical integration. Compound trapezoid method used, the complex method of Simpson, variable step trapezoidal method, Simpson variable step method for solving integral value programming.)
- 2015-03-10 22:21:31下载
- 积分:1
-
sunpinyin
基于语言模型的输入法程序,非常经典,适合研究自然出演处理的同学做学习(Based on the input method program language model, very classic, suitable for the study of natural starred treated students do learn)
- 2014-05-17 16:29:12下载
- 积分:1
-
c#类库:ftp客户端 支持主动和被动模式
c#ftp客户端 支持主动和被动模式,c#ftp客户端 主动模式 被动模 PORT PASV
- 2019-06-28下载
- 积分:1
-
C#提取特征点并进行匹配
此代码是用C#编写的,提取图像的特征点并进行匹配,以达到目标检测的效果。
- 2022-03-03 00:35:42下载
- 积分:1
-
GPS数据处理源代码
采集GPS数据,对数据进行解析并显示。在visual c++下面开发。(Collect GPS data, parse and display the data.Development under visual c++.)
- 2017-10-21 15:40:16下载
- 积分:1
-
C# 写的Modbus 模拟从站
C# 写的Modbus 模拟从站,主要是用来模拟下位机调试程序用。本机使用可以安装一个虚拟串口,有模拟量值读取及参数设置,线圈强制,开关量读取等。自己稍微改一下就可成为调试程序的利器。程序modbus实现使用的是NModbus。资源包括了NModbus源码。
- 2022-03-19 15:31:57下载
- 积分:1
-
特殊矩阵计算器
说明: 创建两个特殊矩阵 A 和 B,计算 A+B、A-B、A*B、B*A、A(或 B)的逆、A(或 B)的
转置、A(或 B)的行列式等(Create two special matrices A and B, and calculate the inverse of a + B, A-B, a * B, b * a, a (or b), a (or b)
Transpose, determinant of a (or b), etc)
- 2020-12-31 18:28:59下载
- 积分:1
-
数字水准仪Dini03原始DAT文件生成器
将数字水准仪Dini03的DAT文件识别并输出EXCEL报表,同时可根据一次DAT文件对其中内容进行随机调整,并生成原始DAT文件,做监测的都明白
- 2022-12-24 17:35:04下载
- 积分:1
-
bubble
Selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity, and also has performance advantages over more complicated algorithms in certain situations
- 2011-03-17 03:42:40下载
- 积分:1