本代码是《计算机常用数值计算算法与程序 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