Click here to Skip to main content
15,887,875 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to compare the date in database (MySQL) with date now? Pin
Guffa9-Feb-06 6:40
Guffa9-Feb-06 6:40 
QuestionASP.NET Error: Old format or invalid type library Pin
Vladutz9-Feb-06 6:22
Vladutz9-Feb-06 6:22 
QuestionProgrammatically pressing a webBroswer button Pin
Martin239-Feb-06 5:43
Martin239-Feb-06 5:43 
AnswerRe: Programmatically pressing a webBroswer button Pin
Judah Gabriel Himango9-Feb-06 6:08
sponsorJudah Gabriel Himango9-Feb-06 6:08 
GeneralRe: Programmatically pressing a webBroswer button Pin
Martin239-Feb-06 7:02
Martin239-Feb-06 7:02 
AnswerRe: Programmatically pressing a webBroswer button Pin
emran8349-Feb-06 12:22
emran8349-Feb-06 12:22 
AnswerRe: Programmatically pressing a webBroswer button Pin
cweeks7868126-Apr-06 11:06
cweeks7868126-Apr-06 11:06 
QuestionResearch with multi-dimensional data (C#) Pin
jimbobtheking9-Feb-06 5:03
jimbobtheking9-Feb-06 5:03 
Hello everybody!

I'm trying to create a dynamic table to store data retreived from a prosthetic robot arm about its environment (im doing robotics research). Basically using a fuzzy logic AI i want the system to remember what it encounters, group similar objects and be able to ask question about new objects, or identify objects.

This is a multi-dimensional problem to say the least, each finger has an 8*8 array of tactile (touch) sensors, and an overall force exerted sensor. I haven't decided if im including some in the palm yet, just waiting to see how hard playing with fingers is Wink | ;)

I am trying to remember the data encountered and the labels associated with them in the systems memory. I've made this currently using a multi-dimensional array with malloc statements and it works. Unfortunately it is hard to manipulate and does not travel between programs well, because of this I would like to create the same setup using container classes, or possibly the new and delete statements. Also because of the size of the system its hard to publish here.

After looking at the new and delete statements they do not have a realloc equivalent, this is essential because every time the system encounters a new label it must expand the array (or table etc.). And so I am back to container classes, or any other idea you throw at me, but I do not know how to use them.

Do you know an example of the kind of thing I am creating, or possibly a good book to start me off on? Even better, I'm sure that the actual syntax (for creating, resizing and removing a multidimensional memory system) cannot be more than a few lines, if it is this simple could you please write it down for me?

One other thing, it can't forget anything whilst resizing, and I must be able to manipulate each part individually...

Please shed some light on my project!

---------------------------------------------------------------
"Little creatures of nature, they don't know that they're ugly"

-- modified at 11:11 Thursday 9th February, 2006
AnswerRe: Research with multi-dimensional data (C#) Pin
Guffa9-Feb-06 5:53
Guffa9-Feb-06 5:53 
QuestionHow to get Live(!!!)Picture from Webcam Pin
twickl9-Feb-06 4:48
twickl9-Feb-06 4:48 
QuestionTrapping Scroll Event in a Panel Pin
MarkMokris9-Feb-06 4:18
MarkMokris9-Feb-06 4:18 
AnswerRe: Trapping Scroll Event in a Panel Pin
Judah Gabriel Himango9-Feb-06 5:15
sponsorJudah Gabriel Himango9-Feb-06 5:15 
GeneralRe: Trapping Scroll Event in a Panel Pin
MarkMokris9-Feb-06 5:52
MarkMokris9-Feb-06 5:52 
GeneralRe: Trapping Scroll Event in a Panel Pin
Judah Gabriel Himango9-Feb-06 6:06
sponsorJudah Gabriel Himango9-Feb-06 6:06 
QuestionSwitching .Net version in Visual Studio Pin
redkite9-Feb-06 4:16
redkite9-Feb-06 4:16 
AnswerRe: Switching .Net version in Visual Studio Pin
Judah Gabriel Himango9-Feb-06 5:17
sponsorJudah Gabriel Himango9-Feb-06 5:17 
QuestionShared Methods? Pin
csmod9-Feb-06 3:59
csmod9-Feb-06 3:59 
AnswerRe: Shared Methods? Pin
Judah Gabriel Himango9-Feb-06 5:18
sponsorJudah Gabriel Himango9-Feb-06 5:18 
GeneralRe: Shared Methods? Pin
Guffa9-Feb-06 5:56
Guffa9-Feb-06 5:56 
QuestionConvert file extension to mime type Pin
Uwe Keim9-Feb-06 3:48
sitebuilderUwe Keim9-Feb-06 3:48 
QuestionC# TreeView Pin
2dS9-Feb-06 3:45
2dS9-Feb-06 3:45 
AnswerRe: C# TreeView Pin
Andy Moore9-Feb-06 5:28
Andy Moore9-Feb-06 5:28 
GeneralRe: C# TreeView Pin
2dS9-Feb-06 20:09
2dS9-Feb-06 20:09 
QuestionHow to open large database? Pin
Pius__X9-Feb-06 3:10
Pius__X9-Feb-06 3:10 
AnswerRe: How to open large database? Pin
Colin Angus Mackay9-Feb-06 3:26
Colin Angus Mackay9-Feb-06 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.