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

搜索资源列表

  1. 复杂度测试 Performance Measurement

  2. Given a list of N integers, denoted by A0, A1, …, AN – 1, there are two methods to print them in the given order. The iterative method is very simple: just print the integers one by one through a for-loop. The recursive method is to equally divide t
  3. 所属分类:C/C++

    • 发布日期:2011-05-23
    • 文件大小:137216
    • 提供者:yz6316
  1. Kalman滤波简介

  2. Kalman滤波简介 kalman滤波器是一个最优化递归处理算法(optimal recursive data processing algorithm)
  3. 所属分类:C/C++

  1. Java经典之The Art of Java(英文原版pdf)

  2. Preface Chapter 1: The Genius Of Java Chapter 2: A Recursive-Descent Expression Parser Chapter 3: Implementing Language Interpreters in Java Chapter 4: Creating a Download Manager in Java Chapter 5: Implementing an E-mail Client in Java Chapter 6: C
  3. 所属分类:Web开发

    • 发布日期:2011-06-07
    • 文件大小:3145728
    • 提供者:wolfdj83
  1. DCT变换及IDCT变换(图像压缩)

  2. 你学习图像压缩算法的好帮手 1. Restructured Recursive Dct and Dst Algorithms.pdf 介绍了一维和二维的快速dct算法。 2. An Efficient Algorithm for the 2-D Discrete Cosine Transform.pdf 是第一篇的作者写的。介绍了另一种更好的二维dct快速算法。 3. IDCT.mht 这是一个网页文件,介绍了一种只要做54次乘法的8*8二维dct快速算法。 4. my fdct.pdf 和
  3. 所属分类:C

    • 发布日期:2011-07-01
    • 文件大小:2097152
    • 提供者:dickmaoboy
  1. Optimum FIR Digital Filter Implementations for Decimation, Interpolation

  2. In this paper a general theory of multistage decimators and interpolators for sampling rate reduction and sampling rate increase is presented. A set of curves and the necessary relations for optimally designing multistage decimators is also given. I
  3. 所属分类:硬件开发

    • 发布日期:2011-07-03
    • 文件大小:1048576
    • 提供者:usficiw
  1. How to think about algorithms(Edmonds)

  2. There are many algorithm texts that provide lots of well-polished code and proofs of correctness. Instead, this one presents insights, notations, and analogies to help the novice describe and think about algorithms like an expert. It is a bit like a
  3. 所属分类:C/C++

    • 发布日期:2011-08-06
    • 文件大小:5242880
    • 提供者:littleBT
  1. MIT system identification open course

  2. This course is offered to graduates and includes topics such as mathematical models of systems from observations of their behavior; time series, state-space, and input-output models; model structures, parametrization, and identifiability; non-parame
  3. 所属分类:专业指导

    • 发布日期:2011-08-18
    • 文件大小:4194304
    • 提供者:kuxingshengann
  1. Linux常用命令全集

  2. chmod(change mode) 功能说明:变更文件或目录的权限。 语  法:chmod [-cfRv][--help][--version][+/-/=][文件或目录...] 或 chmod [-cfRv][--help][--version][数字代号][文件或目录...] 或 chmod [-cfRv][--help][--reference=][--version][文件或目录...] 补充说明:在UNIX系统家族里,文件或目录权限的控制分别以读取,写入,执行3种一般权限来区分,另
  3. 所属分类:其它

    • 发布日期:2011-09-20
    • 文件大小:359424
    • 提供者:qq970131158
  1. recursive tree development

  2. stanford lecturer wrote the code about BST tree
  3. 所属分类:C

    • 发布日期:2011-09-27
    • 文件大小:41984
    • 提供者:chaohongw
  1. MDX_Solutions_With_MS_SQL_Server_Analysis_Services_2005_And_Hyperion_Essbase

  2. 这是一本MDX非常好的书籍! Acknowledgments xxi Introduction xxiii Chapter 1 A First Introduction to MDX 1 What Is MDX? 1 Query Basics 2 Axis Framework: Names and Numbering 5 Case Sensitivity and Layout 6 Simple MDX Construction 7 Comma (,) and Colon (:) 7 .Memb
  3. 所属分类:SQLServer

    • 发布日期:2011-10-11
    • 文件大小:10485760
    • 提供者:lrw98
  1. Lambda-Calculus and Combinators,an Introduction

  2. The λ-calculus and combinatory logic are two systems of logic which can also serve as abstract programming languages. They both aim to describe some very general properties of programs that can modify other programs, in an abstract setting not clutt
  3. 所属分类:专业指导

    • 发布日期:2011-10-19
    • 文件大小:2097152
    • 提供者:wjjl2010
  1. iOS:html解析

  2. 使用前需按下面的提示链接相应的库: Include and Link libxml2 Expand Targets Double Click on your project name Select All Configuration Search for Header Search Path Add this line below with recursive option ${SDKROOT}/usr/include/libxml2 Search for Other Linker Flag
  3. 所属分类:iOS

    • 发布日期:2011-11-17
    • 文件大小:26624
    • 提供者:joiningss
  1. VSS版本管理工具

  2. vss进行版本控制,操作简单灵活,附上操作文档: 1.安装客户端; 2.在本地建立自己的开发目录; 3.用指定的vss database、用户名和口令登录vss; 4.设定工作目录为自己的开发目录; 5.得到最新的版本,其"Recursive"项打勾,"Build tree"项打勾; 6.如果有新版本则先"get lastest version"; 7.编辑文件时首先"check out",编辑完成后"check in",禁止强行存盘。
  3. 所属分类:其它

    • 发布日期:2011-12-13
    • 文件大小:15728640
    • 提供者:hlin19
  1. John.Wiley.&.Sons.Data.Structures.and.Algorithms.Using.Python.2011.pdf

  2. Contents Preface xiii Chapter 1: Abstract Data Types 1 1.1 Introduction...... . 1 1.1.1 Abstractions..... . 2 1.1.2 Abstract Data Types.... . . 3 1.1.3 Data Structures..... 5 1.1.4 General Definitions.... . . . 6 1.2 The Date Abstract Data Type....
  3. 所属分类:Python

    • 发布日期:2012-02-02
    • 文件大小:10485760
    • 提供者:rootfs
  1. Nokia N9 kmplayer

  2. 这个kmplayer是基于https://garage.maemo.org/projects/kmplayer/的0.10.9.907-1的源代码,修改增加了中文路径支持,至少在我的国行N9上测试通过。 源代码在https://gitorious.org/mp-harmattan-003-pr/kmplayer上发布。 如果此前下载使用过kmplayer,请先清除GConf注册表。清除命令在Terminal终端输入 gconftool --recursive-unset /apps/meego
  3. 所属分类:MeeGo

    • 发布日期:2012-02-09
    • 文件大小:293888
    • 提供者:nnaabbcc
  1. An Introduction To Recursive Function Theory

  2. Author:Nigel Cutland Cambridge University Press
  3. 所属分类:专业指导

    • 发布日期:2012-02-18
    • 文件大小:15728640
    • 提供者:hellotongtong
  1. Some Recent Results in Metric Temporal Logics

  2. JoÅNel Ouaknine and James Worrell Abstract. Metric Temporal Logic (MTL) is a widely-studied real-time extension of Linear Temporal Logic. In this paper we survey results about the complexity of the satisfiability and model checking problems for frag
  3. 所属分类:专业指导

    • 发布日期:2012-02-22
    • 文件大小:510976
    • 提供者:bbikemin
  1. 导入文件方法:HFS结合PC File Download

  2. 看到很多朋友写HFS的经验,我最近也找到一个补充的工具。 1. 下载HFS,HFS下载后只要运行和把需要上传到手机的文件拉到左边框内即可。 。 我的在HFS里面IP是:http://192.168.1.5 , Port是80,这个等下手机上要用到; 2. 在Marketplace下载到PC File Download,免费的,在手机上运行后,可以看到四个菜单项: File List:这个不要管,等下刷新后,就会把你HFS上的文件显示在这里面,然后选择想要下载的文件,点击下方的左边一个下载按钮即
  3. 所属分类:WindowsPhone

    • 发布日期:2012-02-29
    • 文件大小:573440
    • 提供者:sunjianqun1111
  1. Nokia N9 kmplayer 0.10.9.909

  2. 这个kmplayer是基于https://garage.maemo.org/projects/kmplayer/的0.10.9.909-1的源代码,修改增加了中文路径支持,至少在我的国行N9上测试通过。 源代码在https://gitorious.org/mp-harmattan-003-pr/kmplayer上发布。 如果此前下载使用过kmplayer,请先清除GConf注册表。清除命令在Terminal终端输入 gconftool --recursive-unset /apps/meego
  3. 所属分类:MeeGo

    • 发布日期:2012-03-05
    • 文件大小:283648
    • 提供者:nnaabbcc
  1. 软件测试英语

  2. Invoking(调用) Recursive:递归的 Pathnames(路径) slash (/,斜杠) Logout(注销) Password Requirements(密码规则) Directories(目录) cd ( Change Directories改变目录) Sorts(排序) On normal 异常的 Display(显示) dynamically(动态地) commands(命令) executable(可执行的)
  3. 所属分类:软件测试

    • 发布日期:2012-03-15
    • 文件大小:162
    • 提供者:lsophy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »