-
TheArtofComputerProgrammingVolume3
Knuth不僅僅是傑出的programmer,同時也是世界聞名的數學家和演算法的專家。他的經典巨著The Art of Computer Programming裡頭寫的是他畢生研究演算法和程式設計的精華(Knuth is not only an outstanding programmer, but also world-renowned mathematicians and experts algorithm. His classic masterpiece, The Art of Computer Programming is written inside his life-long study of algorithms and the essence of programming)
- 2009-04-09 14:58:09下载
- 积分:1
-
matrixMul
说明: cuda 矩阵运算程序,cuda上实现两个矩阵相乘(cuda matrix multi)
- 2020-12-13 22:19:15下载
- 积分: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
-
qiongjusousuofa
穷举搜索法求机组组合,程序非常好,结果正确(Exhaustive search method for unit commitment, the program is very good, the result is correct)
- 2013-07-03 09:11:08下载
- 积分:1
-
VoiceTest
VoiceTest.rar secondlife voicetest c# 原码(VoiceTest.rar secondlife voicetest c)
- 2009-01-21 16:38:02下载
- 积分:1
-
VisualElementViewer
可视化组件查看器,通过此程序可查看Windows的视觉组件,另外还带一个树型的列表控件。(Visual Component Viewer .This program can view the Windows visual components, also with a treelistview control.)
- 2013-10-05 20:01:44下载
- 积分:1
-
实验24 IIC实验
STM32F429 AT24C02 IIC通信(STM32F429 AT24C02 IICconnect)
- 2020-06-18 09:40:01下载
- 积分:1
-
work_std
工作时单元功能实现的部分资料
主要涉及字符串处理、排序算法,字符串查询、kmp、改进二分法、Unicode编码、uniq(functional modules work to achieve some of the information involved mainly string handling, sorting algorithm, string inquiries, kmp improve dichotomy, Unicode encoding, uniq)
- 2007-01-23 08:57:38下载
- 积分:1
-
陀螺仪小车
- 2022-01-26 06:07:41下载
- 积分:1
-
FTM
说明: 基于IAR开发环境,野火FTM 配置文件,包含C和H文件(Based on the IAR development environment, wildfire FTM configuration file, including C and H files)
- 2020-06-16 21:20:02下载
- 积分:1