Welcome![Sign In][Sign Up]
Location:
Search - shared library

Search list

[Otherlibconfigure

Description: 一个读取配置文件的共享库.这个C库已经经过很长时间使用,现在已经比较稳定.-a configuration file to read the shared library. The C library has been used after a very long time, now more stable.
Platform: | Size: 4052 | Author: nier | Hits:

[Other resourcematlabDSPVC

Description: Matlab programming interface with the dsp and VC + MATLAB7 C Shared Library。
Platform: | Size: 3774 | Author: 柳枫 | Hits:

[OtherMatlabSharedLib_demo

Description: Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Platform: | Size: 65783 | Author: vipjvs | Hits:

[OtherMatlabGenericDll

Description: Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to all applications.
Platform: | Size: 19431 | Author: vipjvs | Hits:

[Embeded Linuxformatlib

Description: 一个共享源码的音频库1,其中包括10种左右的音频格式的解码程序,很有参考价值-a shared source of an audio library, which includes about 10 species of the audio format decoding process was useful
Platform: | Size: 398336 | Author: 毕胜 | Hits:

[Otherlibconfigure

Description: 一个读取配置文件的共享库.这个C库已经经过很长时间使用,现在已经比较稳定.-a configuration file to read the shared library. The C library has been used after a very long time, now more stable.
Platform: | Size: 4096 | Author: nier | Hits:

[BooksCreating_Fortran_DLLs

Description: A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines) that are compiled, linked, and stored separately from the applications using them. Because the functions or subroutines are separate from the applications using them, they can be shared or replaced easily.-A dynamic- link library (DLL) contains one subprogram or more procedures (or functions su broutines) that are compiled, linked, and stored separately from the applications us ing them. Because the functions or subroutines are separate from the applications using them. they can be easily shared or replaced.
Platform: | Size: 79872 | Author: uaca | Hits:

[matlabmatlabDSPVC

Description: Matlab programming interface with the dsp and VC + MATLAB7 C Shared Library。-Matlab programming interface with the dsp and VC+ MATLAB7 C Shared Library.
Platform: | Size: 3072 | Author: | Hits:

[OtherMatlabSharedLib_demo

Description: Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Platform: | Size: 65536 | Author: vipjvs | Hits:

[OtherMatlabGenericDll

Description: Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to all applications.
Platform: | Size: 19456 | Author: vipjvs | Hits:

[OS Developexmap-0.9

Description: 内存管理工具Exmap。该工具比 ps 或 top 更精确,因为它考虑了多个应用程序使用的共享库。例如,如果两个应用程序使用了相同的共享库,各占 1MB 内存,ps 会显示这两个应用程序均额外使用了 1MB 内存,exmap 则能更准确地显示每个应用程序都只使用了 500 KB 内存。这种精确性对于评价 KDE 和 GNOME 之类的桌面环境非常重要,因为在这些情况下应用程序之间会大量使用共享库。-Memory management tools Exmap. The tool than the ps or top more accurate because it takes into account multiple applications use shared libraries. For example, if both applications use the same shared library, each with 1MB of memory, ps will display these two applications are the use of additional 1MB of memory, exmap can more accurately show that each application only uses the 500 KB of memory. This evaluation of the accuracy of the KDE and GNOME desktop environment, such as very important, because in these circumstances the application will be between the large-scale use of shared libraries.
Platform: | Size: 123904 | Author: 123456 | Hits:

[Picture ViewerLinux-x86-32

Description: jpeg2000 encoder & decoder by KAKADU. Built using gcc version 3.4.1 on Mandrake Linux version 10.1, with a single shared library, libkdu_v60R. -jpeg2000 encoder
Platform: | Size: 2006016 | Author: Ken | Hits:

[SCMcommon

Description: 针对日本瑞莎单片机r8c/23 开发的LIN网络通讯程序包括主节点和从节点,此文件为共用函数库和变量定义-Japan Aretha R8C/23 developed single-chip LIN network communication procedures, including the main nodes and from the node, the file for the shared library and variables definition
Platform: | Size: 59392 | Author: 汪葵 | Hits:

[Windows DevelopHook

Description: hookLIBRARY Hook EXPORTS SetHook @2 SEGMENTS MySec READ WRITE SHARED -LIBRARY Hook EXPORTS SetHook @2 SEGMENTS MySec READ WRITE SHARED
Platform: | Size: 14336 | Author: 灵川 | Hits:

[Windows Developgloox-0.9.9.5

Description: 通过前面的描述,当和服务器建立了连接之后,就可以和服务器进行通讯了,今天先说一下接收远端发送来的文本消息的方式吧-gloox is a rock-solid, full-featured Jabber/XMPP client without GUI, written in C++ and implemented as a shared library. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP...
Platform: | Size: 24641536 | Author: lvhu | Hits:

[VC/MFCVC_MATLAB7SharedLibrary

Description: 调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构: 1.声明变量或者是函数作为输入变量; 2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR 状态,并且构建MCR实例; 3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例; 4. 调用库中的函数,并处理其结果(这是程序的主要部分); 5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR; 6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源; 7. 清除变换,关闭文件等,然后退出。-VC+ MATLAB7 C Shared Library Target
Platform: | Size: 49152 | Author: cclcc | Hits:

[Communication-Mobilemake-libhello

Description: 执行make libhello来编译,编译结果至共享库libhello.so-Make libhello to the implementation of the compiler, compile the results to the shared library libhello.so
Platform: | Size: 2048 | Author: cho | Hits:

[Linux-UnixProgram-Library-HOWTO

Description: programming libraries how to in linux, static libraries, shared libraries, etc-programming libraries how to in linux, static libraries, shared libraries, etc....
Platform: | Size: 48128 | Author: DVR | Hits:

[Linux-Unixshared-library

Description: Qt共享库的使用,Qt4图形界面应用程序编程!-Qt4 shared library!
Platform: | Size: 4096 | Author: dcun | Hits:

[androidffmpeg2.1.3-android-shared-library

Description: 编译好的ffmpeg2.1.3 android 动态库-ffmpeg2.1.3 android shared libraries
Platform: | Size: 9055232 | Author: wc | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net