当前位置: 首页 资源下载
源码下载
Windows编程
搜索资源 - qt\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\dll
搜索资源列表
用QT基于QLibrary写的一个插件程序小DEMO
- 用QT基于QLibrary写的一个插件程序小DEMO 使程序可以以dll插件方式加载到程序中。实现插件效果。
draw4.rar
- 这是我自己用Qt写的读取.segy格式的文件并显示出.segy中所有道的平面图。对刚接触地震数据处理的同学们很有用哦。This is a program written by myself to get seismic datas from a .segy file and draw ichnography with those datas!I think it is readableness!对了,这是在Windows下模拟Linux下的Qt+eclipse+Mingw下开发的哈!,This
QT-Library(Dll)-in-Windows
- Windows下如何使用QT编写dll程序,但需要 安装qtwinmigrate-2.8-opensource插件-Windows dll how to write programs using QT, but the need to install qtwinmigrate-2.8-opensource plugin
usb_send
- usb调试助手,可以实现数据的传输,芯片选用ch375,QT动态调用DLL库-usb debugging assistant, can achieve data transmission, the chip select ch375, QT dynamic call DLL library
qsqloci4.dll.Win32
- qt的oracle驱动(windows) qt的oracle驱动(windows) qt的oracle驱动(windows)-of qt the the oracle drive (windows) qt the oracle driver (windows) qt oracle driver (windows) qt oracle driver (windows)
qt5.0
- 直接使用Qt编译出来的程序,往往会报各种错误,附件中的DLL可以解决这些问题-Qt compiled program, often at a variety of errors, DLL can solve these problems in the annex
QtOracle
- 本人在windows下编辑qt生成dll文件后,在本地连接oracle都没有问题,结果一发布,在其他机器就无法进行连接,最后经过发现,生成的dll,不能放到当前目录下,应放到sqldrivers目录下。-I edit in windows qt dll files generated in the local connect oracle, no problems, the result of a release, the other machine will not be able to co
quazip_debug_release
- qt5 qt4 中quazip开源qt的压缩库 ,原版下载下来会出错 ,经过调试可以使用了 并且把已经编译好的最新的lib dll a so 文件加入进去了-qt5 qt4 qt open in quazip compression library, download original mistakes, debugging can be used and has compiled the latest lib dll a so files added into the
20130722myDLL
- 使用qt创建dll的小程序。意在说明使用qt创建dll编程的方法。内含qt工程文件和个人小结。-Qt dll created using a small program. Intended to illustrate the use qt create dll programming methods. Qt project files containing personal summary.
20130723myDLL2
- 使用qt调用dll的测试程序,对前面创建的dll文件进行调用。包括个人对qt调用dll文件方法的小结。-Qt dll using test procedures call for dll file created earlier call. Including personal calls on the qt dll file method summary.
luadll_QT
- Lua 通过Qt 编译成动态库lualib.dll 提供给C调用-Lua by Qt compiled into a dynamic library lualib.dll call to the C
myDS7400Tools
- DS7400主机调试工具 个人转载的 接触QT三年有余,期间因为工作需要断断续续学习过,2010年开始接触,当时好像是4.7版本,现在都已经到5.2版本了,更新真快,前阵子安装了下5.2版本,还是有很多变化的,不过感觉好像编译速度慢了很多,而且编译出来的可执行文件需要附带的DLL多了很多,感觉不爽,所以还是回到了4.7版本的开发,一个重要原因是现在大部分的开发板都移植好了4.7版本的运行库,可以方便的将WINDOWS程序移植到嵌入式linux下,5.0以上的版本貌似还没有哪家公司移植到了嵌入
QtMedicalDetection
- DLL qt多线程实现胶囊检测 OPENCV-DLL QT multithreading capsule detection OPENCV
TESTDLL
- Qt实现Dll文件的调用和生成! -Qt implementation of the Dll file calls and generate!
QT_dll
- QT下调用dll文件的三个例子,大家可以-QT call dll files under the three examples, we can
QT_dll
- QT下调用dll文件的三个例子,大家可以-QT call dll files under the three examples, we can
qextserialport
- 串口通信程序,已编译成dll,包含头文件可以直接使用 串口通信程序, 串口通信程序,(qt serialport dll you can use it in your project windows and linux all)
mfc_call_qt
- 通过使用Qt开发框架,生成dLL动态库,供MFC执行程序调用。实现MFC调用Qt界面显示。(By using the Qt development framework, the dLL dynamic library is generated for the MFC program to call. Implementation of MFC call Qt interface display.)
SqliteAPI
- 在qt的环境下对sqlite数据库接口实现二次封装,实现读写数据,连接创建删除表等功能,生成lib和dll库文件,并附件有demo程序调用该库。(In the environment of QT, we implement the two encapsulation of SQLite database interface, realize the functions of read and write data, connect and create deletion tables, gene
sharelibDemo.7z
- VC的引用库文件为xxx.lib, GCC的为xxx.a, 通过比较两种库文件的格式,发现很相似。于是把xxx.dll,xxx.lib和xxx.h复制到Qt的project下,直接把xxx.lib改为xxx.a, 根据Qt的库名字的格式, 在xxx.a的前面加上lib, 即为libxxx.a。(The reference library file for VC is xxx.lib, and GCC is xxx.a. It is found to be very similar by comp