-
Spline.h
三次样条插值c++头文件,一些头文件,非常好(Cubic spline interpolation c++ header files, some header files)
- 2020-12-10 15:19:18下载
- 积分:1
-
mcu-one-line-communate
单片机一线通讯,控制4个数码管显示.里面有汇编和C语言源码(Single-chip front-line communications, control 4 digital display. There are assembly and C language source code)
- 2011-08-31 08:43:18下载
- 积分:1
-
MAODV_NS2仿真源码
MAODV源码用于NS2网络仿真,内容齐全详细,想要学习的同学,可以看看包括MAODV implementation installtion package等内容
- 2022-03-11 18:31:59下载
- 积分:1
-
VC++高速串口通信程序
高速串口通信程序,可同时接16个串口进行通信;获得16各串口的通信数据,在VC6.0++中编译,主要有串口通信参数设置,高速串口通信配置信息。
内部包括IP地址设置、共享内存、UDP通信等功能;读取串口上的数据进行解析,解析后的数据写入共享内存中,通过UDP通信通知上级主站去读取共享内存中的数据。
- 2022-05-18 16:42:39下载
- 积分:1
-
maandian
这是一个判断马鞍点的算法,当用户输入一个二维数组,当一个元素为每行的最小,而又是每列的最大时,它就是马鞍点!(This is a judgment of the saddle point algorithms, user input when a two-dimensional array, When one element per line for the smallest, which is the largest per, it is saddle point!)
- 2006-12-02 10:28:41下载
- 积分:1
-
dcCalculate
Dynamic calculation formula, the string into the corresponding formula, dynamic compilation and calculate the results
- 2015-01-23 08:05:53下载
- 积分:1
-
modbus的CRC校验
modbus协议中关于CRC算法校验表,在ATC51的使用,一个发送现实的程序
- 2022-07-13 09:40:22下载
- 积分:1
-
火焰跟踪器
说明: 能精确定位火焰的位置,并且能随着火焰的移动而及时移动定位,并且能显示火焰大小和位置(It can accurately locate the position of the flame, move and locate in time with the movement of the flame, and display the size and position of the flame)
- 2020-04-25 19:54:22下载
- 积分:1
-
C# 显示使用LINQ to SQL类查询的数据库记录
C# 显示使用LINQ to SQL类查询的数据库记录,使用LINQ模型创建LINQ to SQL类。
- 2022-07-19 08:46:45下载
- 积分:1
-
C# 获取数组指定位置的元素
C# 获取数组指定位置的元素,以下代码为核心代码,分享如下:
private void Frm_Main_Load(object sender, EventArgs e)
{
List ints = new List { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
int result = ints.ElementAt(3);//获取指定位置的元素
//输出查询结果
label1.Text = "数据源:ints={0,1,2,3,4,5,6,7,8,9 }";//数据源
label2.Text = "查询表达式:ElementAt(3)";//查询表达式/操作
label3.Text = "查询结果:"+result.ToString();//查询结果
}
- 2022-03-10 14:16:14下载
- 积分:1