-
通过stm32单片机生成互补pwm驱动三项桥
说明: 通过stm32单片机生成互补pwm驱动三项桥,构成逆变电路,生成三项交流电。内含源代码及protues仿真程序。(Three bridges driven by complementary PWM are generated by STM32 single chip computer, which constitute the inverting circuit and generate three alternating currents. Includes source code and PROTUS simulation program.)
- 2020-06-19 00:40:02下载
- 积分:1
-
state_test_senrecvdipart3.3
linux下多线程udp实现消息驱动多状态机(Multi threaded UDP Linux message driven state machine)
- 2014-07-22 20:32:35下载
- 积分:1
-
bmpreaderwriter.tar
这是一个C语言写的简易BMP读取写入工具,所有代码存在头文件中。(This is a C language to write simple BMP read write tool, all the code exists in the header file.)
- 2017-10-14 14:48:42下载
- 积分:1
-
fyp-rs232
rs232 communication for PIC 16f877 using ccs compiler
- 2011-11-01 15:37:14下载
- 积分:1
-
最小生成树的Kruskal算法
C语言算法编程。最小生成树的Kruskal算法 。求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,(共n个点)所使用的贪心准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。kruskal算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
- 2022-01-30 15:28:05下载
- 积分:1
-
AIS_Msg_decode
船用AIS输出语句解析代码
VDM语句解码全流程C语言函数,注释详细(Ship AIS output statement parsing code.
VDM statement decoding the whole process C language function, detailed notes)
- 2020-12-30 10:29:00下载
- 积分:1
-
pvar2014
进行 面板数据VAR分析,连玉君老师论文中用到的,stata 代码(The VAR analysis of panel data, and the stata code used in the thesis of the teacher)
- 2020-07-20 19:18:45下载
- 积分:1
-
sobel
这个程序适合初学者,对图像处理边缘检测方法有一个初步的了解。在这个程序主要用opencv来实现的,所以想要找纯c语言代码的童鞋,可以试着看看边缘检测的原理,试着自己进行编写。不难!
- 2022-03-23 12:25:56下载
- 积分:1
-
MSP430PPDIUSBD12
msp430与PDIUSBD12的固件程序
D12驱动win2k_xpD12test.inf
D12驱动win98D12TEST.SYS
usb上位机测试程序usb430d12EasyD12.dll
usb上位机测试程序usb430d12EasyD12.H
(msp430 the PDIUSBD12 firmware
D12 driver win2k_xp D12test.inf
D12 driver win98 D12TEST.SYS
usb host computer test program usb430d12 EasyD12.dll,
usb host computer test program usb430d12 EasyD12.H,
)
- 2012-04-25 14:48:03下载
- 积分:1
-
真二叉树重构
但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
- 2019-04-21 16:54:36下载
- 积分:1