您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Structure and Interpretation of Computer Programs

  2. This book is one of a series of texts written by faculty of the Electrical Engineering and Computer Science Department at the Massachusetts Institute of Technology. It was edited and produced by The MIT Press under a joint production-distribution ar
  3. 所属分类:专业指导

    • 发布日期:2009-05-22
    • 文件大小:1048576
    • 提供者:xuenliang
  1. Design for Test Standards

  2. 测试方面的基础教程,英文版! DESIGN FOR TEST STANDARDS (LECTURE NOTES) J. M. Martins Ferreira Faculty of Engineering (University of Porto) Computers and Electrical Engineering Department
  3. 所属分类:专业指导

    • 发布日期:2009-07-21
    • 文件大小:1048576
    • 提供者:hhmickey
  1. Google Cluster Computing Faculty Training Workshop (All)

  2. Module 1 - Introduction to Distributed Systems Teaching.ppt Module 2 - Student Background Knowledge.ppt Module 3 - Nutch.ppt Module 4 - MapReduce Theory and Algorithms.ppt Module 5 - Hadoop Technical Review.ppt Module 6 - Distributed Filesystems.ppt
  3. 所属分类:专业指导

    • 发布日期:2009-08-07
    • 文件大小:5242880
    • 提供者:YuNotes
  1. The handbook of Optical communication networks

  2. The Handbook of Optical Communication Networks is a source of compre- hensive reference material for such networks. The material presented here is intended for professionals in the communications industry who are designers and/or planners for emergi
  3. 所属分类:网络基础

    • 发布日期:2009-10-20
    • 文件大小:13631488
    • 提供者:tanjunwork
  1. The Handbook of Ad Hoc Wireless Networks

  2. To meet the need for fast and reliable information exchange, communication networks have become an integral part of our society. The success of any corporation largely depends upon its ability to communicate. Ad hoc wireless networks will enhance co
  3. 所属分类:网络基础

    • 发布日期:2009-12-18
    • 文件大小:11534336
    • 提供者:ewan1983
  1. 算法导论(英文版)第2版 Introduction to Algorithms

  2. Introduction to Algorithms, Second Edition Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein The MIT Press Cambridge , Massachusetts London, England McGraw-Hill Book Company Boston Burr Ridge , IL Dubuque , IA Madison , WI New Yo
  3. 所属分类:其它

    • 发布日期:2010-01-02
    • 文件大小:11534336
    • 提供者:chinaczy
  1. 博士后与科研新手指南

  2. 博士后与科研新手指南 A Practical Guide to Scientifıc Management for Postdocs and New Faculty Based on the BWF-HHMI Course in Scientifıc Management for the Beginning Academic Investigator
  3. 所属分类:C

    • 发布日期:2010-01-06
    • 文件大小:2097152
    • 提供者:wuchonghust
  1. Principles and Theory for Data Mining and Machine Learning

  2. This book is a thorough introduction to the most important topics in data mining and machine learning. It begins with a detailed review of classical function estimation and proceeds with chapters on nonlinear regression, classification, and ensemble
  3. 所属分类:Access

    • 发布日期:2010-03-10
    • 文件大小:13631488
    • 提供者:ziyuang
  1. sdr gnuradio 应用

  2. gnuradio的相关应用。Configurable SDR Operation for Cognitive Radio Applications using GNU Radio and the Universal Software Radio Peripheral David A. Scaperoth Thesis submitted to the faculty of the Virginia Polytechnic Institute and State University
  3. 所属分类:其它

    • 发布日期:2010-04-01
    • 文件大小:1048576
    • 提供者:zhangze9951
  1. The art of multiprocessor programming

  2. This book is the first comprehensive presentation of the principles and tools available for programming multiprocessor machines. It is of immediate use to programmers working with the new architectures. For example, the next generation of computer g
  3. 所属分类:专业指导

    • 发布日期:2010-04-11
    • 文件大小:7340032
    • 提供者:bigjim
  1. MIT-算法导论第2版(英文版)

  2. This book is one of a series of texts written by faculty of the Electrical Engineering and Computer Science Department at the Massachusetts Institute of Technology. It was edited and produced by The MIT Press under a joint production-distribution ag
  3. 所属分类:其它

    • 发布日期:2010-04-19
    • 文件大小:17825792
    • 提供者:JoshZuo
  1. Google Cluster Computing Faculty Training Workshop

  2. Seven lecture modules Information about teaching the course Technical info about Google tools & Hadoop Example course lectures Four lab exercises Assigned to students in UW course
  3. 所属分类:Java

    • 发布日期:2010-05-05
    • 文件大小:3145728
    • 提供者:clearsmoking
  1. 学生教育管理系统

  2. 源代码清单如下:Private Sub MDIForm_Load()End SubPrivate Sub mnuExamination_Click() frmMarks.ShowEnd SubPrivate Sub mnuExit_Click() If MsgBox("确实要退出吗?", vbOKCancel + vbQuestion, "系统退出") = vbOK Then Unload Me Else Exit Sub End IfEnd SubPrivate Sub mnuStudent
  3. 所属分类:VB

    • 发布日期:2008-01-13
    • 文件大小:291840
    • 提供者:alfme
  1. Person、Student、Employee、Faculty和Staff等含类的继承应用

  2. (Person、Student、Employee、Faculty和Staff类)设计名为Person的类和它的两个子类student和Employee。Employee有子类Faculty和Staff。人有姓名、地址、电话号码和电子邮件地址。学生有班级状态(一年级、二年级、三年级或四年级),将这些状态定义为常量。雇员有办公室、工资和受聘日期。定义名为MyDate的类,包含数据域year(年)、month(月)和day(日)。教员有办公时间和级别。职员有职务称号。覆盖每个类中的toString方
  3. 所属分类:Java

    • 发布日期:2011-12-21
    • 文件大小:831
    • 提供者:jonesy0916
  1. Faculty Moodle 快速指南

  2. Faculty Moodle 快速指南 OSSEZ.COM
  3. 所属分类:项目管理

    • 发布日期:2012-08-24
    • 文件大小:569344
    • 提供者:huyuchengus
  1. Person类和它的两个子类Student、Employee

  2. 设计一个名为Person的类和他的两个名为Student和Employee子类。Employee又有两个子类:教员类Faculty和职员类Staff。
  3. 所属分类:Java

    • 发布日期:2012-11-04
    • 文件大小:11264
    • 提供者:xxh0307
  1. Research on Collegial Faculty Re-development of Human Resource Vicegerent -System and Its Risk Management

  2. Research on Collegial Faculty Re-development of Human Resource Vicegerent -System and Its Risk Management,冯用军,Guo Ruihua,We have achieved the stratagem transformation of the development phases of the higher education from the elite to the integrative
  3. 所属分类:其它

    • 发布日期:2020-01-17
    • 文件大小:174080
    • 提供者:weixin_38667408
  1. chemjobber-faculty-jobs-list-automation:自动化Chemjobber Faculty工作清单的一些工作清单-源码

  2. Chemjobber教师职位列表自动化 自动完成Chemjobber教师职位列表的一些职位列表。 作业列表将自动提取用于: 过去五天发布的工作 职位不包括“博士后”和“科学家”职位 来源列表(工作板列在“部分中。 结果文件在 工作委员会 此仓库从以下位置自动提取作业:
  3. 所属分类:其它

    • 发布日期:2021-02-11
    • 文件大小:27648
    • 提供者:weixin_42135462
  1. Information Extraction of University Research Faculty Based on LCASegmentation Algorithm

  2. Information Extraction of University Research Faculty Based on LCASegmentation Algorithm
  3. 所属分类:其它

    • 发布日期:2021-02-10
    • 文件大小:593920
    • 提供者:weixin_38711740
  1. faculty-xval:使用Faculty平台对Keras和scikit-learn模型进行交叉验证-源码

  2. 教职员工 在Faculty平台上对机器学习模型进行交叉验证。 目前,该软件包主要提供了一种通过Faculty工作并行交叉验证模型的方法。 要使用该功能,请使用该类: faculty_xval . validation . JobsCrossValidator 其他信息在提供的示例笔记本中找到。 请查看下面Try out the examples部分。 该软件包支持keras和sklearn模型。 尽管可以编写与faculty-xval兼容的自定义模型,但不能保证软件包可以正确处理这些情况,
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:34816
    • 提供者:weixin_42146230
« 12 3 4 5 6 »