can you please help me. I tried to do what you tell me...it didn't work this is the flash http://www.bris.ac.uk/synaptic/info/pathway/figs/hipp.swf[^] and this is the site http://www.bris.ac.uk/synaptic/info/pathway/hippocampal.htm#MF[^]
morisson_c
Posts
-
flash download -
flash downloadhi...tnx very much
-
flash downloadI can't save the website localy (it won't let me) http://www.bris.ac.uk/synaptic/research/projects/memory/spatialmem.htm[^]
-
flash downloadI need help - I want to download some flash video from a site. anyone knows how it can be done ?
-
Speed MyDriver Day !!!work faster...tnx. :-D
-
Speed MyDriver Day !!!This is not my true code...You right I have a mistake in my example tnx for your help
-
Speed MyDriver Day !!!My Code is runnnig the same function 100000000000000000 times a day I want to speed my function runnig time. so...the qst is: which type of code is more effective:
return Convert.ToBoolean((var >> n) & 0x1));
orif (((var >> n) & 0x1) == 0) return true; else return false;
:-\ -
Multiple header in a gridviewmmm...I didn't understand your qst. did you mean multiple headres like Car.Speed.MpH ? if you did so "namespaces" is you unswer. simply move your code to namespace { <- }
-
Question about classes(I do work in c++, and I do know how to use classes...classes is the answer for my problem but it's a lot of work). I didnt say that Im not using classes...I said I want to do it without using classes...meaning: the question is "can I do it in a simple and more primitive way ?" maybe something like "namespace" or structures ? :rolleyes:
-
Question about classesHello everyone, I'm want to build a Gpib drivers for an Agilent instruments. Now...I want it to be a "class a-like" driver , for example if the user wants to set a center frequency of 100MHz in a spectrum driver it will look like this: ... // defenition Agilent_Spectrum spectrum; // initialization spectrum.init(9); // send a frequncy spectrum.frequncy.center.MHz=100; ... The question is : can I do it without using classes ? :rolleyes: