-
CSharp
订单管理系统,增删改查,订单时间什么的都有(in the world,this is new peopeil ihingkz knz,kzjsezzz)
- 2020-11-19 22:29:37下载
- 积分:1
-
Ch05
C#高级编程 是学习编程的好东西
希望大家能从中要到自己喜欢的(C# High-level programming is good programming to learn things in I hope that everyone will go to your favorite)
- 2008-08-13 12:07:00下载
- 积分:1
-
example6_TIM
本例展示了如何设置TIM,用它来测量一个外部输入信号的频率和占空比。
TIM2时钟设置为72MHz,预分频设置为0,TIM2计数器时钟可表达为:
TIM2 counter clock = TIMxCLK / (Prescaler +1) = 72 MHz,因此可测量的最小频率值为1100Hz。
设置TIM2工作在PWM输入模式(PWM Input Mode),把外部信号作为输入连接到TIM2通道2。
利用TIM2计数器中断来测量信号的频率和占空比。在TIM2_IRQHandler中,计算信号的频率和占空比,方法如下:
变量"Frequency"为由下式得到的外部信号频率:
Frequency = TIM2 counter clock / TIM2_CCR2 单位Hz
变量"Duty_Cycle"为由下式得到的外部信号占空比:
Duty_Cycle = (TIM2_CCR1*100)/(TIM2_CCR2) 单位
(This example shows how to set up the TIM, and use it to measure the frequency and duty cycle of an external input signal. TIM2 clock set to 72MHz and the prescaler is set to 0, TIM2 is counter clock can be expressed as: TIM2 is counter clock = TIMxCLK/(prescaler. Ppls1) = 72 MHz, the minimum measurable frequency value of 1100 Hz. Set TIM2 PWM input mode (PWM Input Mode), the external signal as an input connected to the the TIM2 Channel 2. TIM2 counter interrupt signal to measure frequency and duty cycle. Calculate the frequency and duty cycle of the signal in TIM2_IRQHandler as follows: variable " Frequency" on the grounds of the external signal frequency by the following formula: Frequency = TIM2 is counter clock/TIM2_CCR2 unit Hz variable Duty_Cycle " on the grounds of the following formula to get external duty cycle: Duty_Cycle = (TIM2_CCR1* 100)/(TIM2_CCR2) in )
- 2012-05-18 18:28:47下载
- 积分:1
-
cxmem代码
cxmem 是一个内存数据库,你可以在自己的测试环境中使用它,感谢更得的人使用它。
- 2022-02-20 06:13:24下载
- 积分:1
-
system-of-students-choosing-course
采用C语言,实现学生选课系统的设计,能够完成登录,选课,退课,管理员增加、删减课程等功能(Using C language, class selection system design, able to complete the login, elective withdrawal lesson, administrators increase, deletion of courses and other functions)
- 2013-04-10 20:14:41下载
- 积分:1
-
线性表的顺序存储
#ifndef __MY_SEQLIST_H__
#define __MY_SEQLIST_H__
typedef void SeqList;
typedef void SeqListNode;
//链表 创建
SeqList* SeqList_Create(int capacity);
//链表 销毁
void SeqList_Destroy(SeqList* list);
//链表 清空
void SeqList_Clear(SeqList* list);
//链表 长度
int SeqList_Length(SeqList* list);
//链表 容量
int SeqList_Capacity(SeqList* list);
//链表 在某一个位置 插入元素
int SeqList_Insert(SeqList* list, SeqListNode* node, int pos);
//获取某一个位置的链表结点
SeqListNode* SeqList_Get(SeqList* list, int pos);
//删除某一个位置的结点
SeqListNode* SeqList_Delete(SeqList* list, int pos);
#endif //__MY_SEQLIST_H__
- 2022-09-14 04:45:03下载
- 积分:1
-
595程序
说明: 51单片机连接74HC595,点亮多个LED灯(51 Single Chip Microcomputer Connects 74HC595 to Light Multiple LED Lamps)
- 2020-06-16 02:20:06下载
- 积分:1
-
backpack
给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高(Given a set of items, each item has its own weight and price, within a limited total weight, what we choose to make the total price of the highest items)
- 2015-12-28 23:14:54下载
- 积分:1
-
error.tar
error functions for the tiger compiler
- 2010-08-17 03:14:25下载
- 积分:1
-
UART_LED
附件为stm32f103vet6的uart和io驱动示例(Attached are examples of UART and IO drivers for stm32f103vet6)
- 2018-12-18 09:59:02下载
- 积分:1