Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - x11
Search - x11 - List
OtherQt
DL : 0
QT帮助文档(中文版) Qt自由版是Qt仅仅为了开发自由和开放源码软件 提供的Unix/X11版本。-QT help documentation (Chinese Version) Qt Free Edition is the Qt just to develop free and open source software provided by the Unix/X11 version.
Update : 2024-05-06 Size : 7501824 Publisher : 依然

DL : 0
用qt做的波形显示,只是一个示例,显示的是一个正弦波,有刻度表示,如果有人需要,可以增加功能-Qt to do with the waveform display, but one example, shows a sine wave, with scale indicated that, if someone needs, can increase the function
Update : 2024-05-06 Size : 1146880 Publisher : yhc

类似QQ四国军棋的源代码。 在linux下可以编译运行。 请确认安装了X11 lib 才能正常编译 -QQ Siguojunqi similar to the source code. May be compiled to run in linux. Make sure to properly install X11 lib compile
Update : 2024-05-06 Size : 529408 Publisher :

QT及linux操作系统窗口设计。书中用的软件有Qtopia 2.1.1,Qt/Embedded 3.4,Qt/X11 3.4,KDE 3.5/X windows的X11R682.-QT and the linux operating system, window design. Book used in software Qtopia 2.1.1, Qt/Embedded 3.4, Qt/X11 3.4, KDE 3.5/X windows in X11R682.
Update : 2024-05-06 Size : 18017280 Publisher : morris

DL : 0
-----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (including input layer) of the BP neural network, and its training of the input layer does not carry out data processing, the hidden layer activation function sigmod function, the output layer-line Sexual Function input and output data normalized to [-1,1], the data in the matrix row-vector representation or x = [x11, x12 x21, x22 ... xp1, xp2] y = [y1 y2 ... yp] p as the number of samples
Update : 2024-05-06 Size : 4096 Publisher : 沈龙

DL : 0
Linux下串口監控程序,QT+qextserial編寫.-Linux serial port monitoring program, under, QT+ qextserial prepared.
Update : 2024-05-06 Size : 331776 Publisher : Learn

DL : 0
一份關於x11 protocol不錯的文件-A good paper on the x11 protocol
Update : 2024-05-06 Size : 2102272 Publisher : stanlywu

DL : 0
這是一個使用X11來繪出基本視窗的source code-This is a basic window using X11 to draw the source code
Update : 2024-05-06 Size : 7168 Publisher : stanlywu

DL : 0
這是一個x11說明基本視窗如何建立的小程式-This is a basic Windows x11 instructions how to build a small program
Update : 2024-05-06 Size : 4096 Publisher : stanlywu

Minitel is a X11 interface of Minitel 1B + 10B + 2 using the client/server methode and using several types of communication link (via modem, X25, ...). It use the client/server model.
Update : 2024-05-06 Size : 577536 Publisher : none

DL : 0
Qt Image通过Qt4的QImage类读取图片,格式包括现在主要的jpg, png, bmp, gif等格,可以通过它来观看照片,下一张照片的快捷键为空格,上一张的快捷键则是Backspace,通过左边的TreeView选择照片目录,选择的目录如果有照片的话,Qt Image会读取这些照片信息,然后显示第一张照片。 Qt4 Image完全基于Qt4编写,所以可以支持现在主要的三个操作系统平台:Win32, Linux-X11, MacOS,当然,是在WinXP下用Visual C++ 6.0 SP5做的开发。-Qt Image Qt4 the QImage class to read through the pictures, the format, including now the main jpg, png, bmp, gif, etc. format, can use it to view photos, next photo of the shortcut keys for the space, on one of the shortcut keys is Backspace, through the left side of the TreeView select a photo directory, select the Directory If you have photos of it, Qt Image reads the information these photos, then displays the first photo. Qt4 Image Qt4 based entirely on the preparation, it can support the three major operating system platforms are: Win32, Linux-X11, MacOS, of course, is under WinXP with Visual C++ 6.0 SP5 to do development.
Update : 2024-05-06 Size : 29696 Publisher : 袁应天

好象适用于嵌入式的文件管理器不多,至少本人没见着。所以自已编写了一个。 在QT4.6.1的X11版和QVFB版,embedded版上都编译通过可以运行,windows下应该也可以正常编译和工作,没试过。 主要功能是实现文件的图标列表和树列表显示,并可以复制粘贴和删除文件。界面操作为了配合触摸屏操作,没有右键弹出菜单,而是直接点左键就弹出菜单。 程序不算复杂,主要用到了QFileSystemModel,QListView,QTreeView三个控件。界面上实现了图标化按钮和弹出菜单。程序所有信息均已中文件化。需要了解这几种技术的朋友,可以下回去参考一下。 要注意的是,进行linux内核编译时,选上File system项目中的inotify相关的两项-qt4.6.1 for x11,qvfb,embedded。file manager。
Update : 2024-05-06 Size : 397312 Publisher :

DL : 0
最快下降法求解无约束优化问题,f=10*(x(1)+x(2)-5)^2+(x(1)-x(2))^2 主程序dfp11.m如下: oldoptions=optimset( fminunc ) options=optimset(oldoptions, LargeScale , off ) 采用中型优化算法 options11=optimset(options, HessUpdate , dfp ) DFG法,混合二、三次插值 [x11,fval11,exitflag11,output11]=fminunc( fun ,[0,2.5],options11) -f=10*(x(1)+x(2)-5)^2+(x(1)-x(2))^2 主程序dfp11.m如下: oldoptions=optimset( fminunc ) options=optimset(oldoptions, LargeScale , off ) 采用中型优化算法 options11=optimset(options, HessUpdate , dfp ) DFG法,混合二、三次插值 [x11,fval11,exitflag11,output11]=fminunc( fun ,[0,2.5],options11)
Update : 2024-05-06 Size : 7168 Publisher : pengjingyong

DL : 0
此白皮书介绍了 Qt C++ 框架。Qt 采用“一写永逸”的方法支持开发跨平台的 GUI应用程序。使用单一源码树和简单的重编译式,可以为 Windows 98 至 WindowsXP、Mac OS X、Linux、Solaris、HP-UX 以及其他使用 X11 的 Unix 版本编写各种序。此外,还可以编译在嵌入式 Linux 平台中运行的 Qt 应用程序。Qt 引入了一种名为“信号和槽”的独特对象间通信机制。Qt 还为 2D 和 3D 图形、国际化、SQL、XML、单元测试提供了卓越的跨平台支持,并为特定应用程序提供了针对具体平台的扩展。您可以使QtDesigner(Qt 设计者)(一种支持 IDE 集成的灵活用户界面构建器)构建器来可视化的建立 Qt 应用程序。 -This white paper describes the Qt C++ framework. Qt uses "Wing Yi will write" approach to support cross-platform GUI development Application. Using a single source tree and a simple recompile, it can be for the Windows 98 to Windows XP, Mac OS X, Linux, Solaris, HP-UX and other Unix version uses X11 s written procedures. This , But also can compile in the embedded Linux platform running Qt application. Qt introduced called "signals and Trough, "the unique communication mechanism between objects. Qt 2D and 3D graphics also, international, SQL, XML, unit testing provides Excellent cross-platform support, and provide for a specific application, platform-specific extensions. You can use the Qt Designer (Qt designer) (a kind of IDE integration support for flexible user interface builder) to the visual builder Build Qt applications.
Update : 2024-05-06 Size : 1300480 Publisher : liliyang

DL : 0
linux 下 xvideo测试程序,用于测试是否支X11 video 输出-Under the xvideo linux test procedure for testing whether the X11 video output support
Update : 2024-05-06 Size : 11264 Publisher : feiying888

DL : 0
嵌入式qt-x11-free-3.3.6编译文档,运行环境是ubuntu9.10-Embedded qt-x11-free-3.3.6 compile documentation, operating environment is ubuntu9.10
Update : 2024-05-06 Size : 3072 Publisher : li

DL : 0
Golay code on C+. Golay 23.12 code encoding and decoding (using lookup table) Generator polynomial: x11+x10+x6+x5+x4+x2+1
Update : 2024-05-06 Size : 6144 Publisher : Alex

DL : 0
通过调用X11的库来实现在新建窗口中绘制立方体的功能。-a draw application with X11
Update : 2024-05-06 Size : 5120 Publisher : lijian

FLKT是C++之父写的教材中用到的GUI库。-FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX® /Linux® (X11), Microsoft® Windows® , and MacOS® X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation. FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes. FLTK is provided under the terms of the GNU Library Public License, Version 2 with exceptions that allow for static linking.
Update : 2024-05-06 Size : 3566592 Publisher : osgis

嵌入式开发 嵌入式Qt的编译工具难得的编译文件-Compile Qt embedded development tools for embedded rare compilation file
Update : 2024-05-06 Size : 43118592 Publisher : zhangzhong
« 1 2 3 4 5 6 7 89 10 11 12 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.