Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~310 People Reached
Favorite Tags
Member Avatar for crazyIT

am trying to open a file but the problem is on the third line (open...) sub open_file { local $/ = undef; ($filevar, $filemode, $filename) = @_; open ($filevar, $filemode . $filename) || die ("Can't open $filename"); } everytime i run it i get the error: Can't use string ("FILE1") …

Member Avatar for Dandello
0
157
Member Avatar for crazyIT

i have an assignment on pattern recognition,to train a Hebb neural network to recognize different 26 (upper case) letters of the alphabet,only one output representing the correct letter should be ‘active’ at a time in matlab. i have entered all my patterns (A...Z) and the target as well and training …

Member Avatar for Taywin
0
62
Member Avatar for crazyIT

hello am experiencing two problems: 1) am getting this error and i do not know what it means: Hello.java:1:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘java’ 2) how do i get the header file javaCompilor.tab.h, i already have a javaCompilor.tab.c file

Member Avatar for NormR1
0
91