All Articles Tagged c#

Link/UrlTags
How to import the function of mkl_set_interface_layer() in c#[Forums]
How can this function be imported in c#?Do you have a simple example in C#?.

Posted: 2012-03-08 16:01:39
c#, thread
Linear equations in c# [Forums]
I am  trying to follow the c program that makes use of  dgesv routine,http://software.intel.com/sites/products/documentation/hpc/mkl/lapack/mkl_lapack_examples/dgesv_ex.c.htmAfter executing the code...

Posted: 2012-03-05 09:01:01
c#, linear equation, MKL
Calling mkl_malloc in C#[Forums]
I am using the MKL libraries in C# to build an application that uses various BLAS, LAPACK, VML, and VSL functions in a 64-bit environment.  I have been using the C# double[] array and the fixed keyword...

Posted: 2011-08-22 14:08:00
c#, mkl_malloc
Excellent book on C# Threading/Parallel Programming[Forums]
Thought I'd share a great read.  It has just enough theory and hands-on.  Sufficient C# knowledge is a plus.  The book employs VS 2010 (in addition to a little usage of VS 2005 and a lot of VS 2008)...

Posted: 2011-05-10 22:41:34
.net, book, c#, development, learn, parallel, Programming, read, thread
API Questions while trying to implement the G722 Codec in c#[Forums]
I've looked at the docs and the sample C code to try and implement a G722 codec in C#.The docs seem to suggest that encode/decode is done as follows:  enum G722Mode   {     kbps64 = 1,     kbps56 = 2,     kbps48 = 3   }......

Posted: 2011-04-28 10:53:00
c#, CSharp, G.722
C# string array to fotran?[Forums]
Hello,We're trying to push string array (String[]) of C# to a Fotran COM server but it doesn't work.Do you have any samples to do that ? Which is the type to use in the Fortran .HIE file (Type(VARIANT),...

Posted: 2011-01-11 08:04:13
c#, string arrays
C# wrapper examples not working... need help pls[Forums]
I'm attempting to run the C# wrapper examples on my machine, Windows-7 VS 2010 installed. I need to eventually integrate a good FFT library into my product and this one was recommended, but I can't...

Posted: 2010-12-27 12:24:04
c#, FFT
How to export a Module procedure in a DLL[Forums]
I want to export the module procedure so that I can call it from C#. I can access the routine if it is not part of a module, i.e., access to subroutine. But if I place the subroutine in a module, I could...

Posted: 2010-12-07 18:39:48
c#, dll, dllexport, dllimport
IDF 2010 Video - ISN Black Belt Gaston Hillar Talks About his New Book: "Professional Parallel Programming with C#" [Knowledgebase]
Gaston met with Parallel Programming Talk Show co-hosts Kathy Farrel and Dr. Clay Breshears at IDF 2010 in San Francisco to talk about his new book

Posted: 2010-10-21 00:00:00 by Kathy Farrel (Intel)
c#, Clay Breshears, gaston hillar, IDF 2010, Kathy Farrel, Parallel Programming with C#, ParallelProgrammingTalk
Moving from 32-bit applications to 64-bit applications[Knowledgebase]
Author: Nikolay Martyshchenko In mid-nineties, migration from 16-bit to 32-bit systems ran its course: on one hand, advantages of 32-bit applications were quite obvious; on the other hand, porting drove...

Posted: 2010-10-10 21:00:00 by Nick Martyshchenko
64-bit, c#, managed code, x64
Problem linking files for x64 in C#[Forums]
Hi, I've been using a dll created by using the walkthrough at http://software.intel.com/en-us/articles/using-intel-mkl-in-your-c-program/ to integrate MKL into my application successfully for several...

Posted: 2010-08-10 06:11:41
.net, c#, x64
Getting Processor Spec Number in c/c++/c#[Forums]
Hi, I'm working in a Desktop Hardware Inventory Project, and I need to get the sSpec number of  Intel Procesors in the local machine. Is there a way to get this information with c/c++/c# ? Thanks.

Posted: 2010-02-02 04:32:19
c#, C++, hardware, processor, sSpec
How to get CPUID String.[Forums]
Hi,I'm working in a C# Desktop Hardware Inventory Project, and I need to get the CPUID String  of  Intel Processors in the local machine. I know this String is built with the CPU Family,Model and...

Posted: 2010-01-22 11:11:51
c#, C++, CPUID, CPUID String, get cpu, processor
Getting Processor Spec Number in c/c++[Forums]
Hi, I'm working in a Desktop Hardware Inventory Project, and I need to get the sSpec number of  Intel Procesors in the local machine. Is there a way to get this information with c/c++/c# ? Thanks.

Posted: 2010-01-19 03:51:50
c, c#, C++, processor, sSpec Number
MS Parallel Extensions ?[Forums]
Any chance of getting the June 2008 CTP of the MS Parallel Extensions (http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&displaylang=en) on the windows machine...

Posted: 2009-04-06 10:52:50
c#, Parallel Extensions, Visual Studio
Using Intel® MKL in your C# program[Knowledgebase]
Introduction Several users have asked how to call and link the Intel® Math Kernel Library (Intel® MKL) functions from their C# programs. While the standard way of interfacing with third party software...

Posted: 2009-06-14 09:00:00 by Vladimir Koldakov (Intel)
.net, c#, Math Kernal Libraries, MKL C#
Manageability Stack Library on Windows Mobile[Forums]
Hello,I tried to load the Manageability Stack library into a C# Windows Mobile application a few months ago and encountered some issues with dependencies on classes that only exist in the non-Mobile version...

Posted: 2009-03-12 21:28:25
.net, AMT, Application development, asp.net, c#, developer, Framework, IIS, intel, Manageability, Microsoft, mobile, software, vPro, windows
Trouble with a Fortran DLL called from C#[Forums]
I am trying to call a Fortran DLL from a C# program.  I have successfully accomplished that with a simple program. and I have seen data passed back and forth between the program and my test DLL.  However,...

Posted: 2009-02-11 13:37:25
c#, dll
Havok License Question regarding Managed C++[Forums]
I was looking over the License Agreement and noticed that section 4(b) states we can't create derivative works for the purpose of interoperability. Does that mean that we can't create any managed C++ libraries...

Posted: 2009-01-10 20:03:49
c#, license, Managed C++, support, XNA
C# support in Intel IPP[Knowledgebase]
Check out the Intel® Integrated Performance Primitives (Intel® IPP)  C# support sample  ( Download it from Intel IPP Sample Page), it is included in part of Intel IPP samples for Windows.  The sample...

Posted: 2010-01-28 00:00:00 by Ying Song (Intel)
c#, C# support in IPP, Calling IPP from C#
Guarded Suspension and Balking Patterns[Knowledgebase]
Introduction By Mark GrandThis is the second of a series of articles on design patterns related to concurrency. The focus of these articles is design-level solutions to problems that occur when a program...

Posted: 2008-10-02 21:00:00 by Linda Swink (Intel)
c#
Migrating Java* Applications to C# on the .NET* Platform[Knowledgebase]
by Allan McNaughton Introduction The launch of Microsoft's .NET* initiative has piqued the curiosity of Java* programmers. The Java platform – which has made inroads in the market for server applications...

Posted: 2009-11-08 00:00:00 by allanmcnaughton
.net, c#
Programming .NET with C#[Knowledgebase]
At Libertyby Jesse Liberty About This Column This is the first of a series of monthly columns on Programming for the Microsoft* .NET* platform. For the first few months, I'll concentrate on Microsoft's...

Posted: 2008-11-20 21:00:00 by Linda Swink (Intel)
c#