搜索:Data Science

找到约 2,845 项符合「Data Science」的查询结果

结果 2,845
按分类筛选
显示更多分类
https://www.eeworm.com/dl/542/216162.html 其他书籍

This book is the most accurate and up-to-date source of information the STL currently available. ...

This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is ...
下载 52
·
查看 1119
https://www.eeworm.com/dl/666/242258.html Delphi控件源码

1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库

1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库,建议用户安装SQL Server2000 4、程序解压后去掉只读属性 5、源代码使用注意事项: 《仓库管理系统》 数据库文件:仓库管理系统_Data.MDF,仓库管理系统_Log.LDF(mingrisoft\仓库管理系统\Database\) 操作员: mr ...
下载 170
·
查看 1108
https://www.eeworm.com/dl/689/261010.html SQL Server

第三方物流信息管理平台 1、数据库配置: 需要打开MS SQL SERVER 2000企业管理器

第三方物流信息管理平台 1、数据库配置: 需要打开MS SQL SERVER 2000企业管理器,将logistics_Data附加到数据库中。 2、系统运行: 附加数据库成功后,请打开“源程序”文件夹下的“物流信息”文件夹,再打开“test007”文件夹下的“bin”中的“Debug”,双击运行test007.exe即可。 3、系统用户 ...
下载 158
·
查看 1095
https://www.eeworm.com/dl/665/284258.html matlab例程

sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing ...
下载 91
·
查看 1081
https://www.eeworm.com/dl/619/307487.html Linux/Unix编程

通过分页技术

通过分页技术,在屏幕上显示文件data.txt中多个选定的数据。方法是: &#61623 读入数据为整数的逻辑地址(<0时退出); &#61623 将逻辑地址分解为页号、页内位移; &#61623 查页表,若该页不在内存块中(中断位为1),将该页从外存读入内存某一块中,淘汰策略为FIFO;否则,由页号得块号; &#61623 ...
下载 161
·
查看 1044
https://www.eeworm.com/dl/618/313916.html 驱动编程

This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver

This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI acti ...
下载 113
·
查看 1100
https://www.eeworm.com/dl/542/314698.html 其他书籍

PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran

PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate ...
下载 59
·
查看 1161
https://www.eeworm.com/dl/542/319789.html 其他书籍

The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails,

The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to ...
下载 179
·
查看 1103
https://www.eeworm.com/dl/653/331959.html 嵌入式Linux

Flash中内置了一个状态寄存器(Status Register

Flash中内置了一个状态寄存器(Status Register,SR)来指示Flash的当前工作状态和各种操作是否成功。要读取SR的当前值需要向CUI发送读状态寄存器命令(Read Status Register),命令码为0x70,SR中的内容将在DQ[7:0]上输出。The Read Status Register (0x70)command causes subsequent reads to out ...
下载 64
·
查看 1108
https://www.eeworm.com/dl/665/347554.html matlab例程

采用3D Bresenham算法在两点间划一直线 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bres

采用3D Bresenham算法在两点间划一直线 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm) % ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 % % Which is referenced by: % Fischer, J., A. del Rio ( ...
下载 110
·
查看 1075