Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - shared library
Search - shared library - List
一个读取配置文件的共享库.这个C库已经经过很长时间使用,现在已经比较稳定.-a configuration file to read the shared library. The C library has been used after a very long time, now more stable.
Update : 2008-10-13 Size : 3.96kb Publisher : nier

Matlab programming interface with the dsp and VC + MATLAB7 C Shared Library。
Update : 2008-10-13 Size : 3.69kb Publisher : 柳枫

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.
Update : 2008-10-13 Size : 64.24kb Publisher : vipjvs

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.
Update : 2008-10-13 Size : 18.98kb Publisher : vipjvs

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

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

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.
Update : 2025-02-19 Size : 78kb Publisher : uaca

Matlab programming interface with the dsp and VC + MATLAB7 C Shared Library。-Matlab programming interface with the dsp and VC+ MATLAB7 C Shared Library.
Update : 2025-02-19 Size : 3kb Publisher :

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.
Update : 2025-02-19 Size : 64kb Publisher : vipjvs

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.
Update : 2025-02-19 Size : 19kb Publisher : vipjvs

内存管理工具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.
Update : 2025-02-19 Size : 121kb Publisher : 123456

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
Update : 2025-02-19 Size : 1.91mb Publisher : Ken

DL : 0
针对日本瑞莎单片机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
Update : 2025-02-19 Size : 58kb Publisher : 汪葵

hookLIBRARY Hook EXPORTS SetHook @2 SEGMENTS MySec READ WRITE SHARED -LIBRARY Hook EXPORTS SetHook @2 SEGMENTS MySec READ WRITE SHARED
Update : 2025-02-19 Size : 14kb Publisher : 灵川

通过前面的描述,当和服务器建立了连接之后,就可以和服务器进行通讯了,今天先说一下接收远端发送来的文本消息的方式吧-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...
Update : 2025-02-19 Size : 23.5mb Publisher : lvhu

调用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
Update : 2025-02-19 Size : 48kb Publisher : cclcc

执行make libhello来编译,编译结果至共享库libhello.so-Make libhello to the implementation of the compiler, compile the results to the shared library libhello.so
Update : 2025-02-19 Size : 2kb Publisher : cho

programming libraries how to in linux, static libraries, shared libraries, etc-programming libraries how to in linux, static libraries, shared libraries, etc....
Update : 2025-02-19 Size : 47kb Publisher : DVR

Qt共享库的使用,Qt4图形界面应用程序编程!-Qt4 shared library!
Update : 2025-02-19 Size : 4kb Publisher : dcun

编译好的ffmpeg2.1.3 android 动态库-ffmpeg2.1.3 android shared libraries
Update : 2025-02-19 Size : 8.64mb Publisher : wc
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.