-
请将OpenPet.ico
放在c盘文件下
当然你也可以放在程序目录,那就要修改程序
将private Icon img = new Icon(@"...
请将OpenPet.ico
放在c盘文件下
当然你也可以放在程序目录,那就要修改程序
将private Icon img = new Icon(@"C:OpenPet.ico")
改为private Icon img = new Icon("OpenPet.ico") -request OpenPet.ico on c disk Document Of course, you can be put on the directory. it is necessary to revise procedures to private Icon img = new Icon (@ "C : OpenPet.ico ") to private Icon img = new Icon (" OpenPet.ico ")
- 2022-01-21 19:29:55下载
- 积分:1
-
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307...
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307H ;命令口
MOV AL,10110110B ;2号计数器的初始化命 令字
OUT DX,AL ;写入命令寄存器
MOV DX,306H ;2号计数器数据口
MOV AX,533H ;计数初值
OUT DX,AL ;选送低字节到2号计数器
MOV AL,AH ;取高字节送AL
OUT DX,AL ;后送高字节到2号计数器
-8253 initialization procedures examples : Example 1 : Select counters on the 2nd, in three ways. Counting for the initial 533H (2 bytes), a binary counting. Initialization of its procedures for MOV DX, 307H; I ordered MOV AL, 10110110B; on the 2nd Counter initialize command word OUT DX, AL; write commands Register MOV DX, 306H; data on the 2nd Counter I MOV AX, 533H; Counting initial OUT DX, AL; low-byte sent to the 2nd Counter MOV AL, AH; With a high-byte send AL OUT DX, AL; evacuations high byte counter to the 2nd
- 2023-08-04 20:25:03下载
- 积分:1
-
单片机w77e58的中文资料,欢迎需要的同志下载
单片机w77e58的中文资料,欢迎需要的同志下载-Singlechip W77E58 Chinese information, please download the need for comrades
- 2022-11-22 19:55:03下载
- 积分:1
-
Virtual I2C package for non
虚拟I2C软件包,用于无硬件I2C接口的8位单片机,含汇编和C源文件-Virtual I2C package for non-hardware I2C Interface 8-bit single-chip, including the compilation and C source files
- 2022-08-02 10:51:06下载
- 积分:1
-
89c2051单片机,包括键盘扫描和显示程序,以及AD转换方面
89c2051单片机,包括键盘扫描和显示程序,以及AD转换方面-89c2051 SCM, including keyboard and display scanning procedures, and AD conversion
- 2022-08-05 11:16:31下载
- 积分:1
-
单片机控制电动机的运转,使电动机向一个方向逐渐加速,然后减速,然后在向另一个方向逐渐加速,再减速,如此循环下去。...
单片机控制电动机的运转,使电动机向一个方向逐渐加速,然后减速,然后在向另一个方向逐渐加速,再减速,如此循环下去。-Microcontroller to control the motor operation, so motor to accelerate gradually in one direction, then slow down, and then a gradual acceleration in the other direction, then slow down, and so cycle continues.
- 2023-02-19 00:40:03下载
- 积分:1
-
PIC单片机入门教程,
非常实用
PIC单片机入门教程,
非常实用-PIC Singlechip Tutorial, very useful
- 2022-09-22 08:35:03下载
- 积分:1
-
based single-chip temperature measurement using the principle of DS18B20 detaili
基于C51单片机的温度测量采用DS18B20的原理,详细介绍了DS18B20的使用。
- 2022-09-23 02:10:03下载
- 积分:1
-
430单片机和DS1302的程序。验证通过,直接调用函数使用。
430单片机和DS1302的程序。验证通过,直接调用函数使用。-430/ds1302
- 2022-03-10 21:37:38下载
- 积分:1
-
SST IAP download software can be used to achieve SST 89C5X series of IAP (DOS us...
SST IAP 程序下载软件 可用于实现SST 89C5X系列的IAP(DOS下使用)-SST IAP download software can be used to achieve SST 89C5X series of IAP (DOS use)
- 2022-01-28 14:04:37下载
- 积分:1