-
一个关于图形应用的经典程序 有一个图形将神奇的出现在你的屏幕上哦...
一个关于图形应用的经典程序 有一个图形将神奇的出现在你的屏幕上哦
- 2023-03-05 21:50:04下载
- 积分: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
-
Delphi编写的外贸业务系统-完整带数据库
Delphi+Access实现的外贸业务管理系统,看上去比较完整,完成了一部分功能,有兴趣的下载学习一下。
- 2022-10-10 21:30:04下载
- 积分:1
-
conical
绘制圆锥面,可以通过调整参数获得不同的圆锥曲面(Drawing conical surfaces, we can get different conic surfaces by adjusting parameters.)
- 2018-06-23 23:59:42下载
- 积分:1
-
06
C#4.0中文视频教程第六讲程序中的异常和错误处理(C#4.0 Chinese Video Course Lecture 6 Abnormal and Error Handling in Program)
- 2020-06-17 20:00:02下载
- 积分:1
-
LD075IC105W76AD3001
说明: pwm0到10v调光,N76003的相关资料ADC多通道采集,PWM自动调光(Pwm0 to 10v dimming, multi-channel ADC acquisition of N76003 related data, PWM automatic dimming)
- 2020-06-19 03:20:01下载
- 积分:1
-
这一个PSCAD整流器的数学模型,它是useale某人。
this a rectifier model of pscad,it is useale for somebody .-this is a rectifier model of pscad,it is useale for somebody .
- 2022-03-23 12:45:17下载
- 积分:1
-
ILSpy
ILSpy .NET反编译工具,反编译出类似源代码(ILSpy .NET Reverse compile tool)
- 2017-02-15 15:03:23下载
- 积分:1
-
HEV_Model_Simulink
说明: 混合动力汽车整车详细simulink完整模型仿真,模型复杂,可运行(Complete model simulation of hybrid electric vehicle in detail simulink, the model is complex and can be run)
- 2020-10-05 21:47:39下载
- 积分:1
-
PV_MPPT
利用PSCAD对光伏电池的并网控制进行了仿真,利用扰动增量法,可实现最大功率输出(The grid connected control of photovoltaic cell using PSCAD simulation, using the perturbation incremental method can achieve maximum power output
)
- 2017-03-21 23:54:10下载
- 积分:1