-
通过硬件电路和软件程序,利用atxmega128a1开发板控制发光二极管的点亮和熄灭。初步掌握单片机的I/O口功能。
通过硬件电路和软件程序,利用atxmega128a1开发板控制发光二极管的点亮和熄灭。初步掌握单片机的I/O口功能。
Xmega有灵活的通用I/O端口。每个端口从引脚0到7可以被配置为输入或者输出。接下来就是通过不断改变引脚的电平来控制二极管的亮灭。由于程序执行速度很快,如果在很短的时间内改变PQ1口的状态,人眼是看不出来的,所以中间必须有个延时的程序。
- 2022-11-18 13:20:03下载
- 积分:1
-
C#仿写微信中的打飞机小游戏源码
C#仿写微信中的打飞机小游戏源码,费了好大劲写出来的,感觉比微信中的打飞机要复杂一些,不过本程序还是有Bug的没有修正,主要是退出机制有Bug,单击关闭后,程序还在后台运行,需要通过任务管理器关闭进程,不知道是怎么回事呀,我是折腾够了,留着高手修正吧。以下是相关的代码:
SecondaryBuffer secBuffer;//缓冲区对象
Device secDev;//设备对象
secDev = new Device();
secDev.SetCooperativeLevel(form, CooperativeLevel.Normal);//设置设备协作级别
secBuffer = new SecondaryBuffer(musicPath, secDev);//创建辅助缓冲区
secBuffer.Play(0, BufferPlayFlags.Default);//设置缓冲区为默认播放
- 2023-01-02 17:25:05下载
- 积分:1
-
AT24C32(64)
c51源代码,IIC总线驱动程序,适用24C32、64!(decoder source code, IIC bus drivers, application 24C32, 64!)
- 2006-06-14 17:17:31下载
- 积分:1
-
微软认证考试70
微软认证考试70-528 中文(Web应用开发-ASP.NET2.0).pdf-Microsoft certification exam 70-528中文(Web application development-ASP.NET2.0). Pdf
- 2023-08-16 20:50:03下载
- 积分:1
-
STM32F103CAN回环测试代码
本实验是回环测试,开发板只是向自己发送数据,不经过CAN芯片,也不能把数据发送给外部主机。
需要双机通讯请参考“CAN-双机通讯”实验。
电脑端使用串口调试助手,选择电脑与STM32相连的COM口,设置为115200-N-8-1,
复位开发板,即可接收STM32串口发送给电脑的调试信息。
给开发板下载本程序,按下开发板的KEY1键,会使用CAN 回环发送0-255的数字。
若开发板的CAN接收到256个字节数据,会把数据以16进制形式打印出来。
- 2023-07-08 04:45:05下载
- 积分:1
-
c.exam.100
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?(Title: There are 1,2,3,4 digits, how many can be formed from each other and without duplication of the three-digit numbers? How many are?)
- 2009-12-28 11:42:56下载
- 积分:1
-
cat24wc02
这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。
(This is the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio.)
- 2006-09-11 09:59:05下载
- 积分:1
-
h2fs
iris information for research.give details of iris.
- 2009-07-12 04:38:10下载
- 积分:1
-
VISUAL_CPPMFC(2)
MFC编程实例,分为上下两份,这是(下)
基础知识,用户界面实例,内部处理实例,打包实例,附录(MFC programming examples, divided into upper and lower two basics of user interface instance, instances of internal processing, packaging instance, Appendix)
- 2012-08-25 21:55:21下载
- 积分:1
-
small
说明: 声波方程正演模拟小模型波场绘制。只有一层,震源在中间。C程序,Matlab绘图。(Acoustic wave equation forward modeling small-scale model wave field rendering. Only one layer, source in the middle. C program, Matlab graphics.)
- 2009-08-25 09:28:04下载
- 积分:1