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

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

comments

  • The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti

    The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.

    標(biāo)簽: least-squares unconstrained Statisti Applied

    上傳時(shí)間: 2015-05-14

    上傳用戶:aig85

  • 一款國外的CMS管理系統(tǒng) PHP-Fusion is a light-weight open-source content management system (CMS) written in PH

    一款國外的CMS管理系統(tǒng) PHP-Fusion is a light-weight open-source content management system (CMS) written in PHP4. It uses a mySQL database to store your site content and includes a simple yet comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages including news, articles, forums, polls, shoutbox, comments, ratings & much more

    標(biāo)簽: light-weight open-source PHP-Fusion management

    上傳時(shí)間: 2015-05-15

    上傳用戶:www240697738

  • This example imports a text file into a database table using ADO. Because it uses ADO, it should wor

    This example imports a text file into a database table using ADO. Because it uses ADO, it should work with all data sources, though it has only been tested with Access. Usage is explained in the code s comments.

    標(biāo)簽: ADO database Because example

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

    上傳用戶:1079836864

  • This file came from Planet-Source-Code.com...the home millions of lines of source code You can view

    This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=58860&lngWId=1 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

    標(biāo)簽: Planet-Source-Code millions source lines

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

    上傳用戶:dancnc

  • Microsoft Press books are available through booksellers and distributors worldwide. For further info

    Microsoft Press books are available through booksellers and distributors worldwide. For further information about international editions, contact your local Microsoft Corporation office or contact Microsoft Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to mspinput@microsoft.com. Microsoft, Microsoft Press, Visual Basic, Visual Studio, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.

    標(biāo)簽: distributors booksellers Microsoft available

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

    上傳用戶:wuyuying

  • 圖像處理

    圖像處理,利用bilt 函數(shù) Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough time to translate them all. Sorry..(VOTE!)

    標(biāo)簽: 圖像處理

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

    上傳用戶:851197153

  • This Verilog HDL description implements a UART Version 1.1 : Original Creation 2.1 : added commen

    This Verilog HDL description implements a UART Version 1.1 : Original Creation 2.1 : added comments

    標(biāo)簽: description implements Creation Original

    上傳時(shí)間: 2016-05-27

    上傳用戶:1109003457

  • This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Som

    This version of the book is a DRAFT! The chapters are mostly complete, but not carefully edited. Some of the debugging sections are not done, and not all chapters have exercises. If you have high-level comments about the organization of the book or the topics covered, please send me email at feedback{at}thinkpython{dot}com. It is probably too early for detailed comments like spelling errors.

    標(biāo)簽: carefully chapters complete version

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

    上傳用戶:ayfeixiao

  • mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of

    mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions. MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html Last Modified by GUIDE v2.5 10-Apr-2005 13:28:36 Methods obtained from various authors. (1) MDS -- Michael Lee (2) ISOMAP -- J. Tenenbaum, de Silva, & Langford (3) LLE -- Sam Roweis & Lawrence Saul (4) Hessian LLE -- D. Donoho & C. Grimes (5) Laplacian -- M. Belkin & P. Niyogi (6) Diffusion Map -- R. Coifman & S. Lafon (7) LTSA -- Zhenyue Zhang & Hongyuan Zha

    標(biāo)簽: demonstration Mathematics Department University

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

    上傳用戶:youmo81

  • You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for

    You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.

    標(biāo)簽: CodeProject provides service methods

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

    上傳用戶:baiom

主站蜘蛛池模板: 沅陵县| 曲松县| 敖汉旗| 五常市| 固原市| 板桥市| 宁南县| 桓仁| 扎鲁特旗| 潞城市| 城步| 成安县| 太谷县| 梁平县| 金平| 滦南县| 琼结县| 即墨市| 家居| 嵊州市| 上蔡县| 九寨沟县| 马公市| 如东县| 扶绥县| 榆社县| 延安市| 遵义市| 图们市| 涟水县| 万安县| 伊金霍洛旗| 惠州市| 内江市| 格尔木市| 荆门市| 南岸区| 景宁| 时尚| 荃湾区| 乾安县|