-
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教...
一个简单的execl(linux)下的服务器代码,有什么问题,请多指教-a simple execl (linux) server code, any problem, please enlighten
- 2023-06-22 18:05:04下载
- 积分:1
-
配合单片机I/O口,实现单片机对LCD1602的简单控制,从而实现液晶显示(包括图像显示)的功能。...
配合单片机I/O口,实现单片机对LCD1602的简单控制,从而实现液晶显示(包括图像显示)的功能。-With single-chip I/O port, to achieve single-chip LCD1602 simple to control, in order to achieve liquid crystal display (including image display) functions.
- 2022-08-03 05:10:50下载
- 积分:1
-
FASM WIN ERROR INC 文件,仔细整理了WINDOWS 错误号,fasm格式
FASM WIN ERROR INC 文件,仔细整理了WINDOWS 错误号,fasm格式-FASM WIN ERROR INC documents, carefully compiled WINDOWS error No., fasm format
- 2023-04-30 23:30:03下载
- 积分:1
-
开机时,显示12:00:00的时间开始计时;
P0.0/AD0控制“秒”的调整,每按一次加1秒;
P0.1/AD1控制“分”的调整,每按一次加1分...
开机时,显示12:00:00的时间开始计时;
P0.0/AD0控制“秒”的调整,每按一次加1秒;
P0.1/AD1控制“分”的调整,每按一次加1分;
P0.2/AD2控制“时”的调整,每按一次加1个小时;
-Boot-up, indicating the start time 12:00:00 time P0.0/AD0 control seconds of adjustment, every time plus 1 seconds P0.1/AD1 control points of adjustment, every time plus 1 points P0.2/AD2 control when adjustments, every time plus 1 hours
- 2022-04-21 03:30:24下载
- 积分:1
-
文件加密程序,汇编语言编写程序,源代码基本代码
文件加密程序,汇编语言编写程序,源代码基本代码-File encryption procedures, assembly language programming, source code basic code
- 2022-07-01 22:10:41下载
- 积分:1
-
X86汇编写的32位图形操作系统
X86汇编写的32位图形操作系统--MenuetOS 很有帮助的哦, -X86 compilation of 32 write graphical operating system-- MenuetOS helpful Oh,
- 2022-11-03 04:35:03下载
- 积分:1
-
用汇编语言实现单片机电流检测程序
用汇编语言实现单片机电流检测程序-ASM
- 2022-06-16 02:28:18下载
- 积分:1
-
特此感谢Redfox的源程序,游戏中的地图数据和角色移动的核心代码基本保持原版,对这部分内容仅作了格式上的调整。
目前只能算是入门级水平,如果游戏中有任何...
特此感谢Redfox的源程序,游戏中的地图数据和角色移动的核心代码基本保持原版,对这部分内容仅作了格式上的调整。
目前只能算是入门级水平,如果游戏中有任何逻辑错误,请大家自行对源代码修改(源代码是:版权没有,翻版不纠!
但请大家尊重Redfor的源码,如要转载,请与原作者联系)-Redfox hereby like to thank the source, in-game map data and the role of mobile code essential to maintain the core of the original, this part of the contents were only format adjustments. The current level can only be regarded as entry-level, if the game has no logic error, please everyone to modify the source code (source code is: there is no copyright infringement is not correct! But please respect everyone Redfor source, such as the need to reprint, please contact contact the original author)
- 2023-02-06 00:25:03下载
- 积分:1
-
put a few bytes of a transformed system for the past 2
把一个 字节的数转化为2近制-put a few bytes of a transformed system for the past 2
- 2022-07-07 19:19:45下载
- 积分:1
-
万年历程序
从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日)
62H(小时)61H(分钟)60H(...
万年历程序
从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日)
62H(小时)61H(分钟)60H(秒)57H(农历月)56H(农历日)
显示缓冲单元7CH-7BH(4CH-4BH)(年低位),7AH-79H(4AH-49H)月,78H(48H)星期,
77H-76H(47H-46H)日,75H-74H(45H-44H)小时,73H-72H(43H-42H)分钟,71H-70H(41H-40H)秒 5EH-5DH(55H-54H)农历年,5CH-5BH(53H-52H)农历月,5AH-59H(51H-50H)农历日
闰月标志为F0,定时器T1为调整时候闪烁用。
1302在设置调整时间后,要改为禁止写入状态,否则在上电复位的时候就发生误写入,使时间值加1分钟
次程序中的段码表只适用于该特殊的硬件,具体的段码表由具体的硬件决定
-Calendar program read from the 1302 data on the 67H (two-year high) 66H (two-year low) 65H (month) 64H (Week) 63H (date) 62H (hours) 61H (minutes) 60H (second) 57H (Lunar Month) 56H (Lunar date) shows a buffer unit 7CH-7BH (4CH-4BH) (year low), 7AH-79H (4AH-49H) month, 78H (48H) Week, 77H-76H (47H-46H) Day , 75H-74H (45H-44H) hours, 73H-72H (43H-42H) minutes, 71H-70H (41H-40H) second 5EH-5DH (55H-54H) Lunar New Year, 5CH-5BH (53H-52H) Lunar month, 5AH-59H (51H-50H) Lunar Leap Day logo for F0, adjust the timer T1 is used when flashing. 1302 adjust at set time, the status should be cha
- 2022-08-09 16:37:13下载
- 积分:1