yes the program should be able to measure the elapsed time for the addresses in the primary level cache, secondary, main and so on.
the user will supply the address or it should have the default address to start from.
Thanks
Hello Guys,
I am wondering if any of you guys have the example code for memory latency program in C? I am thinking to develop it in Linux using Gcc.
Thanks
Hello guys,
How can I call the function defined in Dll in Visual Studio?
I have tried using this macro
#define DllImport __delspec(dllimport)
DllImport FunctioName
but visual studio say it's unresolved external symbol. I have tried to go to the project's setting and include the additional...
never mind guys..i figured the problem out. it seems i need to use extern instead of the include. Anyway I have question do you guuys know how to parse the command line argument. Suppose if I type
-a 64, How can i take the 64?
In Linux it is easy, we can use getopt() or optarg option. But how...
alright guys so I developed my code in Visual Studio..but i got this stupid error saying that error LNK2005: int a bla bla already defined in *.obj..I have two files of code that link together..any ideas?
Hello Guys,
I am trying to convert linux driver written by someone to win driver. The final code should be OS independent in other words it should know which enviroment it is running on. Should I declare #ifdef __WIN32 in the header file or it is built in? I am not too familiar with driver...
Hello guys,
I have excel rows with the following format
Row 2:" 120 250 700"
Row 3:" 120 250 700"
I want to split the content of the cell into
Column 1: 120
120
Column 1: 250
250 and so on
the delimiter is the space.
Thank you guys,
Tony
Hi guys,
I am back with more question :)
so now I have everything working but I have problem in saveas.
I wish to save the 1st column as "new1.txt"
2nd column as "new2.txt"
3rd column as "new3.txt" and so on
I can not figure out anyway to give different...
Hi guys,
Does anyone know how to select particular column in Statistica using VB macros. I have 10 columns and I want select one column at a time, copy and paste into new Sheet.
Thx,
Tony
Hello Phv,
Well, here is my code.
Sub Macro1()
Dim row As Integer
Dim shtrow As Integer
row = 2
Dim working_dog_str As String
Dim working_paul_str As String
Dim working_morlet_str As String
Dim working_haub_str As String
Dim working_daub_str As String
Dim working_dog_str2 As String
Dim...
its macro that i wrote. well, do you know how to make the replaced cell start from the leftmost of the cell? i try to use left indent but it does not work.
thx,
Tony
Hello PHV,
Yeah it contains some space. Well actually i wrote replace macro in which it commpares the content of the cells in three sheets. after i run the macro, the replaced cell have spaces. Any idea?
Thx,
Tony
Hello SkipVought,
Thanks for the reply. Before I did the replace, inside the cells are all string data. Here is what found after i press F2 key to the replaced cell. It blinks in 3rd space from the left not from the left most of the cell. This should have tell me something but I do not know. Do...
Hello guys,
I have supposedly empty cell, where I have used Replace function to replace some of data. When i try to check if it's empty, its returning false. How do i check hidden values in cell?
Thx,
Tony
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.