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

Search list

[Symbiandemosaicing

Description: a or b is not integer a = double(uint16(xx)) (a,b) is the base-dot b = double(uint16(yy)) x11 = double(I(a,b)) x11 <- I(a,b) x12 = double(I(a,b+1)) x12 <- I(a,b+1) x21 = double(I(a+1,b)) x21 <- I(a+1,b) x22 = double(I(a+1,b+1)) x22 <- I(a+1,b+1) J(x,y) = uint8( (b+1-yy) * ((xx-a)*x21 + (a+1-xx)*x11) + (yy-b) * ((xx-a)*x22 +(a+1-xx) * x12) ) calculate J(x,y) end end end- a or b is not integer a = double(uint16(xx)) (a,b) is the base-dot b = double(uint16(yy)) x11 = double(I(a,b)) x11 <- I(a,b) x12 = double(I(a,b+1)) x12 <- I(a,b+1) x21 = double(I(a+1,b)) x21 <- I(a+1,b) x22 = double(I(a+1,b+1)) x22 <- I(a+1,b+1) J(x,y) = uint8( (b+1-yy) * ((xx-a)*x21 + (a+1-xx)*x11) + (yy-b) * ((xx-a)*x22 +(a+1-xx) * x12) ) calculate J(x,y) end end end
Platform: | Size: 1024 | Author: Felix | Hits:

[JSP/Javatest_cdm

Description: a or b is not integer a = double(uint16(xx)) (a,b) is the base-dot b = double(uint16(yy)) x11 = double(I(a,b)) x11 <- I(a,b) x12 = double(I(a,b+1)) x12 <- I(a,b+1) x21 = double(I(a+1,b)) x21 <- I(a+1,b) x22 = double(I(a+1,b+1)) x22 <- I(a+1,b+1) J(x,y) = uint8( (b+1-yy) * ((xx-a)*x21 + (a+1-xx)*x11) + (yy-b) * ((xx-a)*x22 +(a+1-xx) * x12) ) calculate J(x,y) end end end- a or b is not integer a = double(uint16(xx)) (a,b) is the base-dot b = double(uint16(yy)) x11 = double(I(a,b)) x11 <- I(a,b) x12 = double(I(a,b+1)) x12 <- I(a,b+1) x21 = double(I(a+1,b)) x21 <- I(a+1,b) x22 = double(I(a+1,b+1)) x22 <- I(a+1,b+1) J(x,y) = uint8( (b+1-yy) * ((xx-a)*x21 + (a+1-xx)*x11) + (yy-b) * ((xx-a)*x22 +(a+1-xx) * x12) ) calculate J(x,y) end end end
Platform: | Size: 1024 | Author: Felix | Hits:

[Graph programilib

Description: ILib 详细说明:ILib是一个符合GPL协议的自由软件,提供完整的源代码。 该库支持读写X11 BDF字体、PPM、PGM、XPM、BMP、JPEG、GIF、PNG等图像文件, 而且还有一些很实用的绘图函数,很有参考价值!工具:通用C 。 --ILib GPL is an agreement with the free software, provides a complete source code. Reading and writing support for the X11 BDF font, PPM, PGM, XPM, BMP, JPEG, GIF, PNG image files, but also some very practical mapping function was useful! Tools : Definitive C.
Platform: | Size: 150528 | Author: 江南 | Hits:

[OpenGL programPicoGL

Description: download on Jserv s blog PicoGL is based on TinyGL 0.4 with the changes: . Introduce new graphic backends. . Use autotool to manage the configuration . Fixed-pointing math support For information about TinyGL, see the file README.TinyGL Currently, PicoGL supports the following backends: . X11 . Nano-X . SDL . vesafb -download on Jserv s blog PicoGL is based on TinyGL 0.4 with the changes: . Introduce new graphic backends. . Use autotool to manage the configuration . Fixed-pointing math support For information about TinyGL, see the file README.TinyGL Currently, PicoGL supports the following backends: . X11 . Nano-X . SDL . vesafb
Platform: | Size: 356352 | Author: 吴婷 | Hits:

[Crack HackPCK_CRC3_D4

Description: CRC校验码生存程序 校验序列码生成多项式: X16+X13+X12+X11+X10+X8+X6+X5+X2+1 输入数据为16个字节(128位),输出16bit校验序列-CRC, the survival program check sequence code generator polynomial: X16+ X13+ X12+ X11+ X10+ X8+ X6+ X5+ X2+1 input data is 16 bytes (128 bits), output 16bit checksum sequence
Platform: | Size: 1024 | Author: weixin | Hits:

[OpenGL programengine3d220582662011

Description: Software rasterizer with openGL style interface. Implements bilinear, trilinear, and anisotropic filtering. STL style container classes in C. Math library, including vector and matrix operations, various utilities. Filtered image scaling, mipmap generation. String operations, including MMX copies and sets. New (6/6/2011): Corrections to X11 driver. Improved color conversion. Improved assertions.
Platform: | Size: 437248 | Author: Rahim | Hits:

[Linux-UnixLinuxPProgrammingPbyPExample

Description: 很好的linux编程书籍,对linux的各个方面都有章节详细介绍,尤其是对debug和GDB的使用为其他书籍所不多见。-If you are familiar with the classic "Advanced Unix Programming" you will be familiar with what this book covers and appreciative of the update. In short, this book covers the fundamentals of shell programming with C files, directories, signals, memory allocation, process control, permissions, that sort of thing. It does not cover network programming or X11 GUI programming.
Platform: | Size: 14855168 | Author: 袁宇 | Hits:

[Linux-Unixpong

Description: 撞球游戏 ,利用了linux中的信号及X11画图函数-Pool games, the use of linux in the drawing function of the signal and X11
Platform: | Size: 3072 | Author: gaole | Hits:

[Linux-Unixdmenu-4.4.1.tar

Description: dmenu is a minimalistic X11 menu. It reads a newline separated list of items from stdin and shows them as a menu on the top of the screen. When the user selects one item or types any text and presses Enter, his choice is printed to stdout. dmenu was developed as an addition to the dynamic window manager (dwm), but can be used in any X11-environment. WWW: http://tools.suckless.org/dmenu
Platform: | Size: 9216 | Author: 0xef | Hits:

[Windows DevelopEZX1122165612142011

Description: Interface for opening an x11 window in 8, 16, 24, or 32 bit format, and exposing the surface as a raw, writable pixmap. Also has a simplified event interface. This is not meant to wrap x11, just make it easier to get up and running. Allows access to internal display info, for advanced functionality.
Platform: | Size: 14336 | Author: Rahim | Hits:

[Linux-Unixcppguiwqt3

Description: The Qt toolkit is a C++ class library and a set of tools for building multiplatform GUI programs using a “write once, compile anywhere” approach. Qt lets programmers use a single source tree for applications that will run on Windows 95 to XP, Mac OS X, Linux, Solaris, HP-UX, and many other versions of Unix with X11.A version of Qt is also available for Embedded Linux, with the same API.
Platform: | Size: 20076544 | Author: Darkload | Hits:

[3G developZX-LY-X11-100

Description: 梦想科技ZX-LY-X1开发板100个实例,很好的开发板-100 instances of the dream of science and technology, the ZX-LY-X1 development board, development board
Platform: | Size: 2634752 | Author: jiangwei | Hits:

[Driver Developqt-creator-2.5.1-src.tar

Description: Linux下X11库。如果你需要,你会懂滴-Under Linux X11 libraries. If you need to, you will understand drops
Platform: | Size: 22522880 | Author: 挨踢民工 | Hits:

[Internet-Networkxrdp-0.5.0.tar

Description: linux、unix、AIX的x11-rdp远程桌面协议-linux, unix, AIX, x11-rdp Remote Desktop Protocol
Platform: | Size: 324608 | Author: yangdanyu | Hits:

[Linux-Unixamd-gpu-x11-bin-mx51-09.12.00.tar

Description: freescale i.MX51 GPU 驱动-i.MX51 platform GPU module driver from freescale.
Platform: | Size: 18771968 | Author: JACK WANG | Hits:

[Linux-Unixjsch-20110209.jar

Description: JSch 是SSH2的一个纯Java实现。它允许你连接到一个sshd 服务器,使用端口转发,X11转发,文件传输等等。你可以将它的功能集成到你自己的 程-JSch is the SSH2 a pure Java implementation. It allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, and so on. You can integrate its functionality into your own process
Platform: | Size: 212992 | Author: 侯玉海 | Hits:

[Internet-Networkfreetype-2.3.9.zip

Description: FreeType库是一个完全免费(开源)的、高质量的且可移植的字体引擎,它提供统一的接口来访问多种字体格式文件,包括TrueType, OpenType, Type1, CID, CFF, Windows FON/FNT, X11 PCF等。支持单色位图、反走样位图的渲染。FreeType库是高度模块化的程序库,虽然它是使用ANSI C开发,但是采用面向对象的思想,因此,FreeType的用户可以灵活地对它进行裁剪。,FreeType library is a completely free (open source), high-quality and portable font engine, which provides a unified interface to access a variety of font format files, including TrueType, OpenType, Type1, CID, CFF, Windows FON/FNT X11 PCF. Support monochrome bitmap rendering anti-aliasing bitmap. The FreeType Library is highly modular library, although it is to use the ANSI C development, but the idea of ​ ​ object-oriented, the FreeType users the flexibility to crop it.
Platform: | Size: 2227200 | Author: lixin | Hits:

[matlabML-estimator

Description: 极大似然估计器用于简单通信系统模拟,估计A1,A2: s1 = x11*A1 + x12*A2 s2 = x21*A1 = x22*A2 r1 = s1 + n1 r2 = s2 + n2-Maximum likelihood estimator for a simple communication system simulation, it is estimated that A1, A2: s1 = x11* A1+ x12* A2 s2 = x21* A1 = x22* A2 r1 = s1+ n1 r2 = s2+ n2
Platform: | Size: 1024 | Author: leiasdf | Hits:

[Linux-Unixdbus-launch-x11

Description: dbus-launch utility for Linux.
Platform: | Size: 4096 | Author: kingkike | Hits:

[Linux-Unixftxf86

Description: FreeType utility file for X11 support body.
Platform: | Size: 2048 | Author: ruileita | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 »

CodeBus www.codebus.net