本代碼是《計算機常用數值計算算法與程序 C++版》一書的配套矩陣運算代碼,這些C++程序已經在Virsual C++ 6.0環境下通過。注意,在VC++ 6.0中設置好路徑,特別Include目錄(文件夾)的路徑,否則在編譯時會出現找不到頭文件的錯誤,使編譯無法正常進行。
上傳時間: 2015-04-14
上傳用戶:redmoons
本代碼是《計算機常用數值計算算法與程序 C++版》一書的配套數值擬合與逼近代碼,這些C++程序已經在Virsual C++ 6.0環境下通過。注意,在VC++ 6.0中設置好路徑,特別是Include目錄(文件夾)的路徑,否則在編譯時會出現找不到頭文件的錯誤,使編譯無法正常進行。
上傳時間: 2015-04-14
上傳用戶:秦莞爾w
本代碼是《計算機常用數值計算算法與程序 C++版》一書的配套數據處理與回歸分析代碼,這些C++程序已經在Virsual C++ 6.0環境下通過。注意,在VC++ 6.0中設置好路徑,特別是Include目錄(文件夾)的路徑,否則在編譯時會出現找不到頭文件的錯誤,使編譯無法正常進行。
上傳時間: 2015-04-14
上傳用戶:kytqcool
企業網站管理系統 2005 Build 1024 封裝版 企業網站管理系統 v2005 封裝版 Build 1018更新: 1、更新組件 2、去掉所有模板標簽中所有的“Page="{NowPage}"” 3、除了“Include/EsmsConfig.Asp”文件和數據庫及模板目錄,其它的全部用新版覆蓋。 4、數據庫中“Products”表中增加兩個字段,分別是:“CnProMaterial”和“EnProMaterial”,都是文本型,字段大小默認就行。 5、模板ProductsView.html中增加“使用材料:{ProductsMaterial}”標簽 Build 1024更新: 改寫30%組件代碼,并修正了幾處已知BUG,一定程度上提高了性能及安全性 管理路經:Admin_Login.Asp 初始賬號:admin 初始密碼:admin
上傳時間: 2015-04-15
上傳用戶:拔絲土豆
Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I Include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
標簽: method Windowed-Burg Previously the
上傳時間: 2013-12-22
上傳用戶:familiarsmile
內容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements Include select, update, insert, and delete 3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints 4.How data sets can interact with queries 5.The importance of subqueries 6.Data conversion and manipulation via SQL s built-in functions 7.How conditional logic can be used in Data Statements
標簽: computerized Statements database history
上傳時間: 2015-04-25
上傳用戶:ardager
這是一個c++環境下的模擬文件系統的部分源代碼,支持詞法分析,其中用到頭文件#Include "lex.h"
上傳時間: 2014-01-24
上傳用戶:huyiming139
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to Include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.
標簽: practical Software provides software
上傳時間: 2015-04-30
上傳用戶:bjgaofei
數據庫 ODBC注冊文件 數據庫\MeetingManage 本案例SQL Server數據庫 源代碼 存放著系統登陸、退出以及用戶界面的主框架文件, 另外還包括用戶管理文件。 源代碼\SQL 存放著用于建立數據庫的SQL文件 源代碼\IMAGES 存放著用到的圖片文件 源代碼\Include 存放著常用函數文件
標簽: MeetingManage Server ODBC 數據庫
上傳時間: 2014-11-06
上傳用戶:腳趾頭
C++ Base64編碼/解碼源代碼 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上兩個函數內聯定義在base64.h中,使用時Include "base64.h" 即可,編碼后的長度一般比原文多占1/3的存儲空間,為了效率,程序并沒有檢查目標存儲區是否溢出,請保證有足夠的存儲空間。
上傳時間: 2015-05-14
上傳用戶:yan2267246