资源列表

« 1 2 ... .93 .94 .95 .96 .97 2698.99 .00 .01 .02 .03 ... 3005 »

[汇编语言tet

说明:在 UCDOS 的点阵字库 HZK16 中,字符点阵是按照汉字内码排列的,汉字的内码从一些图形字符开始,起始编码为 A1A1H,汉字内码第一位为区码,每区为 94 个汉字,第二位为每区内的编码,每个汉字的点阵为 16点*16点 共32字节,数据按第一行 1-8点,9-16点,第二行 1-8点,9-16点...排列,每位数据 1 为要显示点,0 为不显示点。汉字点阵数据在字库中的偏移量为 ((区码-A1H)*94 + (区内编码-A1H)
<衣谷> 在 2025-01-16 上传 | 大小:3kb | 下载:0

[汇编语言test

说明:如何获取真正中断入口地址 真正的中断地址往往在远跳转的地方,在判断哪个远跳转是真正的中断地址时,不同的中断要具体判断,如跟踪 INT 13H 时,我们知道 BIOS 的段地址一般为 E000,所以一旦判断到段地址为 E000 时,就可以把这个地址保存下来作为真正 INT 13H 地址,而跟踪 INT 21H 时,INT 21H 在 DOS 的内核中,所以要先用第一个 MCB 地址的功能取出 MCB 地址,而第一个 MCB 地址之前
<衣谷> 在 2025-01-16 上传 | 大小:2kb | 下载:0

[汇编语言testt

说明:DOS 程序读取Windows 的剪贴板数据 -Windows DOS program reads data the clipboard in Windows clipboard functionality gives us great convenience, but the program is running in the DOS window to use the clipboard to get information
<衣谷> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言te

说明:在程序中常常要暂时的保存图形显示方式屏幕上的内容,然后把自己的信息输出到屏幕上,结束后再恢复原来的屏幕内容-In the program often have to temporarily save the graphic display on the way to the screen, and then export its information to the screen, and then restore the origin
<衣谷> 在 2025-01-16 上传 | 大小:4kb | 下载:0

[汇编语言tess

说明:本程序就是一个随时用来显示按键的ASC码及扫描码的程序,可以用 16 进制和 10 进制同时显示一个键按下和放开的扫描码,以及ASC码,同样也支持组合键。-This program is a ready-to display ASC code and scan code of the program keys, you can use hexadecimal and decimal display while a key is pres
<衣谷> 在 2025-01-16 上传 | 大小:4kb | 下载:0

[汇编语言tett

说明:XMS 内存的存取是通过 XMS 驱动程序进行的,存取 XMS 前,必须先检测 XMS 驱动程序是否存在,然后获取驱动程序地址,通过远调用来使用它。检测 XMS 及获取驱动程序地址通过 INT 2FH 的 4300H 和 4310H 功能来进行的,一旦成功后,所有对 XMS 的操作都是先在 AH 内设置功能码,然后通过对驱动程序进行 CALL FAR 来完成。在调用时需要在内存中先定义一个 EMM 结构,里面包括移动的字节数,XMS内存
<衣谷> 在 2025-01-16 上传 | 大小:2kb | 下载:0

[汇编语言x2xd

说明:离散时间数据,采用五点样条插值,高精度时域求导。-Discrete-time data , using a five-point spline interpolation , derivation time domain accuracy.
<三匙盐> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言xd2x

说明:离散时域信号,采用辛普森算法时域高精度积分,例如速度信号转化为速度信号。-Discrete time-domain signal , using the Simpson integration precision time-domain algorithms , such as the speed signal into a speed signal .
<三匙盐> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言bpfft

说明:带通fft滤波器,简单实用,最干净的实现数据滤波;-Fft bandpass filter , simple and practical , the cleanest data filtering
<三匙盐> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言bsfft

说明:fft带阻滤波器,简单实用,最干净的实现滤波-fft band stop filter , simple and practical , the most clean the filtering
<三匙盐> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[汇编语言astro

说明:IDL 天文包,包括数据处理,图像处理等,非常有用。-IDL,astronomy codes nasa.
<杨琴> 在 2025-01-16 上传 | 大小:8.57mb | 下载:0

[汇编语言123

说明:二个中断驱动2个步进电机 - 遥控步进电机旋转-Two interrupt-driven two stepper motors- remote control stepper motor rotation
<沈飞> 在 2025-01-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 2698.99 .00 .01 .02 .03 ... 3005 »

源码中国 www.ymcn.org