-
mp3_player
Altera board
Mp3 project
- 2011-12-27 15:04:02下载
- 积分:1
-
发送2
nrf24l01发送程序,可以参考一下,stm32平台(NRF24L01 sending program, you can refer to STM32 platform)
- 2020-06-23 00:00:03下载
- 积分:1
-
44
说明: 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。
例如,有以下矩阵:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
若k结果为2,程序执行结果为:
3 4 5 1 2
3 4 5 1 2
3 4 5 1 2
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:源文件存放在考生文件夹下的BLANK1.C中
不得增行或删行,也不得更改程序的结构!
(A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
- 2011-08-11 07:53:10下载
- 积分:1
-
pci控制卡初始化程序
【实例简介】一种代码脚本的初始化程序
PCI106E初始化程序说明
通过modbus寄存器reg(0)作为标志位来判断使能情况,上位机判断:
modbus_reg(0) = 1,使能成功,可以进行操作。
modbus_reg(0) = 2,总线扫描失败。
modbus_reg(0) = 3,总线开启失败。
modbus_reg(0) = 4,设备扫描数为0。
非使能成功时,程序每间隔1s重新执行一次。
此初始化程序只进行了总线使能操作,轴的脉冲当量、速度等参数需要在上位机再进行设置。
- 2021-09-02 00:31:08下载
- 积分:1
-
Sample_VC
说明: prodave是西门子PLC与高级语言的程序接口,如何使用它,这里给出一个VC与西门子PLC通讯并读写DB块数据的例子(Prodave is Siemens PLC and high level language program interface, how to use it, so here is a VC and Simon PLC and literacy DB block of data example
)
- 2011-04-18 15:09:48下载
- 积分:1
-
LDC1000_F5529LP_DRDY
说明: The 5th operation mode for the MSP430 integrated with the LDC1000
- 2020-06-21 18:40:02下载
- 积分:1
-
can 代码包括互斥等
can的相关代码,包括互斥等,收发数据,解析数据
- 2022-03-24 02:58:19下载
- 积分:1
-
Gold_codes
Matlab GOLD序列的产生
适合学生课程使用
产生31位的GOLD序列(generation of the gold sequence(31 bits)
for the convinience of the undergraduate curriculum design)
- 2009-12-20 16:00:22下载
- 积分:1
-
通过ADC初始化例程在C源代码
ADC的初始化代码。
- 2022-07-06 10:12:18下载
- 积分:1
-
学生管理系统CURD
说明: C语言实现学生管理系统,包含增删改查(CRUD)等功能编译直接使用(C language implements student management system, including add, delete, check (CRUD) and other functions compiled and directly used)
- 2019-04-01 17:02:16下载
- 积分:1