Welcome![Sign In][Sign Up]
Location:
Search - mmx

Search list

[Picture ViewerPlayer+Demo+Source

Description: 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-The decoder supports the general category jpeg file format, which is most used in jpeg file format is the main characteristics of data accuracy of eight, using Huffman coding common DCT frame (do not support the extension of serial and progressive mode and Mathematics encoding). This type of IDCT decoder algorithm uses three models, namely the floating-point decoding, fixed-point integer decoding and fixed-point integer MMX optimized decoder, you can choose according to specific circumstances.
Platform: | Size: 2128896 | Author: liusheng | Hits:

[Windows Developpngskin(1)

Description: PNGSKIN1的源代码,实现窗口透明,alphablend利用MMX快速算法,实现快速的alpha混合运算。-PNGSKIN1 the source code to achieve a transparent window, alphablend fast algorithm for the use of MMX to achieve fast computation of mixed alpha.
Platform: | Size: 18432 | Author: 陈建华 | Hits:

[Multimedia DevelopMMXSwarm

Description: 使用mmx的例子,入门级别的。 好像是微软的帮助-Use mmx example, entry-level. Seems to be Microsoft
Platform: | Size: 8662016 | Author: jxf | Hits:

[Windows DevelopMMXDemo

Description: 使用MMX指令编程的简单例子,学习使用MMX优化程序的入门,包含使用与不使用时性能的对比例程。-MMX instructions programmed using a simple example, learning to optimize the use of MMX entry procedures, including use and when not in use comparative performance routines.
Platform: | Size: 53248 | Author: savior | Hits:

[OS programbochs-20081123.tar

Description: Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium/PentiumII/PentiumIII/Pentium4 or x86-64 CPU, including optional MMX, SSEx and 3DNow! instructions. Bochs is capable of running most Operating Systems inside the emulation, for example Linux, DOS, Windows 95/98/NT/2000/XP or Windows Vista.-Bochs is a highly portable open source IA-32 (x86) PC emulatorwritten in C , that runs on most popular platforms. It includesemulation of the Intel x86 CPU, common I/O devices, and a customBIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium/PentiumII/PentiumIII/Pentium4 or x86-64 CPU, including optionalMMX, SSEx and 3DNow! instructions. Bochs is capable of runningmost Operating Systems inside the emulation, for example Linux, DOS, Windows 95/98/NT/2000/XP or Windows Vista.
Platform: | Size: 3924992 | Author: simba Jiang | Hits:

[.netCPUchaxun

Description: 基于Visual c++.net (VC.net) 编写的 CPU信息查询 程序。代码都有注释。实现功能为:获取CPU的名称,标识,制造商名称;CPU的主频,个数;及CPU是否支持3DNow,MMX,等等。-Based on Visual c . Net (VC.net) prepared by the procedures CPU information. Code have the Notes. The realization of functions: access to CPU s name, logo, manufacturer s name CPU s frequency, the number of and CPU support 3DNow, MMX, and so on.
Platform: | Size: 157696 | Author: 羊妹妹 | Hits:

[Othermmx

Description: 冒险岛外挂,无敌,全屏 -Adventure Island plug, invincible, full-screen plug-island adventure, invincible, full-screen
Platform: | Size: 5120 | Author: 风过无痕 | Hits:

[Windows Develophde_disassembly

Description: hde32 is a small disassembler engine, intended for analysis of x86-32 code. It gets length of command, prefixes, ModR/M, SIB, opcode, etc. For example, you can use hde32 when writing unpackers of executables, viruses, because most other disassemblers too big, get only assembler listing and are not intended for analysis of code, but most simple length disassemblers get too little info. hde32 gets enough info for analysis, but it has very small size. * support FPU, MMX, SSE, SSE2, SSE3, 3DNow! instructions * high-speed and small size (628 bytes) * position independent code * operating system independent code * doesn t use commands of processor higher than i386 -hde32 is a small disassembler engine, intended for analysis of x86-32 code. It gets length of command, prefixes, ModR/M, SIB, opcode, etc. For example, you can use hde32 when writing unpackers of executables, viruses, because most other disassemblers too big, get only assembler listing and are not intended for analysis of code, but most simple length disassemblers get too little info. hde32 gets enough info for analysis, but it has very small size. * support FPU, MMX, SSE, SSE2, SSE3, 3DNow! instructions * high-speed and small size (628 bytes) * position independent code * operating system independent code * doesn t use commands of processor higher than i386
Platform: | Size: 4096 | Author: Merc | Hits:

[Internet-NetworkPicture.Translate.Of.Remote.Desktop.Control

Description: 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-First, use the TCP protocol to transmit data. Reason: better stability. Two, the use of byte data stream for transmission, the reasons: A: VB s String existence automatic Unicode conversion question, effects of speed B: can directly send 8-bit byte data, Does not need to use Base64 encoding, thereby reducing the encoding time. Three, the use of GIF-LZW compression algorithm for image compression. Rationale: A: Run-Length Coding, Huffman compression algorithm compression ratio is too low B: JPEG compression algorithm required too many bit computing, and computing a large quantity (MMX has specialized optimization algorithm), VB is not conducive to implementation C: GIF-LZW compression algorithm compression ratio is better, and I have come up with efficient under VB grammar GIF-LZW compression/decompression algorithm. Four, use the "orderly jitter" algorithm for color quantization. Rationale: "orderly jitter" must deal with the results of reg
Platform: | Size: 54272 | Author: whoamixp | Hits:

[Windows DevelopDeIntelacenew

Description: 高效率的去隔行算法,很多部分都是通过MMX优化后,可以有效的去除图像的横纹,水纹,边缘爬行,锯齿现象-Efficient de-interlacing algorithm, in part through a lot of MMX optimized, can effectively remove the image of the cross striations,水纹, edge crawling, jagged situation
Platform: | Size: 1824768 | Author: KDM | Hits:

[Booksdisk

Description: NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和NetBSD/FreeBSD,a.out,ELF,COFF,微软16位的OBJ和Win32。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。它支持Pentium,P6,MMX,3DNow!,SSE and SSE2指令集 -NASM is a portable and modular design of a 80x86 assembler. It supports the objectives of a significant number of file formats, including Linux and NetBSD/FreeBSD, a.out, ELF, COFF, Microsoft 16-bit OBJ and Win32. It can also output plain binary files. It' s designed to be quite the grammar easier to understand, and Intel syntax is similar to but more simple. It supports Pentium, P6, MMX, 3DNow!, SSE and SSE2 instruction set
Platform: | Size: 594944 | Author: shi | Hits:

[Special EffectsGRAY

Description: Gray图象灰度处理示例 一个基于DirectX的图象灰度处理示例可是MMX的新作了 -Gray image processing example of a gray-scale image based on the DirectX sample gray-scale processing of the new MMX made but
Platform: | Size: 57344 | Author: 李军 | Hits:

[AlgorithmMedianFilter

Description: 中值滤波算法,利用intel的mmx技术,速度比普通快上几十倍-median filter, using the MMX technique from Intel, the speed is quite promising when compared to normal one
Platform: | Size: 5120 | Author: yang xulei | Hits:

[Windows DevelopMEMCOPY

Description: 快速内存拷贝,利用intel的mmx,速度比普通快上几十倍-fast memory copy, by using the intel s mmx technique, the speed is more than 10 faster than the normal one
Platform: | Size: 4096 | Author: yang xulei | Hits:

[assembly languagejudp

Description: 可靠的UDP实现库,基于x86汇编实现,window xp/2000 mmx/sse指令集下验证通过-upd project
Platform: | Size: 4096 | Author: xxx | Hits:

[Compress-Decompress algrithmsjpeg_decode

Description: 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fixed-point integer MMX Optimized decoder,you can make your choice According to the specific circumstances。
Platform: | Size: 103424 | Author: 倾泠月 | Hits:

[assembly languageCheckCPUID

Description: 可以通过这个类查看CPUID的大部分属性。查看CPU是否支持MMX,SSE1,2,3,4。查看是否支持超线程-Through this class you can see most of the properties of CPUID. See whether the CPU supports MMX, SSE1, 2,3,4. To see if Hyper-Threading
Platform: | Size: 2048 | Author: 啊斌 | Hits:

[Game Engine[Code]RPGgame2Dengine

Description: DirectDraw 2D 角色扮演游戏的引擎DEMO,演示人物动作和汇编MMX实现魔法效果。-DirectDraw RPG game engine DEMO
Platform: | Size: 3748864 | Author: q1196403 | Hits:

[assembly languageTEST_MASM

Description: 汇编语言的练习程序。比较适合汇编语言或者MMX指令优化的初学者!-Exercise program in assembly language. More suitable for optimization of assembly language, or MMX instruction beginner!
Platform: | Size: 1024 | Author: quicker | Hits:

[Streaming Mpeg4FfmpegH264DecoderLib

Description: 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC2005,VC2008. -The decoding library to ffmpeg as a reference model for different grades of H.264 streams was amended to decode the core parts of the corresponding MMX optimization. The whole decoding process comprises three steps, according to the order simply call the header file describing the initialization, handling, release of these three functions can be. Decoded image data obtained as YUV, the project would convert YUV to RGB, direct display, eliminating the need for decoding, but also with tools such as open YUV file YUVViewer steps, more of the convenient. Support the various grades of H.264 stream decoding, the H.264 yards in exile in H264Test directory can be. Compile Platform: VC6.0, VC2005, VC2008.
Platform: | Size: 6300672 | Author: 致胜织梦 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

CodeBus www.codebus.net