JAD反编译工具
资源内容介绍
JAD反编译工具 将.class文件转变为Java源代码文件.用户评论 (0)
相关资源
最简单的基于FFMPEG的视频编码器(YUV编码为HEVC H 265 )
FFMPEG工程浩大,可以参考的书籍又不是很多,因此很多刚学习FFMPEG的人常常感觉到无从下手。因此特地分离出了一个简单的视频编码器供学习之用。此前做过一个YUV420P像素数据编码为H.264码流的例子。对这个例子进行了升级。升级后编码器实现了YUV420P像素数据编码为H.265码流。尽管该视频编码器的代码十分简单,但是几乎包含了使用FFMPEG编码一个视频所有必备的API。十分适合FFmpeg的初学者。工程基于VC2010。使用了2014.9.16编译的FFmpeg类库。">FFMPEG工程浩大,可以参考的书籍又不是很多,因此很多刚学习FFMPEG的人常常感觉到无从下手。因此特地分离出了一个简单的视频编码器供学习之用。此前做过一个YUV420P像素数据编码为H.264码流的例子。对这个例子进行了升级。? [更多]
hadoop的winutils,hadoop.dll
在eclipse开发hadoop程序时报相关winutils.exe的错误下载好把相关文件覆盖到hadoop目录下的bin中
Spring jar包
Spring 所有所需jar包,帮助您快速学习。绝对好使,放心下吧
Socket文件传输
本软件使用MFC采用面向对象的方法实现了基于Socket的文件传输。功能完整。
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition
Hardcover: 1370 pages
Publisher: Apress; 4 edition (November 12, 2007)
Language: English
ISBN-10: 1590598849
ISBN-13: 978-1590598849
Product Dimensions: 9.3 x 7.3 x 2.5 inches
Shipping Weight: 4.2 pounds (View shipping rates and policies)
“Over the years that I’ve spent working with the common language runtime (CLR), I’ve gained a deeper understanding of the .NET platform and the subtleties of the C# programming language. I’m happy to say that this fourth edition of Pro C# 2008 and the .NET 3.5 platform is as close to a ‘final release’ as I’ve come yet!”
Whether you’re moving to .NET for the first time or you’re already writing applications on .NET 2.0 or .NET 3.0, Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition will provide you with a solid grounding in this new technology and serve as a comprehensive reference throughout your coding career:
Explore five new chapters of content—including the grammar of the common intermediate language (CIL), .NET generics, and object serialization services.
Discover all the new .NET 3.5 features—nullable types, delegate covariance, ASP.NET 2.0 master pages, the new Windows Forms &lquo;Strip” controls, and much more.
Get a professional foothold—targeted to appeal to experienced software professionals and/or graduate students of computer science (so don’t expect three chapters on iteration or decision constructs!).
Gain a rock-solid foundation in programming using C#.
Get comfortable with all the core aspects of the .NET platform—including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more.
Once you’ve digested the information contained in the 25 chapters of this 1000+ page book, you'll be ready to apply this knowledge to your specific programming assignments and well equipped to explore the .NET universe on your own.
MyEclipse使用CVS
MyEclipse使用CVS
ActiveMQ(中文)参考手册
ActiveMQ(中文)参考手册大名鼎鼎的 JMS 实现 Apache ActiveMQ 介绍文档
struts2和struts1 API及使用指南 chm
struts2和struts1 API及使用指南 chm
图书管理系统文档(数据流图、数据流程图、数据字典等)
这是用c#完成的课程设计——图书管理系统的文档。文档包括数据流图、数据流程图、数据字典、ER图、模块ER图等一系列文档
最简单的基于FFmpeg的封装格式处理的例子 1.1
该解决方案包含了使用FFmpeg进行封装格式处理的各种例子:simplest ffmpeg demuxer:视音频分离器 simplest ffmpeg demuxer simple:视音频分离器(简化版) simplest ffmpeg muxer:视音频复用器 simplest ffmpeg remuxer:封装格式转换器 1 1版修复了以下问题: 1 Release版本下的运行问题 2 simplest ffmpeg muxer分装H 264裸流的时候丢失声音的错误">该解决方案包含了使用FFmpeg进行封装格式处理的各种例子:simplest ffmpeg demuxer:视音频分离器 simplest ffmpeg demuxer simple:视音频分离器(简化版) simplest ffmpeg muxer:视音频复用器 simplest ffmpeg remuxer:封装格式转换器 1 1 [更多]
经典编程900例(C语言)
经典编程900例(C语言)从零开始到高级 适合基础
学生信息管理系统(Java编写,包括所有源代码)
该文档包含了从需求分析到设计再到实现的全过程,非常的全面,其中包括各种软件的使用,有截图。非常适合学习和毕业设计的需要!