搜索资源列表
annexamples
- 文件包括《面向MATLAB工具箱的人工神经网络理论与应用实例》一书中的所有源程序,并附有程序清单。-documents include "Toolbox for MATLAB Artificial Neural Network Theory and Application", a book of all the source, together with a list.
XfokSite.Netv1.0
- 一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库,名称为 XfokSite_Free (必须为这个名字) 3、选择该数据库,点击鼠标右键 -> 所有任务 -> 还原数据库 -> 从设备 -> 选择设备 -> 添加 -> 选择程序目录下的数据库里面的文件 二、安装程序 1、如果程序没有放在虚拟目录下,请把所有文件放在网站根目录下,否则会提示出错。 三、设置 1、
电子书原代码.ZIP
- 初次上传,不太会规类.这是一个电子文档收集的软件.支持从浏览器窗口中托拽到本地窗口中.个人以为比网文快抓,webcollecter之类的好.小,绿色,适用.-initial upload, not quite be classified. This is a collection of electronic documents software. Support from the browser window respite Yedao local window. Personal view t
c语言高级编程实例
- 包括文件操作、图形系统、并口串口编程、鼠标编程、小型cad系统、编译器、病毒防火墙、海底大战等多个实例。-operation including documents, graphics, Serial Parallel Programming, mouse programming, small cad system, compilers, the virus firewall, such as submarine war examples.
coursedesign-DataStructure
- 包含8个文件:type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c-contains eight documents : type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c
RTEMS_C_user_by_bradon
- 一种嵌入式操作系统RTEMS的C语言函数的PDF文档说明,对熟悉RTEMS的应用很有帮助。-an embedded operating system Installation of the C language function PDF documents show that Installation of familiar applications helpful.
VisualBasic数据库实例(宾馆管理信息系统)
- 代码为《Visual Basic数据库实例导航》一书中第7章,宾馆信息管理系统的源代码,使用了VB和SQL Server2000. 简单好用. 代码具体使用说明: 1.将项目目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在项目目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-code for "Visual Basic Database examples navig
VisualBasic数据库实例第六章物资管理信息系统
- 代码为《Visual Basic数据库实例导航》一书中第6章物资管理系统的源代码,使用VB和SQL Server 2000。简单好用。 代码的具体使用说明: 1.将项目目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在项目目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-code for "Visual Basic Database examples of navig
VisualBasic数据库实例第八章图书馆管理信息系统
- 代码为《Visual Basic数据库实例导航》一书中第8章图书馆管理系统的源代码,使用VB和SQL Server 2000。简单好用。 代码的具体使用说明: 1.将项目目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在项目目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-code for "Visual Basic Database examples of navi
VisualBasic数据库实例第九章贸易公司管理系统
- 代码为《Visual Basic数据库实例导航》一书中第9章贸易公司管理系统的源代码,使用VB和SQL Server 2000。简单好用。 代码的具体使用说明: 1.将项目目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在项目目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-code for "Visual Basic Database examples of nav
VisualBasic数据库实例第十章航空公司管理系统
- 代码为《Visual Basic数据库实例导航》一书中第10章(最后一章)航空公司管理系统的源代码,使用VB和SQL Server 2000。简单好用。 代码的具体使用说明: 1.将项目目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在项目目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-code for "Visual Basic Database examples
VisualBasic数据库实例第五章车辆管理信息系统
- 代码为《Visual Basic数据库实例导航》一书中第5章车辆信息管理系统的源代码,使用VB和SQL Server 2000。简单好用。 代码的具体使用说明: 1.将项目目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在项目目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。-code for "Visual Basic Database examples of nav
Visual_C++.NET
- 《突破Visual C++.NET编程实例五十讲》源文件-"breakthrough Visual C.NET programming examples 50 stresses the "source documents
DBSCAN&Rtree
- Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。DBSCAN.cs是全部算法的实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍。聚类示例数据来自于sxdb.mdb,一个Access数据库。-Form1.cs clustering algorithm is applied DBSCAN (Density-Based
VisualBasic.NETWebApplycation
- 本光盘上程序的运行和工程文件的打开都需要用户首先安装 Microsoft Visual Studio .NET 2002版。-the disc procedures of the operation and engineering documents required to open the first users to install Microsoft V isual Studio.NET 2002 version.
modalansys
- 压缩文件,解压后即可,关于ansys的模态分析的文件-compressed files can be unpacked on Filed Modal Analysis of the documents
jingcaibiancheng2
- 精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览 特效窗体 文件关联操作等待! -exciting programming 100 cases of which 26 to 50 control the bottom task bar windows screensaver preview mission control effects Form for documents related to operate!
JSP 应用开发详解(第二版)
- JSP application develops the detailed solution (second edition) the complete source code ,多平台,文章/文档/Program Document JSP 应用开发详解(第二版)全部源码-JSP application develops the detailed sol Pollution (second edition), the complete source cod e, multi-platfo
excel-databas
- 从数据库导入文件到EXCEL 从EXCEL导入到数据库表 速度快-import documents from the database to Excel from Excel into the database table fast
SPSS-teaching-documents
- SPSS教学文档,张文彤老师的,希望大家喜欢-SPSS teaching documents, Zhangwen Tong teacher, hope you like