自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (15)
  • 收藏
  • 关注

原创 《Physically guided liquid surface modeling from videos》TOG2009

去年暑假刚开始看流体模拟,一开始看的是三篇欧拉法的经典文章《Realistic animation of liquids》、《Stable fluids》、《Practical animation of liquids》,之前没有半点基础,一开始看没有摸着头脑,云里雾里啊~ 反反复复读了N遍才找到了点感觉,渐渐开始理解。 现在又开始接触数据驱动的流体模拟,看到这篇牛文《Physically gu

2012-04-29 10:51:35 806

北航数值分析计算实习题目 第三题

北航数值分析上机编程题第三题,分片二次差值,曲面拟合,Newton迭代法求解非线性方程组的解

2011-12-14

北航数值分析计算实习题目 第二题

北航数值分析上机编程题第二题,用带双步移位的QR分解法求解矩阵的全部特征值,并求相应的特征向量.

2011-12-14

北航数值分析计算实习题目 第一题

北航数值分析上机编程题第一题,求矩阵的特征值、条件数、行列式,用到幂法、反幂法,还涉及求解线性方程组等。

2011-12-14

Essential Books on Algorithms and Data Structures(part2)(chm version)

Essential Books on Algorithms and Data Structures - Release 2 1999 | 's Journal | CHM | 28.3 MB | No ISBN Complete text of nine essential books and over a dozen articles related to algorithms in a new HTML format. These books, selected by the editors of Dr. Dobb's Journal, are the most important b

2011-05-09

Essential Books on Algorithms and Data Structures(part1)(chm version)

Complete text of nine essential books and over a dozen articles related to algorithms in a new HTML format. These books, selected by the editors of Dr. Dobb's Journal, are the most important books ever written on the subject and need to succeed. Plus, this features a full-text, cross-platform search engine, giving you instant access to the entire contents of all nine books. Learn from the experts. Set up your algorithms the right way the first time-before you ever write that first line of code! These books give you proven and trusted ways to analyze and solve problems in C, C++, and other languages. Take advantage of the research and testing that went into developing the algorithms and data structures! Includes These 9 Essential Books: Data Structures: From Arrays to Priority Queues by Wayne Amsbury Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni Reliable Data Structures in C by Thomas Plum Data Structures and Algorithm Analysis in C by Mark Allen Weiss Practical Data Structures in C++ by Bryan Flamig Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett Data Structures and Algorithms by Alfred V. Aho, John E. Hopcroft and Jeffrey D. Ullman P.S. 因为上传附件大小受限,故将本资源分为两部分,第二部分是Essential Books on Algorithms and Data Structures(part2)(chm version),请注意两个一起下载,否则内容不全。

2011-05-09

Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 2)

P.S. 因为上传附件大小受限,故将本资源分为两部分,第一部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 1) ,请注意两个一起下载,否则内容不全。 1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved. 2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved. 3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved. 4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved. 5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved. 6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved. 7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved. 8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved. 9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved. 10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.

2011-05-08

Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 1)

P.S. 因为上传附件大小受限,故将本资源分为两部分,第二部分是 Dr. Dobb's Essential Books on Algorithms and Data Structures(Part 2) ,请注意两个一起下载,否则内容不全。 1.Data Structures and Algorithm Analysis in C (C) 1993, The Benjamin/Cummings Publishing Co., Inc. All rights reserved. 2.Data Structures, Algorithms, and Program Style Using C (C) 1988, PWS Kent Publishing Co. All rights reserved. 3.Data Structures: From Arrays to Priority Queues (C)1985, Wadsworth, Inc. All rights reserved. 4.Fundamentals of Data Structures (C) 1976, 1983 Computer Science Press, Inc. All rights reserved. 5.Information Retrieval: Data Structures and Algorithms (C)1992, PTR Prentice-Hall, Inc. All rights reserved. 6.Introduction to Algorithms (C) 1990, The Massachusetts Institute of Technology. All rights reserved. 7.Practical Data Structures in C++ (C) 1993, John Wiley & Sons, Inc. All rights reserved. 8.Reliable Data Structures in C (C) 1985, Plum Hall Inc. All rights reserved. 9.Data Structures and Algorithms (C) 1983, Bell Laboratories, Inc. All rights reserved. 10.Articles from Dr. Dobb's Journal (C) 1998, Miller Freeman, Inc. All rights reserved.

2011-05-08

北航计算机考研复试上机题源程序

北航计算机复试题源程序,08-10三年的。我自己写的,供参考。

2011-03-19

学生成绩管理系统(C语言实现)

用C语言写的学生成绩管理系统,设计文件操作、链表操作等,功能全面。

2011-03-18

常见排序算法 数据结构 C语言实现

用C语言写的常见排序算法,包括直接选择排序、折半插入排序、起泡排序、快速排序、简单选择排序、归并排序等,已通过VC 6.0 测试。绝对实用。

2011-03-17

DES加密解密算法(C语言实现)

我自己用C语言写的一个DES算法,实现了DES的加密解密功能。可手动输入明文及密钥,加密后对密文进行解密,正确还原为明文。开发环境为VC6.0

2010-06-02

文学研究助手(字符串的查找\模式匹配\KMP算法)

我自己用C语言写的,用了KMP算法,实现了从文件中查找字符的功能。

2009-05-02

哈夫曼编/译码器(C语言实现)

用C语言实现了赫夫曼编码和译码的功能。我自己花了比较长时间写的,绝对原创!

2009-04-16

Linux一句话精彩问答

分为系统设置、网络、程序开发、经典图书。mysql、开源网址等多个方面,较为全面。

2008-10-26

空空如也

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

TA关注的人

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