Latest Free SharePoint Software

The most recent SharePoint freeware is:

Title: SimpleChart (Org Chart WebPart) For SharePoint
Date Published: 10/22/2009

Previous WebPart Release:

DSAG - DoD / SharePoint Guide

SharePoint DoD Logo

The Department Of Defense SharePoint Architecture Guide (DSAG) is an attempt to align collaborative tooling through an ever growing series of targeted documentation in accordance with major DoD initiatives, primarily Defense Information Enterprise Architecture 1.0.

Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 8, Part 9, Part 10, Part 11, Part 12, Part 13

The interpolation of a dataset can be examined by polynomials, which is nice because polynomials are useful for complex curves approximations. In order to get the coefficients of the polynomial, since the dataset points are known, the below InterpolatingPolynomialCoefficients method can be used. This takes in a double array of tabulation points and polynomial points. [...]

  • Share/Bookmark

Continue Reading This Article...

This was a pain in the ass to figure out. So this method is for basic Bicubic interpolation, a principal based on cubic interpolation, targeted to be called to work with values and derivatives on that plain at any given point. The title of the post kind of says it all. PLAIN TEXT C++: public: [...]

  • Share/Bookmark

Continue Reading This Article...

The purpose of this method is to provide the faculty to calculate the second derivatives of a piecewise cubic polynomial with continuous first and second derivatives when there are known tabulation points. For more information on Spline interpolation you can view this article here. Naturally, this returns an typed double array containing the second derivatives [...]

  • Share/Bookmark

Continue Reading This Article...