-
Flash加脚本代码实现图片转换,效果简约美观
Flash加脚本代码实现图片转换,效果简约美观-picture show by flash and javascript
- 2022-08-15 21:18:14下载
- 积分:1
-
vc++在操作系统的应用 vc++在操作系统的应用
vc++在操作系统的应用 vc++在操作系统的应用-vc in the operating system application in vc application of operating system
- 2022-09-24 21:10:03下载
- 积分:1
-
A combination of chat features, chat makes perfect, so everyone was satisfied wi...
结合了聊天功能,使得聊天功能更完美,让大家用得满意,也比较好学习-A combination of chat features, chat makes perfect, so everyone was satisfied with, it is better to learn
- 2022-03-04 15:47:40下载
- 积分:1
-
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第...
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。
-Topic: using a public telephone transmission of data, integer data is four, in the transmission process is encrypted, encryption rules are as follows: each number plus 5, and then use and the balance divided by 10 instead of the figures, then the first and fourth exchange, second and third exchange.
- 2022-05-27 16:04:21下载
- 积分:1
-
VB player, a good use
VB播放器,好好用的-VB player, a good use
- 2023-04-28 01:00:03下载
- 积分:1
-
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect...
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect.asm -o bootsect.bin
2、WRBOOT.COM
功能:将BOOTSECT.BIN 写到软盘的引导扇区
源代码文件:WRBOOT.ASM
编译方法 nasm wrboot.asm -o wrboot.com
使用方法:将BOOTSECT.BIN 与WRBOOT.COM
置于同一目录下,软驱中插入软盘,执行WRBOOT.COM
3、OS.PCS
功能:操作系统的任务切换演示
源代码文件:PCS.ASM
编译方法 nasm pcs.asm -o os.pcs
使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
-1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
- 2022-03-26 13:01:00下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
wince系统下的EVC工具下编写的一个串口程序,可以测试多个串口...
wince系统下的EVC工具下编写的一个串口程序,可以测试多个串口-wince under the EVC system tools under the procedures for the preparation of a serial port, you can test a number of serial
- 2023-04-29 02:25:04下载
- 积分:1
-
Wince5.0下WIFI程序。提供获取WIFI连接状态,信号强度,连接信道,AP名称,ping,复制文件,全频段搜索并显示AP等功能...
Wince5.0下WIFI程序。提供获取WIFI连接状态,信号强度,连接信道,AP名称,ping,复制文件,全频段搜索并显示AP等功能-Wince5.0 procedures under the WIFI. Providing access to WIFI connection status, signal strength, connection channels, AP name, ping, copy files, full-band features such as search and display AP
- 2022-03-05 12:18:03下载
- 积分:1
-
CXML的源代码及示例程序,3.1最新版,VC2008环境下编译测试通过!
CXML的源代码及示例程序,3.1最新版,VC2008环境下编译测试通过!-CXML source code and sample programs, the latest 3.1 version, VC2008 compiler test environment!
- 2023-04-25 01:10:04下载
- 积分:1