-
PersonalFinanceAssistant
个人财务助理,计算五险一金,比例手动可调(Personal finance assistant, a calculation of the five insurance payments, the proportion of manual adjustable)
- 2009-04-17 12:21:45下载
- 积分:1
-
camera
用于相机标定,求出坐标关系,实现物理坐标和像素坐标的转换( U7528 u4E8E u76F8 u673A u6807 u5B9A uFF0C u6C42 u51FA u5750 u6807 u5173 u7CFB)
- 2017-05-08 10:38:56下载
- 积分:1
-
Modbus
用C#实现ModBus读写功能,用作客户端读写ModBus-TCP server数据(Modbus read and write functions in C#)
- 2013-09-02 15:08:53下载
- 积分:1
-
com
MSP430X44X系列的串口通讯操作完整程序(COM USED IN MSP430)
- 2009-07-17 17:22:41下载
- 积分:1
-
MFCSimReaderTest
配合我发的F320单片机及其驱动程序的上位机测试程序。完成发送APDU指令(I made the F320 with its single-chip PC driver testing procedures. Finished sending APDU command)
- 2014-05-14 18:14:48下载
- 积分:1
-
CC1110点对点通信源代码
通过本试验实现基于SimpliciTi协议栈简单的点对点通信。
本次试验共需要两个模块:均为ED(终端节点)。一个听设备(Listener)、一个说设备(Talker)。
听设备(下图中的ED2)等待一个连接信息,说设备(ED1)向听设备(ED2)发送一个连接消息,当连接被确立时,说设备周期发送一个2 byte的消息给听设备,然后,听设备应答。实际上,这个连接是双向的,只有在连接之初 ,需要一说一听这两个角色,然后实现互联。
- 2022-12-28 06:15:03下载
- 积分:1
-
MATLAB
matlab进行多因素重复试验的方差分析的一个实例(matlab for multi-factor analysis of variance of repeated trials one instance)
- 2013-08-16 16:36:27下载
- 积分:1
-
ADC_DualModeInterleaved
stm32f4 adc 的代码,双通道,用DMA保存数据。(stm32f4 family c code, adc
This example provides a short description of how to use the ADC peripheral to
convert a regular channel in Dual interleaved mode using DMA in mode 3 with 5Msps.
DMA mode 3 is used in interleaved mode in 6-bit and 8-bit resolutions.
The Dual interleaved delay is configured 6 ADC clk cycles.
On each DMA request (two data items are available) two bytes representing two
ADC-converted data items are transferred as a half word.
The data transfer order is similar to that of the DMA mode 2.
A DMA request is generated each time 2 data items are available
1st request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
2nd request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
The ADC1 and ADC2 are configured to convert ADC Channel 12, with conversion
triggered by software.
By this way, ADC channel 12 is converted each 6 cycles.
In this example, the system clock is 168MHz, APB2 =84MHz and ADC clock = APB2 /2.
Since ADCCLK=)
- 2013-10-14 19:06:26下载
- 积分:1
-
hash
一个简单的c代码的hash表数据库框架,(A simple c code hash table frame)
- 2013-11-06 16:07:52下载
- 积分:1
-
触摸手势识别
一笔的触控手势识别,xml中存有比对的10种手势,dollar中是手势识别的c#源程序,它能有效的识别出一笔的触控手势,并给出对应的相似程度数值。
- 2023-06-15 15:06:03下载
- 积分:1