-
mogeocoder
jis控件mapobject在vc环境下
示例代码(jis Control mapobject vc environment in the sample code)
- 2007-04-25 21:51:56下载
- 积分:1
-
DL645
电力系统电度表通讯协议,主要针对DL645协议标准(Power system meter communication protocol, mainly for DL645 protocol standards)
- 2013-10-23 22:13:10下载
- 积分:1
-
按键代码(采用状态机凡是 )
轻触按键代码,包括长按、双击、短按。可以自己扩展成多个按键。
- 2023-04-07 18:40:04下载
- 积分:1
-
EX16_LCD1602
利用c语言实现dsp tms2812上的如何控制lcd1602的显示等功能(using c on tms2812 to control lcd 1602 to show chars.)
- 2013-02-07 21:39:01下载
- 积分:1
-
uart
基于IAR开发环境 野火的串口库文件,C和H文件(Serial port library based on IAR wildfire)
- 2020-06-16 21:40:01下载
- 积分:1
-
Quick Sort
```py
RANDOMIZED_PARTITION(A, p ,r)
i = RANDOM(p,r) #1
exchange A[r] & A[i] #2
return PARTITION(A, p , r) #3
```
```py
PARTITION(A, p, r)
x = A[r] #1
i = p - 1 #2
for j= (p, r-1) #3
if A[j]
- 2023-08-13 22:00:04下载
- 积分:1
-
Source
俄罗斯方块源码
直接运行可以看到结果。好东西大家分享嘛 (Tetris source code can be run directly see the result. Good things to share with you why)
- 2009-01-01 10:22:22下载
- 积分: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
-
MySTM8V1.3
stm8l的ADC采集,DAC输出以及串口通讯(Stm8l ADC acquisition, DAC output and serial communication)
- 2017-07-07 14:09:48下载
- 积分:1
-
MixFigure
另一个VC与Matlab混合编程的例子,调用了Matlab的绘图界面,并将它嵌入到对话框的界面中(Another VC and Matlab examples of hybrid programming, call the Matlab graphics interface, and it is embedded into the dialog box interface)
- 2008-03-01 22:49:20下载
- 积分:1