自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (28)
  • 收藏
  • 关注

原创 Coursera Algorithms week1 Interview Questions: Egg drop

Suppose that you have an n-story building (with floors 1 through n) and plenty of eggs. An egg breaks if it is dropped from floor T or higher and does not break otherwise.

2017-07-20 15:06:08 738

原创 Coursera Algorithms week1 Interview Questions: Search in a bitonic array

题目要求:An array is bitonic if it is comprised of an increasing sequence of integers followed immediately by a decreasing sequence of integers. Write a program that, given a bitonic array of n distin

2017-07-20 14:49:49 1193

原创 Coursera Algorithms week1 Interview Questions: 3Sum in quadratic time

题目要求:Design an algorithm for the 3-SUM problem that takes time proportional to n2 in the worst case. You may assume that you can sort the n integers in time proportional to n2 or better.分析:

2017-07-20 14:46:04 909

原创 Coursera Algorithms Programming Assignment 2: Deque and Randomized Queue

这次作业与第一周作业相比,稍微简单一些。有三个编程练习:双端队列(Deque)设计、随机队列(Randomized Queue)设计,还有一个排列组合类Permutation。一、双端队列Deque设计要求:A double-ended queue or deque (pronounced "deck") is a generalization of a stack and a q

2017-07-19 11:38:55 715

原创 Coursera Algorithms week1 练习测验3:Successor with delete

题目原文:Given a set of n integers S = {0,1,…,N-1}and a sequence of requests of the following form:Remove x from SFind the successor of x: the smallest y in S such thaty>=xdesign a

2017-07-18 09:47:53 1413 1

原创 coursera Algorithms week1 练习测验2:Union-find with specific canonical element

题目原文:Add a method find() to the union-find data type so that find(i) returns the largest element in the connected component containing i. The operations, union(), connected(), and find() sho

2017-07-17 22:57:26 1859 2

原创 Coursera Algorithms week1 练习测验1:Social network connectivity

题目原文描述:Given a social network containing n members and a log file containing m timestamps at which times pairs of members formed friendships, design an algorithm to determine the earliest time

2017-07-17 22:41:13 3711 1

原创 Coursera Algorithms Programming Assignment 1: Percolation

题目来源http://coursera.cs.princeton.edu/algs4/assignments/percolation.html作业分为两部分:建立模型和仿真实验。最关键的部分就是建立模型对象。模型对象要求如下:The model. We model a percolation system using an n-by-n grid of sites. Each si

2017-07-17 22:08:22 942 1

JBPM Developer Guide

JBPM Developer Guide,Java Business Process Management 业务流程管理

2018-07-01

SpringBoot实战

javaEE开发的颠覆者,SpringBoot实战,完整版 javaEE开发的颠覆者,SpringBoot实战,完整版

2018-06-27

Professional XML Development with Apache Tools.part2

Professional XML Development with Apache Tools:Xerces,Xalan,FOP,Cocoon,Axis,Xindice 文件太大,只好分卷压缩,这是第2部分,请同时下载part1和part3至相同目录

2013-05-09

Professional XML Development with Apache Tools.part3

Professional XML Development with Apache Tools:Xerces,Xalan,FOP,Cocoon,Axis,Xindice 文件太大,只好分卷压缩,这是第3部分,请同时下载part2和part3至相同目录

2013-05-09

Professional XML Development with Apache Tools

Professional XML Development with Apache Tools:Xerces,Xalan,FOP,Cocoon,Axis,Xindice 文件太大,只好分卷压缩,这是第1部分,请同时下载part2和part3至相同目录,part2和part3均为0分分享

2013-05-09

系统分析师教程2010.part3

张友生老师主编考试必备,文件太大,只好分卷压缩,这是第3部分,请同时下载part2和part3至相同目录

2013-05-09

系统分析师教程2010.part2

张友生老师主编考试必备,文件太大,只好分卷压缩,这是第2部分,请同时下载part1和part3至相同目录

2013-05-09

系统分析师教程2010.part1

张友生老师主编考试必备,文件太大,只好分卷压缩,这是第1部分,请同时下载part2和part3至相同目录,part2和part3均为0分分享

2013-05-09

数据库系统导论(第7版)

数据库权威教程,分章节做成独立的pdf,打包分享给大家

2013-05-09

数据库系统概念

数据库权威教程,此资源清晰度稍差,但是可以看,友情0分分享

2013-05-09

TUXEDO服务编程

只是关于服务器端编程,请配合上一个资源也就是tuxedo教程一起学习

2013-05-09

tuxedo教程

bea tuxedo快速入门,个人觉得写得很不错的一个快速入门教材

2013-05-09

java编程思想第4版

java经典教材,java编程思想第四版,非常清晰的版本

2013-05-09

JAVA核心技术

java学习经典教材,java核心技术卷一:基础知识,全书扫描

2013-05-09

计算机网络英文版(第四版)

Chapter 1. Introduction Section 1.1. Uses of Computer Networks Section 1.2. Network Hardware Section 1.3. Network Software Section 1.4. Reference Models Section 1.5. Example Networks Section 1.6. Network Standardization Section 1.7. Metric Units Section 1.8. Outline of the Rest of the Book Section 1.9. Summary Chapter 2. The Physical Layer Section 2.1. The Theoretical Basis for Data Communication Section 2.2. Guided Transmission Media Section 2.3. Wireless Transmission Section 2.4. Communication Satellites Section 2.5. The Public Switched Telephone Network Section 2.6. The Mobile Telephone System Section 2.7. Cable Television Section 2.8. Summary Chapter 3. The Data Link Layer Section 3.1. Data Link Layer Design Issues Section 3.2. Error Detection and Correction Section 3.3. Elementary Data Link Protocols Section 3.4. Sliding Window Protocols Section 3.5. Protocol Verification Section 3.6. Example Data Link Protocols Section 3.7. Summary Chapter 4. The Medium Access Control Sublayer Section 4.1. The Channel Allocation Problem Section 4.2. Multiple Access Protocols Section 4.3. Ethernet Section 4.4. Wireless LANs Section 4.5. Broadband Wireless Section 4.6. Bluetooth Section 4.7. Data Link Layer Switching Section 4.8. Summary Chapter 5. The Network Layer Section 5.1. Network Layer Design Issues Section 5.2. Routing Algorithms Section 5.3. Congestion Control Algorithms Section 5.4. Quality of Service Section 5.5. Internetworking Section 5.6. The Network Layer in the Internet Section 5.7. Summary Chapter 6. The Transport Layer Section 6.1. The Transport Service Section 6.2. Elements of Transport Protocols Section 6.3. A Simple Transport Protocol Section 6.4. The Internet Transport Protocols: UDP Section 6.5. The Internet Transport Protocols: TCP Section 6.6. Performance Issues Section 6.7. Summary Chapter 7. The Application Layer Section 7.1. DNS—The Domain Name System Section 7.2. Electronic Mail Section 7.3. The World Wide Web Section 7.4. Multimedia Section 7.5. Summary Chapter 8. Network Security Section 8.1. Cryptography Section 8.2. Symmetric-Key Algorithms Section 8.3. Public-Key Algorithms Section 8.4. Digital Signatures Section 8.5. Management of Public Keys Section 8.6. Communication Security Section 8.7. Authentication Protocols Section 8.8. E-Mail Security Section 8.9. Web Security Section 8.10. Social Issues Section 8.11. Summary Chapter 9. Reading List and Bibliography Section 9.1. Suggestions for Further Reading Section 9.1.1. Introduction and General Works Section 9.2. Alphabetical Bibliography

2010-06-01

RADIUS (Remote Authentication Dial In User Service)

包括两个文件: 1 RADIUS协议原理及应用 2 Remote Authentication Dial In User Service 其中第2个文件直接取自RFC2138

2010-03-21

LINUX与UNIX_Shell编程指南

第一部分 shell 第1章 文件安全与权限 第2章 使用find和xargs 第3章 后台执行命令 第4章 文件名置换 第5章 shell输入与输出 第6章 命令执行顺序 第二部分 文本过滤 第7章 正则表达式介绍 第8章 grep家族 第9章 AWK介绍 第10章 sed 用法介绍 第11章 合并与分割 第12章 tr用法 第三部分 登录环境 第13章 登录环境 第14章 环境和shell变量 第15章 引号 第四部分 基础shell编程 第16章 shell脚本介绍 第17章 条件测试 等等,内容较多

2010-02-04

Linux基础教程(清华课件).rar

第1章 操作系统概述 第2章 处理机管理 第3章 存储管理 第4章 调度 第5章 设备 第6章 文件系统 第7章 Linux基本命令 第8章 使用vi编辑文件 第9章 shell编程 第10章 Linux系统软件的获取和安装 第11章 账号管理 第12章 文件系统管理 第13章 TCP/IP网络管理 第14章 备份与恢复 第15章 XWindow及Genie应用程序

2010-02-04

ubuntu命令行简明教程

个人觉得很好很全面,一级目录如下: 1 序言 2 对linux的一些误解 3新的观念 4 常用命令 5 编辑器 6 管理命令 7 Ubuntu包管理系统 8 系统核心配置文件 9 GUN编译环境 10 命令行下的Internet

2010-02-04

microsoft web application stress tool(web压力检测工具及使用说明)

包含两个文件: 微软Web压力测试工具(Microsoft+Web+Application+Stress+Tool+1.1)-+setup.exe was进行压力测试整理文档.doc

2010-02-03

MFC深入浅出(完整版)

第一章 MFC概述 第二章 MFC和Win32 第三章 CObject类 第四章 消息映射的实现 第五章 MFC对象的创建 第六章 应用程序的退出 第七章 MFC的DLL 第八章 MFC的进程和线程 第九章 MFC的状态 第十章 内存分配方式和调试机制 第十一章 MFC下的文件类 第十二章 对话框和对话框类CDialog 第十三章 MFC工具条和状态栏 第十四章 SOCKET类的设计和实现

2009-10-27

skin++破解版(文件损坏了-别下)

看下面评论说不能用,可是CSDN上也不让删,在此加上注释,看到该资源的各位别下啊

2009-08-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除