Category: .NET

2D Convolution Source Code (conv2)

I have interested with 2D convolution in Matlab. You can check at Matlab with command conv2. I want to use this function in other language (C#), but can not get the source code in matlab conv2.m files. My friend (Herlan) search in the internet and get the algorithm for 2D convolution source code. This is

Cubic Spline CSplineA

Spline is a sufficiently smooth polynomial function that is piecewise-defined, and possesses a high degree of smoothness at the places where the polynomial pieces connect (wikipedia). There is some of method to get Spline graphics. The most commonly used splines are cubic spline, B-Spline, Spline interpolation, etc. I get one of cubic spline method with

Free Plot Library

Free Plot Library I am a .NET developer. I have some of a problem when create a chart in .NET. I get some of Free Plot Library for chart, but I am not satisfied with speed and feature for that Free Plot Library. When searching about this library, I get a free library for this

VB.NET listview select item programmaticaly

VB.NET listview select item programmaticaly When create a program with listview at VB.NET, I have a problem how VB.NET listview select item programmaticaly. This is simple problem and I am confused how to solve this problem. We can solve this VB.NET listview select item programmaticaly by use this method : ListView1.Items(select_your_index).Selected = True ListView1.Select() This