-
电力终端程序
基于LINUX操作系统应用开发源程序,376.1规约,集电力载波,485,以太网,GPRS无线通讯接口,(This program is focused on the power industry s distribution transformer terminal procedures, the agreement Statute is 376.1 statute. Function carrier meter, 485 meter, GPRS remote communication, Ethernet communications.)
- 2018-10-22 20:05:20下载
- 积分:1
-
通过USART1 收发数据d
说明: STM32的双串口透传源码,可以设置波特率,非常好用。(STM32 Dual Serial Port Pass-through Source Code)
- 2020-07-31 10:18:38下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
一个用简单的游戏代码,可以下到本机修改下。让它更完美。...
一个用简单的游戏代码,可以下到本机修改下。让它更完美。-A game with a simple code, you can modify under the circumstances of this machine. Make it more perfect.
- 2022-11-09 22:40:03下载
- 积分:1
-
test
说明: 通过地球上的两个点的经纬度计算两点之间的距离(longitude,latitude to distance)
- 2020-06-17 05:20:01下载
- 积分:1
-
程序2015.12.01
对演化博弈复制动态方程分析得到的演化稳定策略的仿真(Simulation of evolutionary stability strategy for dynamic equation analysis by evolutionary game)
- 2020-12-20 13:39:10下载
- 积分:1
-
H61_H81_DMI Edit
说明: DMI Editor for DOS and Windows. Based on AMI BIOS/Firmware. Mostly work for Intel brand MB and Asus MB.
- 2020-12-12 05:03:54下载
- 积分:1
-
一个自己开发的学生成绩管理系统,希望大家喜欢!
一个自己开发的学生成绩管理系统,希望大家喜欢!-A self-developed student achievement management system, I hope everyone likes!
- 2022-02-03 00:23:03下载
- 积分:1
-
IMMUKF
交互式无迹卡尔曼滤波,可用于非线性目标跟踪(The interactive unscented Kalman filter can be used for nonlinear target tracking)
- 2021-01-21 09:58:41下载
- 积分:1
-
Miz702 ZYNQ开发教程20章
Miz702 ZYNQ开发教程20章,用于zynq器件的入门学习。(Miz702 ZYNQ Development Tutorial Chapter 20)
- 2020-06-23 04:20:01下载
- 积分:1