自定义博客皮肤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)
  • 收藏
  • 关注

空空如也

Computational Methods for Numerical Analysis with R

数值分析,采用 R 语言实现。 介绍多种计算方法,为诸位算法实现提供一个高效方法。

2018-02-09

Numerical Analysis Using R: Solutions to ODEs and PDEs

数值分析方法,使用 R 语言实现。 计算常微分方程及偏微分方程的数值解。

2018-02-09

High Performance Parallelism Pearls, Vol. 2

High Performance Parallelism Pearls Volume Two: Multicore and Many-core Programming Approaches

2018-02-01

Algorithms for Compiler Design

pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除

2018-01-16

Modern Compiler Implementation in Java, 2nd Edition

pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除

2018-01-16

Compiler Construction Using Java JavaCC and Yacc

pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除

2018-01-16

Django Unleashed

Django is an amazingly powerful system for creating modern, dynamic websites. But programming Django hasn’t always been easy–until now. Django Unleashed is your step-by-step, beginner-friendly guide to leveraging Django’s core capabilities and its powerful contributed library. You’ll learn in the most effective way possible: hands on, by building a fully functional Django website from scratch. You’ll even deploy the website to the cloud., As you build your website, expert Django consultant and trainer Andrew Pinkham reveals how websites operate; how Django makes building websites easy; how to write Python code that leverages its immense capabilities; and how to build solutions that are robust, reliable, and secure. You’ll start simply and learn to solve increasingly challenging problems: mastering new features and understanding how Django’s architecture shapes their behavior, and gaining essential knowledge for working with any web framework, not just Django., Drawing on his extensive experience teaching Django, Pinkham answers the key questions beginners ask most often. And as you gain experience, you’ll learn advanced techniques for enhancing site functionality and performance, strengthening security, promoting code reuse, and much more., Detailed information on how to…, Quickly start a new Django project and establish a strong foundation for a growing site Define how your data is organized and create a SQLite database to manage it Quickly produce HTML with Django templates Create dynamic webpages with Django’s URL patterns and views, including function views, class-based views, and generic views Enable efficient, reliable data input with Django Forms and custom form validations Understand the Model-View-Controller (MVC) architecture, compare it to Model-Template-Views, and gain a holistic understanding of Django’s structure Write as little code as possible, simplify code reuse, and mitigate software decay by adhering to the Don’t Repeat Yourself paradigm. Dive into Django source code to troubleshoot problems Extend site functionality with Django’s contributed library Protect your site with user authentication and permissions Avoid security pitfalls such as SQL Injection, XSS, and CSRF Optimize site performance Deploy your site to a managed cloud service and to a PostgreSQL database

2017-10-13

LiClipse 2.5.3 Windows 64位版本---第三部分

PyDev 的最新官方版本---CSDN不允许单个文件超过 70MB,只能分成三部分提供下载。

2016-02-02

LiClipse 2.5.3 Windows 64位版本---第二部分

PyDev 的最新版本---CSDN不允许单个文件大于 70MB,只能分成三部分上传

2016-02-02

LiClipse 2.5.3 Windows 64位版本

PyDev 的最新版本---CSDN要求资源大小不超过 70MB,只能分成3部分,提供下载了。

2016-02-02

An Introduction to Design Patterns in C++ with Qt 4

An Introduction to Design Patterns in C++ with Qt 4 is a complete tutorial and reference that assumes no previous knowledge of C, C++, objects, or patterns. You'll walk through every core concept, one step at a time, learning through an extensive collection of Qt 4.1-tested examples and exercises. By the time you're done, you'll be creating multithreaded GUI applications that access databases and manipulate XML files--applications that run on platforms including Windows, Linux, Unix, and Mac OS X. Best of all, you'll be writing code that's efficient, reusable, and elegant.

2010-09-17

The book of Qt4 The art of building qt applications

这是一本教你如何用Qt4来编写应用程序的好书,不过是英文版的。

2010-09-17

C++ GUI Programming with Qt 4, Second Edition

The Only Official, Best-Practice Guide to Qt 4.3 Programming

2010-09-16

Advanced Qt Programming Creating Great Software with C++ and Qt 4

“A good book on advanced Qt programming has been missing in the arsenal of Qt programmers. I’m very happy that Mark has written one. He is a fantastic technical writer with all the necessary background to write authoritatively about Qt programming. ... In other words: You are in for a treat! You are holding in your hands an excellent opportunity to expand on your knowledge of all the cool stuff you can do with Qt.” —Eirik Chambe-Eng, cocreator of Qt

2010-09-16

工程分析中的有限元法

《工程分析中的有限元法》中文扫描版,pdf 格式。作者为 ADINA 开发者 K. J. Bethe 博士。 ADINA的最早版本出现于1975,在K. J. Bathe博士的带领下,由其研究小组共同开发出ADINA有限元分析软件。ADINA的含义是Automatic Dynamic Incremental Nonlinear Analysis的首字母缩写,为动力非线性有限元分析,这表达了软件开发者的基本目标,即ADINA除了求解线性问题外,还要具备分析非线性问题的强大功能,包括求解结构以及涉及结构场之外的多场耦合问题。增量法是数值求解非线性物理问题本质的方法,对非线性物理问题,计算解逼近真实解的过程是通过控制增量步逐步实现的,所谓增量通常是载荷增量或时间增量。 从1975年到1985年间,尽管ADINA不是商业产品,但它却是全球最先进的有限元分析程序,一方面由于其理论基础深厚、强大功能,被工程界、科学研究、教育等众多用户广泛应用;另外其源代码是Public Domain Code,传播到全球各个领域,甚至很多商业有限元程序都来自ADINA的基础代码。 1986年,K. J. Bathe博士在美国马萨诸塞州Watertown成立ADINA R&D公司,开始ADINA软件商业化发展的历程。实际上ADINA到1984年(ADINA84版)时已经具备基本功能框架,而ADINA公司成立的目标是使其产品ADINA这-大型商业有限元求解软件,专注求解结构、流体、流体与结构耦合等复杂非线性问题,并力求程序的求解能力、可靠性、求解效率全球领先。 一直以来,ADINA在计算理论和求解问题的广泛性方面处于全球领先的地位,尤其针对结构非线性、流/固耦合等复杂问题的求解具有强大优势,被业内人士认为是非线性有限元发展方向的先导。经过近20年的商业化开发,ADINA已经成为全球最重要的非线性求解软件,被广泛应用于各个工业领域的工程仿真计算,包括土木建筑、交通运输、石油化工、机械制造、航空航天、汽车、国防军工、船舶、以及科学研究等各个领域。

2008-09-11

有限元方法编程 (第三版)原书代码

有限元方法编程(第三版) Programming the Finite Element Method,Third Edition 【原出版社】 John Wiley 随书源码

2008-09-10

有限元方法编程(第三版) PDF

有限元方法编程(第三版) Programming the Finite Element Method,Third Edition 【原出版社】 John Wiley 中译本扫描版。

2008-09-10

PETSC 2.3.3-p13

采用 C++ 编写的偏微分方程求解函数库。

2008-09-10

空空如也

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

TA关注的人

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