搜索结果

找到约 624 项符合 INCLUDE 的查询结果

按分类筛选

显示更多分类

数值算法/人工智能 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码

本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。 ...
https://www.eeworm.com/dl/518/140743.html
下载: 86
查看: 1043

数值算法/人工智能 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码

本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。 ...
https://www.eeworm.com/dl/518/140744.html
下载: 174
查看: 1042

数值算法/人工智能 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码

本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。 ...
https://www.eeworm.com/dl/518/140745.html
下载: 31
查看: 1056

邮电通讯系统 企业网站管理系统 2005 Build 1024 封装版 企业网站管理系统 v2005 封装版 Build 1018更新: 1、更新组件 2、去掉所有模板标签中所有的“Page="{NowPa

企业网站管理系统 2005 Build 1024 封装版 企业网站管理系统 v2005 封装版 Build 1018更新: 1、更新组件 2、去掉所有模板标签中所有的“Page="{NowPage}"” 3、除了“Include/EsmsConfig.Asp”文件和数据库及模板目录,其它的全部用新版覆盖。 4、数据库中“Products”表中增加两个字段,分别是:“CnProMaterial”和“EnP ...
https://www.eeworm.com/dl/690/141231.html
下载: 100
查看: 1069

数值算法/人工智能 Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PB

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.
https://www.eeworm.com/dl/518/144238.html
下载: 175
查看: 1070

其他书籍 内容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, mani

内容如下: 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, index ...
https://www.eeworm.com/dl/542/145013.html
下载: 67
查看: 1060

系统设计方案 这是一个c++环境下的模拟文件系统的部分源代码

这是一个c++环境下的模拟文件系统的部分源代码,支持词法分析,其中用到头文件#Include "lex.h"
https://www.eeworm.com/dl/678/145523.html
下载: 175
查看: 1056

软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q

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 20 ...
https://www.eeworm.com/dl/540/146880.html
下载: 62
查看: 1109

其他 数据库 ODBC注册文件 数据库MeetingManage 本案例SQL Server数据库 源代码 存放着系统登陆、退出以及用户界面的主框架文件

数据库 ODBC注册文件 数据库\MeetingManage 本案例SQL Server数据库 源代码 存放着系统登陆、退出以及用户界面的主框架文件, 另外还包括用户管理文件。 源代码\SQL 存放着用于建立数据库的SQL文件 源代码\IMAGES 存放着用到的图片文件 源代码\INCLUDE 存放着常用函数文件 ...
https://www.eeworm.com/dl/534/147819.html
下载: 55
查看: 1028

加密解密 C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0)

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的存储空间,为了效率, ...
https://www.eeworm.com/dl/519/152503.html
下载: 31
查看: 1065