搜索资源列表
Cache_FIFO
- 模拟内存高速缓存技术C源码,主要是FIFO形式。-simulated high-speed cache memory technology C source code, is the main form of FIFO.
fifo
- 一个先进先出的内存,使用一个同步时钟产生各种不同尺寸的高速缓冲-a first-in first out memory, uses a synchronising clock generics allow fifos of different sizes to be instantiated
asm
- 在c++程序中嵌入内联汇编,实现高速内存拷贝,直接操作协处理器,读取cpu核心信息等等。内联汇编直接操作底层寄存器。-Program in c++ inline assembler embedded, high-speed memory copy, direct co-processor operation, read the cpu core information and so on. Inline assembler register directly with the underlyin
shmem
- 跨平台共享内存,高速数据处理,跨平台,windows,linux,unix-shared memory ,windows linux
DLL优化模块 【开启高速,重定向至内存DLL】
- 一直好奇易语言为啥不用虚函数表,原来时为了兼容官方库的 DLL命令调用转向 命令。 开启高速:开启后DLL命令的调用提速百分之40左右。 DLL重定向:将在易语言声明的DLL的调用重定向至内存加载的DLL里,也就是说,直接声明的API命令也可以内存调用。 开启高速测试: 核心库:5.7版 5.3版 未发现问题。 开启高速VMP加壳后仍未发现问题。 DLL重定向测试: 虚构DLL句柄发现重定向一切正常