-
蓝牙4.0 CC2540 adxl345 实现计步器算法
蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法蓝牙4.0 CC2540 adxl345 实现计步器算法
- 2022-01-31 22:04:54下载
- 积分:1
-
TI-cc5509 血氧饱和度解决方案
ti-公司的血氧饱和度解决方案,测试可行,非常好的资料
- 2022-03-19 00:39:59下载
- 积分:1
-
通过奇异值分解的最小二乘拟合算法…
通过奇异值分解实现的最小二乘拟合算法
inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
- 2022-04-20 14:07:19下载
- 积分:1
-
超分辨率图像分块
资源描述人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法人脸超分辨率图像分块算法
- 2022-03-13 19:17:37下载
- 积分:1
-
这个矩阵C++模板类图书馆是执行常见的矩阵运算…
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
- 2022-06-03 16:33:22下载
- 积分:1
-
The use of fixed step size fourth
使用定步长四阶龙格-库塔法解方程组,并给出一个含贝塞尔函数方程组的例子。-The use of fixed step size fourth-order Runge- Kutta method solution of equations, and gives a Bessel function equations with examples.
- 2023-07-14 13:05:03下载
- 积分:1
-
光纤传播常数计算
光纤模场分布和传播常数,输入模式的阶数,计算得到各类模式的模场分布。在其中修改参数,至少可以计算5层光纤结构。
- 2022-08-24 06:43:40下载
- 积分:1
-
徐世良-C常用算法集的源代码
徐世良-C常用算法集的源代码- Xu Shiliang- C commonly used algorithm collection source code
- 2022-04-28 04:11:27下载
- 积分:1
-
数据结构第三版
数据结构版第三版,课本习题和例题全面覆盖,减少编程的时间,可利用debug,逐步演算,增加理解
- 2023-05-08 04:35:03下载
- 积分:1
-
连数据库,输入用户名和密码后如何跳转到主窗口
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
public class Login extends JFrame implements ActionListener {
private JLabel lbId, lbPass;
private JTextField txtId, txtPass;
private JButton btLogin, btExit;
private Connection datacon = null;//连接对象
private PreparedStatement pstat = null;//命令对象
private ResultSet rs = null;//结果
- 2022-02-05 20:26:14下载
- 积分:1