Posts by Raphael de melo • 49 points
3 posts
-
-1
votes1
answer122
viewsQ: Problem with passing parameters/return of function matrices in C
I’m having a problem with a job I have to do in C consisting of, get the inverse matrix through the adjunct matrix. So far this is what I’ve been able to produce in C# and then tried to rewrite in…
-
1
votes1
answer355
viewsQ: Problems getting value from Resultset
I’m trying to get the values of a select in the derby but they just returns correctly a field from Resulteset. Follow DB access class code: import java.sql.Connection; import java.sql.DriverManager;…
-
4
votes0
answers133
viewsQ: Uncaught Typeerror: Object is not a Function. Clone html and Back button
I’m having a system problem where I need to make a button for come back and thought of a function to clone using and a function for the button come back. But the problem is that when I log in to the…