登录
首页 » 汇编语言 » 使用Windows Mobile 6 device_positiontrackersources追踪你的位置

使用Windows Mobile 6 device_positiontrackersources追踪你的位置

于 2022-04-08 发布 文件大小:28.23 kB
0 78
下载积分: 2 下载次数: 1

代码说明:

Track your position using a Windows Mobile 6 device_PositionTrackerSources

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Gobang function automatically, there is interface to facilitate operation, assem...
    自动实现五子棋的功能,有界面,方便操作,汇编语言实现-Gobang function automatically, there is interface to facilitate operation, assembly language implementation
    2022-04-22 13:10:25下载
    积分:1
  • 本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成...
    本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成此题目时要有适当的设置,确定灯按钮,单,双灯作为报警显示),同时还应该能够清零。-the subject of the main demands is to achieve the alarm clock function : to design a display of accurate digital clock, the time displayed by the system for 12 hours, showing the time of seconds, and can achieve the afternoon. Can manually school, regular (completion of this topic have appropriate settings, to determine button lights alone, as the police showed two-lamp), but also should be able to reset.
    2022-10-20 01:10:03下载
    积分:1
  • DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
    DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
    2023-06-25 06:50:03下载
    积分:1
  • 时钟 用数码管显示时,分,秒 按键可以调节时间 使用...
    时钟 用数码管显示时,分,秒 按键可以调节时间 使用汇编语言-Clock with digital LED display hours, minutes and seconds buttons can adjust the time in assembly language
    2022-08-11 11:06:51下载
    积分:1
  • 通用键盘显示程序,可连接带有isp接口的嵌入主板
    通用键盘显示程序,可连接带有isp接口的嵌入主板-Universal Keyboard Viewer, can be connected with the isp interface embedded motherboard
    2022-11-29 11:40:03下载
    积分:1
  • eight wasted lights function of the sample program, the eight RB pin all set to...
    8位流水灯实例程序 功能是,将RB的8条引脚全部设置为输出模式,依次从RB0到RB7送出高电平,然后再依次从RB7到RB0送出高电平.并且周而复始-eight wasted lights function of the sample program, the eight RB pin all set to output mode, followed from RB0 RB7 to send serial, From then followed RB0 RB7 to send margin. and the cycle
    2022-12-25 08:30:03下载
    积分:1
  • 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数
    生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func : 2-byte binary integers-- gt; Gt; BCD four byte conversion (Comped BCD) Input : 3 band several low byte to high-byte stored in the internal RAM50H, 51H, chick modules Output : BCD who were low to high deposit on internal RAM53H, 54H, 55H, Social modules USE : R7-R0, Social-50H
    2023-04-19 05:10:02下载
    积分:1
  • 接口8255A
    汇编语言实现的接口8255A编程 一个很好用的代码  上课实验时写的
    2022-05-13 15:02:08下载
    积分:1
  • 车站售票管理
    车站车票销售管理-station ticket sales management
    2023-01-19 05:30:03下载
    积分:1
  • Win32程指南。chm,精度和容易学习!
    Win32 ASM 编程指南.chm,精而易学!-Win32 ASM programming guide. Chm, precision and easy to learn!
    2022-11-02 21:20:03下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载