Электронные книги

January 7th, 2009 No comments

Сайты, содержащие ссылки на электронные издания книг.

Read more…

Tags:

MSDN Virtual Lab: Creating Windows PowerShell V2 Script Cmdlets

January 7th, 2009 No comments

Event ID: 1032371230

В результате вы получите следующие навыки:

  • создание простейшего командлета
  • проверка параметров передаваемых командлету
  • работа с данными получаемыми через конвеер
  • поддержка параметров –confirm и –whatif
  • добавка отладочных данных

After completing this lab, you will be better able create a new Script Cmdlet, add typed, validated parameters to a cmdlet, use input from the pipeline, Support –confirm and –whatif switches, and implement verbose and debug support.

Link

ILNumerics.Net

January 6th, 2009 No comments

ILNumerics.Net is a class library for .NET software developers. It greatly simplifies the implementation of all kinds of numerical algorithms. Generic, n-dimensional arrays, complex numbers, linear algebra, sorting, cells- and logical arrays as well as 2D and 3D plotting controls help developing perfomant algorithms on every platform supporting .NET.

Read more…