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

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

PROJECTS

  • 轉(zhuǎn)載一個(gè)程序。 This zip file contains a example of using C++ language COM in a Visual C++ program (named

    轉(zhuǎn)載一個(gè)程序。 This zip file contains a example of using C++ language COM in a Visual C++ program (named example.zip), and a COM component built by comtool of Matlab and used in a Visual C++ program(named mycom.zip). Both PROJECTS contain fire_event in COM. But it only works well in the former example. The interface of two COM components looks very similar, and the client program of two PROJECTS are almost the same.

    標(biāo)簽: contains language example program

    上傳時(shí)間: 2014-08-28

    上傳用戶:爺?shù)臍赓|(zhì)

  • This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, par

    This a collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, particle filtering, and miscellaneous other things. These utilities are designed for reuse and I have found them very useful in many PROJECTS. The code has been vectorised for speed and is stable and fast.

    標(biāo)簽: filtering Kalman collection functions

    上傳時(shí)間: 2013-12-23

    上傳用戶:ljmwh2000

  • OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope

    OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm. However, the files svm.h and svm.cpp codes were copied/merged into stdafx.h and stdafx.cpp in order to support the development, and OpenSVM still use other codes of libsvm. So you can see the libsvm package in the source package. You can open and build it with Visual C++ 6.0. Note: the problems must be in LIBSVM format. OpenSVM project page: http://sourceforge.net/PROJECTS/opensvm If you had any question, please mail to: cloudbyron@gmail.com

    標(biāo)簽: developped the workspace OpenSVM

    上傳時(shí)間: 2016-01-30

    上傳用戶:asdfasdfd

  • The Blitz++ project is now being served via SourceForge. To download the Blitz++ library, go to the

    The Blitz++ project is now being served via SourceForge. To download the Blitz++ library, go to the blitz project web page, at http://sourceforge.net/PROJECTS/blitz. More information about supported platforms and C++ compilers is available in this document or on the official Blitz++ home page, at http://oonumerics.org/blitz.

    標(biāo)簽: Blitz SourceForge the download

    上傳時(shí)間: 2014-01-03

    上傳用戶:lo25643

  • This handbook is a concise guide to architecting, designing, and building J2EE applications. Whether

    This handbook is a concise guide to architecting, designing, and building J2EE applications. Whether you re architect your first J2EE application or looking to keep your PROJECTS on-time and on-budget, you will refer to this handbook again and again.

    標(biāo)簽: architecting applications designing handbook

    上傳時(shí)間: 2016-02-10

    上傳用戶:zhoujunzhen

  • ASP開發(fā)指南,里面的西很不錯(cuò)的喲.This book is for anyone who wants to learn about using .NET for web interface desi

    ASP開發(fā)指南,里面的西很不錯(cuò)的喲.This book is for anyone who wants to learn about using .NET for web interface design. Beginner or hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going through this book from cover to cover. However, more seasoned .NET professionals, especially if they tend to steer away from the GUI of their PROJECTS, can also pick up a thing or two by focusing on certain chapters that appeal to them. This book is meant to take a reader from the beginning of a project to the completion of the interface design. Along the way, concepts are illustrated to show how the different pieces play together. So, anyone who really wants to understand the concepts presented in this book will be able to do so by reading the entire thing. However, this book should also serve as a good reference after you have read it or, in some cases, in place of reading it.

    標(biāo)簽: for interface anyone about

    上傳時(shí)間: 2016-02-16

    上傳用戶:sjyy1001

  • oreilly的書一般都經(jīng)典

    oreilly的書一般都經(jīng)典,具體看書吧,oreilly.managing.PROJECTS.with.gnu.make.3rd.edition

    標(biāo)簽: oreilly

    上傳時(shí)間: 2014-08-23

    上傳用戶:himbly

  • . Info directory .delphiinternet Delphi sample applications (all Delphi versions) .cppinternet C++

    .\ Info directory .\delphi\internet Delphi sample applications (all Delphi versions) .\cpp\internet C++Builder sample applications .\cpp\internet\bcb1 C++Builder version 1 PROJECTS .\cpp\internet\bcb3 C++Builder version 3 PROJECTS .\cpp\internet\bcb4 C++Builder version 4 PROJECTS .\cpp\internet\bcb5 C++Builder version 5 PROJECTS .\cpp\internet\bcb6 C++Builder version 6 PROJECTS .\delphi\vc Delphi 1.x files (winsock.pas 16 bits and *.dcr) .\delphi\vc32 Delphi (1/2/3/4/5/6/7) and C++Builder (1/3/4/5/6) components .\Delphi1 Automated build for Delphi 1. Not for beginners. .\Delphi2 Automated build for Delphi 2. Not for beginners. .\Delphi3 Automated build for Delphi 3. Not for beginners. .\bcb1 Automated build for Bcb 1. Not for beginners.

    標(biāo)簽: Delphi delphiinternet applications cppinternet

    上傳時(shí)間: 2014-01-12

    上傳用戶:star_in_rain

  • Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

    Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into PROJECTS coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.

    標(biāo)簽: generators contains Uniform randomc

    上傳時(shí)間: 2014-12-01

    上傳用戶:royzhangsz

  • Java Phrasebook gives you the code phrases you need to quickly and effectively complete your program

    Java Phrasebook gives you the code phrases you need to quickly and effectively complete your programming PROJECTS in Java.

    標(biāo)簽: effectively Phrasebook you complete

    上傳時(shí)間: 2013-11-25

    上傳用戶:rishian

主站蜘蛛池模板: 桃园县| 桐梓县| 阿合奇县| 平原县| 高陵县| 淳化县| 宜黄县| 新余市| 马尔康县| 喀什市| 织金县| 三门峡市| 乳源| 奉化市| 昌都县| 共和县| 汝南县| 泸水县| 丰宁| 永川市| 遂宁市| 伊吾县| 临漳县| 谷城县| 濮阳市| 靖远县| 北京市| 兴宁市| 那坡县| 龙江县| 长白| 商都县| 兴隆县| 洛宁县| 泰顺县| 黄山市| 秦皇岛市| 清河县| 桃江县| 简阳市| 新余市|