亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Library

  • VIS H.323 version 2.0開發(fā)指南

    VIS H.323 version 2.0開發(fā)指南,此幫助文檔總是隨VIS H.323 DLL Library 一同發(fā)布的。

    標(biāo)簽: version VIS 323 2.0

    上傳時間: 2014-11-22

    上傳用戶:yan2267246

  • This is svd source code implementation in c++ , the zip file contain the ap file ,more detail ,plea

    This is svd source code implementation in c++ , the zip file contain the ap file ,more detail ,please see the ap Library adapted for c++ in the zip file.also there is faq to answer your question.

    標(biāo)簽: file implementation the contain

    上傳時間: 2013-12-27

    上傳用戶:aappkkee

  • openssl源碼

    openssl源碼 The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a full-strength general purpose cryptography Library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.

    標(biāo)簽: ssl、openssl、網(wǎng)絡(luò)、安全

    上傳時間: 2015-02-26

    上傳用戶:cjm3345

  • dmath

    TPMath is a Library of scientific programs written in Pascal. Available in several versions according to the compiler, it is proposed as an alternative to the famous Numerical Recipes, for which the Pascal version is no longer developed, or to the Borland Numerical Methods Toolbox which is no longer available.

    標(biāo)簽: delphi math

    上傳時間: 2015-03-06

    上傳用戶:y_flin

  • Boost C++ Libraries 1.35.0

    Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應(yīng)該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經(jīng)過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標(biāo)準(zhǔn)委員會的人開發(fā)的,同時部分函式庫的功能也已經(jīng)成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標(biāo)準(zhǔn)了。 它的官方網(wǎng)站是:http://www.boost.org/,包含了 104 個不同的 Library;由於他提供的函式庫非常地多,的內(nèi)容也非常地多元,根據(jù)官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數(shù)學(xué)與數(shù)字(Math and numerics) 正確性與測試(Correctness and testing) 資料結(jié)構(gòu)(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當(dāng)豐富。

    標(biāo)簽: Boost C++ Libraries

    上傳時間: 2015-05-15

    上傳用戶:fangfeng

  • opengl庫

    很全的庫.OpenGL(全寫Open Graphics Library)是個定義了一個跨編程語言、跨平臺的編程接口規(guī)格的專業(yè)的圖形程序接口。它用于三維圖像(二維的亦可),是一個功能強大,調(diào)用方便的底層

    標(biāo)簽: c++opengl庫

    上傳時間: 2015-06-27

    上傳用戶:Z1Zhang

  • opengl庫

    OpenGL(全寫Open Graphics Library)是個定義了一個跨編程語言、跨平臺的編程接口規(guī)格的專業(yè)的圖形程序接口。它用于三維圖像(二維的亦可),是一個功能強大,調(diào)用方便的底層...

    標(biāo)簽: opengl

    上傳時間: 2015-06-27

    上傳用戶:Z1Zhang

  • SharpPcap c#抓包實現(xiàn)時時獲取網(wǎng)卡信息

    SharpPcap c#抓包實現(xiàn)時時獲取網(wǎng)卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap Library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap Library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list

    標(biāo)簽: SharpPcap c#抓包 獲取網(wǎng)卡信息

    上傳時間: 2015-07-06

    上傳用戶:muzongda

  • Matlab 畫三維立體圖形

    Matlab 畫三維立體圖形 The aim of geom3d Library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.      Some features of the Library are:   - creation of various shapes (3D points, 3D lines, planes, polyhedra...)     through an intuitive syntax.      Ex: createPlane(p1, p2, p3) to create a plane through 3 points.     - derivation of new shapes: intersection between 2 planes, intersection between     a plane and a line, between a sphere and a line...   - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces     arrays (face array contain indices of vertices), and support faces with any     number of vertices. Some basic models are provided (createOctaedron,     createCubeoctaedron...), as well as some computation (like faceNormal or     centroid)      - manipulation of planar transformation. Ex.:     ROT = createRotationOx(THETA);     P2  = transformPoint3d(P1, ROT);     - direct drawing of shapes with specialized functions. Clipping is performed      automatically for infinite shapes such as lines or rays. Ex:     drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points     drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight line Some functions require the geom2d package.       Additional help is provided in geom3d/Contents.m file, as well as summary files     like 'points3d.m' or 'lines3d.m'.

    標(biāo)簽: Matlab 畫三維立體圖形

    上傳時間: 2015-11-02

    上傳用戶:A1321

  • 32feet.NET 3.5 Bluetooth coding

    32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you can just use the Library as-is, if you make modifications to the source you need to include the 32feet.NET License.txt document and ensure the file headers are not modified/removed. The project currently consists of the following libraries:- Bluetooth IrDA Object Exchange Bluetooth support requires a device with either the Microsoft, Widcomm, BlueSoleil, or Stonestreet One Bluetopia Bluetooth stack. Requires .NET Compact Framework v3.5 or above and Windows CE.NET 4.2 or above, or .NET Framework v3.5 for desktop Windows XP, Vista, 7 and 8. A subset of functionality is available for Windows Phone 8 and Windows Embedded Handheld 8 in the InTheHand.Phone.Bluetooth.dll Library.

    標(biāo)簽: feet 3.5 NET 32

    上傳時間: 2016-07-06

    上傳用戶:magister2016

主站蜘蛛池模板: 泾川县| 普宁市| 玉林市| 昌乐县| 浦东新区| 石首市| 绥芬河市| 昌黎县| 偏关县| 马龙县| 浙江省| 房山区| 沿河| 社旗县| 江西省| 镇康县| 聂拉木县| 鄂托克前旗| 大渡口区| 扶绥县| 茂名市| 民和| 那曲县| 富阳市| 靖西县| 赣州市| 隆化县| 库尔勒市| 石棉县| 嘉定区| 疏附县| 桦甸市| 即墨市| 武清区| 鸡西市| 鹤庆县| 芮城县| 乌恰县| 东兰县| 镇平县| 莎车县|