-
RS232_DO
串行端口的数字输出控制,本程序使用两个按钮使得用户通过按钮控制DTR和RTS的引脚电压。(Serial port of the digital output control, the program allows users to use two buttons through the button control DTR and RTS pin voltage.)
- 2008-03-11 13:58:32下载
- 积分:1
-
fentuanzuizhong
循环得出一个无向图中的所有最大团,提取出最大团后进行循环,取出剩余图中的最大团,直至所有点被取出(Cycling to get all the largest cliques in an undirected graph)
- 2020-06-24 19:40:02下载
- 积分:1
-
STM32中断优先级与相关使用概念
STM32 目前支持的中断共为 84 个(16 个内核+68 个外部),和 16 级可编程中断优先级 的设置,该文章讲述了STM32 中断优先级相关概念与使用笔记(STM32 currently supports 84 interrupts (16 kernels + 68 exteriors) and 16-level programmable interrupt priority settings. This paper describes the concept of STM32 interrupt priority and its usage notes.)
- 2020-06-22 19:00:02下载
- 积分:1
-
Visual.C.C
Visual.C.C.编程精选集锦 关键技术分册(Visual.C.C)
- 2010-11-28 19:44:33下载
- 积分:1
-
DiffieHellmanExample_src
Diffie-Hellman
- 2008-10-27 18:51:17下载
- 积分:1
-
I2C_TwoBoards_ComPolling
基于STM32开发板,通过模拟寄存器,验证I2C通信功能,(I2C_TwoBoards_ComPolling I2C Two Boards Communication Polling Example)
- 2017-06-07 17:23:07下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
LAB3
加速度计校准实验
动态立方体演示实验
数字拼图游戏实验(Accelerometer calibration experiment
Dynamic cube demonstration experiment
Experiment with number puzzles)
- 2020-06-18 19:00:02下载
- 积分:1
-
电磁分析 — — 闪电喘振现象对电力线路中的应用
电磁建模与计算
- 2023-02-01 18:30:04下载
- 积分:1
-
CD_Player
Cd player control for visual C
- 2009-03-08 10:27:56下载
- 积分:1