-
STM32F103硬件IIC
应用背景
STM32F103 硬件IIC可用于AT24C02 PCF8591 和IIC电调通信,稳定性好,基本不会当机,移植方便
关键技术
用库函数写的,方便新手看懂,硬件IIC保障信号的稳定性,比模拟IO口稳定
- 2022-02-06 18:08:47下载
- 积分:1
-
compression algorithm test procedure (North Jimmy computer
压缩算法测试程序(北理计算机系老浪字做)-compression algorithm test procedure (North Jimmy computer-old wave character)
- 2022-03-23 06:13:34下载
- 积分:1
-
算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》,算法学习的基础...
算法大师Donald E.Knuth的经典著作《Concrete Mathematics具体数学》,算法学习的基础-algorithm master Donald E. Knuth classics "Concrete Mathe Matics specific math. "the foundation of learning algorithm
- 2022-05-07 23:54: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
-
F-R程序,写的不错哈 拿出来与大家共同分享
F-R程序,写的不错哈 拿出来与大家共同分享-F-R procedures, write out a pretty good Hana shared with you
- 2022-02-07 22:01:57下载
- 积分:1
-
c language version of the CVM, mysvm
cvm的c语言版,mysvm-manual工具箱介绍-c language version of the CVM, mysvm-manual introduction Toolbox
- 2023-09-07 02:50:04下载
- 积分:1
-
模式匹配替换
通过模式匹配寻找一个字符串的所有符合匹配的字串,然后用指定任意形式的字符长短替换
- 2022-07-06 18:00:51下载
- 积分:1
-
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
- 2023-08-19 20:10:03下载
- 积分:1
-
实数编码模拟退火算法
MATLAB中的模拟退火算法
- 2022-08-13 19:36:43下载
- 积分:1
-
本程序是用来prim算法用C++的完全实现,可供大家学习使用.
本程序是用来prim算法用C++的完全实现,可供大家学习使用.-This procedure is used prim algorithm using C++ implementation of the fully available for everyone to use study.
- 2022-09-25 13:20:03下载
- 积分:1