自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (19)
  • 收藏
  • 关注

空空如也

JavaScript Cookbook, 2nd Edition

使用JavaScript解决问题涉及很多的技巧,因为JavaScript的用法在规模、范围和复杂性方面都有相当大的扩展。《JavaScript经典实例(第二版)》涵盖了JavaScript中完成常见任务的技巧,无论你是在浏览器、服务器,还是移动环境中工作,都会用到这些技巧。每个技巧包含了可复用的代码,并且针对处理JavaScript对象、Node 、Ajax、JSON、数据持久性、图形化和媒体应用程序、复杂的框架、模块化的JavaScript、API,以及很多相关技术给出了实用的建议。 本书面向有一定经验的JavaScript程序员。第一部分介绍了JavaScript的传统用法,带有一些新的思路和改进的功能。第二部分深入到服务器、移动开发,以及一些领先的工具。本书将会节省你的宝贵时间,让你学到有关JavaScript的更多知识。

2016-07-11

Java Programming 24-Hour Trainer, 2nd Edition

Java Programming 24-Hour Trainer, 2nd Edition is your complete beginner's guide to the Java programming language, with easy-to-follow lessons and supplemental exercises that help you get up and running quickly. Step-by-step instruction walks you through the basics of object-oriented programming, syntax, interfaces, and more, before building upon your skills to develop games, web apps, networks, and automations. This second edition has been updated to align with Java SE 8 and Java EE 7, and includes new information on GUI basics, lambda expressions, streaming API, WebSockets, and Gradle. Even if you have no programming experience at all, the more than six hours of Java programming screencasts will demonstrate major concepts and procedures in a way that facilitates learning and promotes a better understanding of the development process.

2016-07-11

Head First Java, 2nd Edition

《Head First Java》(中文版)(第2版)是本完整的面向对象(object-oriented,OO)程序设计和Java的学习指导。此书是根据学习理论所设计的,让你可以从学习程序语言的基础开始一直到包括线程、网络与分布式程序等项目。最重要的,你会学会如何像个面向对象开发者一样去思考。 而且不只是读死书,你还会玩游戏、拼图、解谜题以及以意想不到的方式与Java交互。在这些活动中,你会写出一堆真正的Java程序,包括了一个船舰炮战游戏和一个网络聊天程序

2016-07-11

HTML &CSS- The Good Parts

HTML and CSS have dominated web development for more than a decade, but these technologies - and the ways developers use them - have accumulated some incredible and intricate junk along the way. In "HTML & CSS: The Good Parts", author Ben Henick removes the junk code, the bolted-on parts, and all those ideas that once made sense to reveal a core set of reliable components that will spare you hours of battling browsers and adjusting page layouts. This book covers all aspects of web page design, from typography and color to layout, to help you: learn which pieces of HTML and CSS deserve focus, and which can be abandoned; discover how the two technologies tightly mesh; understand how the Web 2.0 era has changed the way we use HTML and CSS; set priorities and choose components that will work reliably across sites and browsers; and, recognize the bad and downright awful parts of HTML and CSS, along with the good, to understand why warning labels are sometimes necessary. Whether you handcraft individual pages or build templates, "HTML & CSS: the Good Parts" will help you get the most out of HTML and CSS without being trapped by junk code.

2016-07-11

Sams Teach Yourself HTML and CSS in 24 Hours, 8th Edition

In just 24 lessons of one hour or less, you can learn how to use HTML and CSS to design, create, and maintain world-class web sites. Using a clear, down-to-earth approach, each lesson builds upon the previous one, allowing even complete beginners to learn the essentials from the ground up.

2016-07-11

C# 24-Hour Trainer, 2nd Edition

C# 24-Hour Trainer, 2nd Edition is your quick and easy guide to programming in C#, even if you have no programming experience at all. Updated to align with the latest C# standard, this book is your comprehensive beginner's guide, with each lesson supplemented by a video, for over ten hours of video training. Each chapter focuses on a specific concept or technique, with detailed, easy-to-follow explanation followed by a hands-on exercise. The goals of each exercise are outlined in advance to help you understand what you're working toward, and step-by-step instructions walk you through the operation from start to finish. Complex areas are clarified with specifically highlighted pointers that head off confusion, and additional exercises are provided so you can practice your new skills. Full instructor ancillaries are included to make this guide classroom ready, and the author's own website offers ongoing support.

2016-07-11

Head First C#, 3rd Edition(深入浅出C#)

《Head First C#》是学习面向对象编程、C#和Visual Studio IDE的绝佳途径。讲授了从垃圾回收到扩展方法以至双缓冲动画等多方面知识。你还将掌握C#的最的热门语法LINQ,可以用来查询.NET集合、SQL数据库等不同来源的数据。读完这本书,你将成为一名水平高超的C#程序员,完全有能力设计和开发大型应用。

2016-07-11

Java小游戏_贪食蛇(源码)

Java设计的贪食蛇小游戏,含源码,可运行,是Java设计入门的参考类资料。提供了写好的接口,更多功能可以在此基础上继续实现。

2016-05-17

常用算法程序集(CC++描述)

清华大学计算机系列教材《常用算法程序集C\C++描述》的源码,方便简洁,科学计算、相关行业都用得到。

2016-05-03

图像融合C++/MFC

图像融合程序源码(含可运行程序),可以实现加权融合(ALPHA)、乘积变换融合、比值融合等常见方法,并能够对融合图像进行各方面的精度评价,如平均梯度、熵与联合熵、偏差指数、相关系数、均值偏差、方差偏差等。适用于数字图像处理、遥感影像处理等。

2016-05-03

GPS格式转换程序RNXCMP

GPS观测文件格式转换工具,内含: 1、crx2rnx.exe 用于将.d文件转换为标准RINEX的.o文件; 2、rnx2crx.exe 用于将.o文件压缩为.d文件。

2016-02-28

GPS RINEX格式观测文件示例

标准的GNSS观测文件RINEX格式的O文件实例,可用于相关领域人员入门使用。 文件来源于IGS发布的观测文件,是完全的标准数据,可用于程序的测试等用途。

2016-02-28

GPS RINEX格式读取MATLAB版

GPS RINEX格式读取MATLAB版。 适用于标准rinex格式的O文件,代码简洁易懂,读取数据效率高。

2016-02-28

GPS时间转换_MATLAB

GPS时间转换程序,MATLAB版本。 gps2cal 将GPS周和周内秒转换到公历时间 gps2cal1 由公历日期和GPS周内秒计算公历时间 cal2gps 将公历GPS时间转换到GPS周和周内秒 mjd2cal 将简化儒略日转换到公历时间 cal2mjd 将公历时间转换到简化儒略日 jd2cal 从儒略日计算公历时间 cal2jd 将公历时间转换到儒略日 cal2wd 借助MJD,由公历年月日推算星期几,按照格里高利十三世的历法改革去掉1582年10月5日至14日 cal2wd1 由公历年月日推算星期几,按照英国人的做法去掉1752年9月3日至13日 cal2wd2 不借助MJD,由公历年月日推算星期几,去掉1582年10月5日至14日

2016-02-28

图像几何校正(含程序、源码)

用于影像的几何校正,比较全面的一个版本,可以给出模型的各种精度。含C#源码,可以参考。

2015-11-18

串口调试助手

串口调试助手,可以用来测试COM串口所有基本功能。COM Assistant的功能不必多说了,用过都知道。做通信、硬件、或者其他各种需要用到串口通信方面的,可以用来作为辅助。

2015-11-18

LAMBDA(MATLAB)

名鼎鼎的LAMBDA算法,MATLAB版本,源码+说明手册manual,不可多得。 得到模糊度固定解和协方差,并且可以得到固定解的test ratio。多种方法可选。

2015-11-15

Learning OpenCV

英文原版,非扫描,完整版pdf文档,计算机视觉、摄影测量与遥感入门教程。

2015-11-15

C++图片批处理

C++源码,遍历文件夹,实现地图瓦片的拼接,利用色彩空间变换实现色彩增强。

2015-11-15

空空如也

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

TA关注的人

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