Application
Any
Platform
License
Any
Dear,
Do you wanna training a neural network or only use a neural network?
I suggest use the Matlab to training. In Matlab has Toolbox to Neural Networks. This toolbox facilitates the training....
Hi there,
Please urgent help required for below issue.
I am running one fortran exe in .net application(calling from command line with the help of system diagnostic process).
If we directly...
i want to start to understand regular expressions better
and for that i mean
Imports System.Text.RegularExpressions
and regex command
i have a line that looks like this...
hi every body
can you tell me advantage and disadvantage of JScript .NET and Visual C++??
hi every body
can you tell me advantage and disadvantage of JScript .NET and Visual C++??
wow - really?
Do some research on Regular Expressions:
var path = "C:\\text.txt";
var file = File.ReadAllText(path);
var emails =
Regex.Matches(file,
"{3,}@{3,}\\...
pqr.m at 5.\n\n... Matlab M-code Stack Trace ...\n at\nfile C:\\WINDOWS\\TEMP\\Group 3\\mcrCache7.9\\Untitl3\\Documents and Settings\\Group 3\\Desktop\\pqr.m,name pqr,line at 5.\n\n"...
So I there wasnt a visual J# forum on this site, so I figured that C# was the closest to it, so I posted in here thinking that some1 might somewhat familiar with J#. I am trying to download a file...
i got a problem here which need help..i can call the mfile to open but the mfile cannot generate the result.
Below attachment is VB code and this is matlab code i want generate
=...
Sounds like it is looking for a header file for c/c++ based DLL. This type of DLL is much different than the type of .Net Class Library that you have probably made. You should check the Matlab site...
Yeah get the entire file into a string ... you could probably use regular expressions to look for the specific attributes or text and then do a replace.
Regular expressions is a sub-language for...
I found it in a Newsgroup.
Download & Install "Visual J# .Net Redistributable Package"
In IDE: Add Reference "vjslib"
In Code:
using java.math;
BigInteger n = new...
: You should use regular expressions to parse out the file, rather than I the brute force method you are using. Here is a website that talks about regular expressions in more detail:
:
:...
You should use regular expressions to parse out the file, rather than I the brute force method you are using. Here is a website that talks about regular expressions in more detail:
http://www...
: : This message was edited by kainsworth at 2004-9-18 1:16:49
: : : I need to know if it's possible to round off a numerical value that's a decimal to a specified number of decimals, ie. tenths,...
what is the predominance of .net compared to other languages (like java,etc.) ?
I need to start studying VB (either 6.0 or .NET) and get current skills going. I'm an old mainframe COBOL programmer and have had some exposure to VB5 and C programming....just not enough to be...
This message was edited by iwilld0it at 2003-12-11 6:34:46
This message was edited by iwilld0it at 2003-12-11 6:32:41
: It's not working if decimal is in the beginning.
: Any changes in regular...
: ML 7.0 has also support for it. It is shipped with .Net SDK.
:
: I found SIMD information in IA manuals but I found it difficult to progress as beginner. Can some one point me to working...
ML 7.0 has also support for it. It is shipped with .Net SDK.
I found SIMD information in IA manuals but I found it difficult to progress as beginner. Can some one point me to working examples on...