-
ollydbg反汇编器1.09c 部分源代码,没有图形界面
ollydbg反汇编器1.09c 部分源代码,没有图形界面-ollydbg anti assembler source code 1.09c part, there is no graphical interface
- 2022-09-23 12:20:03下载
- 积分:1
-
简易电子称设计程序,供学生参考,学习,比较简单,简洁
简易电子称设计程序,供学生参考,学习,比较简单,简洁-Simple electronic design program called for the students for reference, study, relatively simple, concise
- 2023-03-03 14:15:03下载
- 积分:1
-
GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图
GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Windows 下GDI 的基本处理步骤和简单的位图处理,并没有涉及到 Directx 一类的编程。只希望能对朋友们有所启发。
Windows 并不允许程序员访问显示硬件,它的所有对屏幕的操作是通过环境设备(DC)来处理的,屏幕上的每一个窗口对应一个DC,你可以把一个DC 想象成这个窗口的视频缓冲区,你对DC的操作结果会反映到屏幕上,在窗口的DC之外,你也可以自己建立DC,这相当于建立一个内存中的缓冲区,你对这个DC的操作结果保存在内存中。你也可以用 API 在不同的DC之间拷贝数据,比如说你可以在内存DC 中先建立好数据,然后拷贝到窗口的DC中,就相当于完成了屏幕的刷新。
-err
- 2022-04-12 03:42:06下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1
-
Cast256算法软件.用汇编语言编写.
Cast256算法软件.用汇编语言编写.-Cast256 algorithm software. Prepared to use assembly language.
- 2022-01-26 02:21:35下载
- 积分:1
-
ex9_1脉冲信号调制
ex9_1 脉冲信号调制
ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图
ex9_3 产生7位巴克码编码的二相码
ex9_4 产生7位巴克码和线性调频的混合调制信号
ex9_5 瑞利分布实现程序
ex9_6 瑞利分布+杂波
ex9_7 相关对数正态分布杂波
ex9_8 相关weibull分布杂波
ex9_9 相干相关K分布杂波
ex9_10 线性调频信号的数字化正交解调
ex9_11 雷达脉冲压缩处理
ex9_12 二相编码信号的脉压处理
ex9_13 用FFT和FIR方法实现MTD处理
ex9_14 雷达的恒虚警处理(CFAR)
ex9_15 比较相参积累和非相参积累-ex9_1 pulse signal modulation
ex9_2 carrier 10MHz, bandwidth of 2MHz and the linear frequency modulation signal frequency spectrum
7 Barker ex9_3 produce the two-phase coding code
7 Barker ex9_4 generated code and linear FM modulation of the mixed signal
Rayleigh distribution ex9_5 implementation procedures
Rayleigh distribution ex9_6+ Clutter
lognormal distribution ex9_7 related clutter
weibull distribution ex9_8 related clutter
Related ex9_9 coherent K distributed clutter
LFM signal ex9_10 digital quadrature demodulation
radar pulse compression ex9_11 treatment
ex9_12 BPSK signal pulse pressure treatment
ex9_13 Ways to use FFT a
- 2022-03-12 09:43:38下载
- 积分:1
-
the code is mainly used in the real
本代码主要是用于在显示系统上实时显示:时,分,秒,-the code is mainly used in the real-time display system shows : when, minutes and seconds.
- 2022-05-16 12:18:28下载
- 积分:1
-
常见的调试命令,大家共同分享
常见的debug命令,与大家共同分享一下-common debug orders, we share common
- 2022-05-12 10:03:48下载
- 积分:1
-
参考sumsang的vivi修改后的在hfrk的smdk2410开发板上运行的bootloader...
参考sumsang的vivi修改后的在hfrk的smdk2410开发板上运行的bootloader-Reference sumsang the vivi revised smdk2410 in the development of on-board hfrk running bootloader
- 2023-08-24 03:10:03下载
- 积分:1
-
tasm 环境下的汇编程序
tasm 环境下的汇编程序-Tasm environment compilation process
- 2022-12-04 00:20:03下载
- 积分:1