mat file from matlab to pascal program
Hi please, any one help me to solve my peoblem: I have struct of array containing image file name and color histogram and save it in mat file. How can I use this file in pascal program ...
Hi please, any one help me to solve my peoblem: I have struct of array containing image file name and color histogram and save it in mat file. How can I use this file in pascal program ...
I have been studying some Business Process Execution Language (BPEL) and the associated modelling system (BPMN) where the designer needs to learn about inclusive and exclusive gateways for process flow. Thanks very much for any help and a general explanation of the terms would be enough assuming the same rules apply. This is some techn...
Hi Please, I need to measure the search time in my pascal program in order to measure the performance efficient.. if there is any function or code to measure the search time? thanks ...
I love program. I love solving problems, seek for algorithms and so on. And I love mix it. I program websites with php/mysql/javascript. What I want to do in the future is to write programs. I am not very keen to understand how software works, build robots and something like that but as I mentioned before, I just love programm. So, shoul...
alright first off i will say that im definitely newer to android programming than most.. i think that i am picking up quite quickly however i think that the program that im looking to eventually create is a bit out of my league right now considering my level of knowledge.. im hoping someone here can either tell me what i need to do so i ...
Does anyone know how to do google map program in android by inputing two location's name and now one can see the rout between them ...
hai , Can anybody help me to create a route mapping program in android which will take location's names as input and give output as route between these two locations ...
I am accepting a string as a command line argument. I want to check whether the inputted string is a palindrome or not and print the result. I have written the following code. But its displaying the result 'not palindrome' for all inputs. #include<stdio.h> #include<string.h> int main(int argc, char argv[20]) { int i; int l = st...
Hi there, I could not find this anywhere, but do you know if there is a php writing program which suggests functions automatically? So when you start: "include('head...." that the program suggests: "include('header.php'); automatically..? Would help me so much in both time and not knowing if i wrote the functions as I should... Thanks!...
So my question is how to send some comands or input from one (c++) program to another if hi is on hidden mode? For example I want to open some text file in notepad with function WinExec("notepad", 0); and than want to print conetent of file, I make handle to that file, make sendinput with CTRL+P, and the window of printig show up,.... I ...
Is there any resource for list of most popular (web/desktop/...)programs and their programming languages? ...
I have created small socket programs (client/server). Client will transfer all formats of files to server.The problem i am facing now is - I read mp3 file in binary mode and sent to the server. Server reads the content from the buffer and create a file.But when i am trying to open the file, it not getting open. But size remains same as o...
I want to write a python script which reads the '.bash_history' file and prints the statistics. Also, I would like to print the command which was used the most. I was able to read the bash history through the terminal but I'm not able to do it through python programming. Can someone please help me with how to start with it? ...
Hii , We generally see that the program execution begins in the main method for the languages like C , C++ , Java (i am familiar with these). I want to know how the compiler knows the presence of MAIN method in the program . What does the main method signify besides that it is the entry point for program execution ...How does these cr...
The programming language or The programming logic..... Because both are equally important for good coding practice. And, please justify your answer. ...
I am developing a unix console application on OS X. I just updated three statically linked libraries (hdf5 and its dependents szip and z). After a rebuild all, the application exits code 1 immediately after launch. I'm unaware of how to explore the problem further in gdb because nothing is on the stack by the time the app exits. I di...
I am running Windows 7 inside VMWare on a Mac as I am working on a cross plattform project. I want to keep all my plattform independent files in the same folder - that's why I want to organize everything in a folder on the mac and share it with windows that's running in the VM. When I try to compile the project in the shared folder, I ge...
I would like to call a program or a script with a relative time offset (or, alternatively, with an absolute time value) on Linux. Think of it as setting the system date and time, except not globally for the system but locally for the script/program and all its child processes. Is that possible? ...
Hello, I am looking for a Windows program that can show an image in fullscreen mode, being transparent itself at transparent image regions. My goal is to have an image layered over the Windows desktop. I do not have to interact with the desktop, but it's content changes. And the image is intended to highlight certain regions... Before...
Hi Guys, I was confused as to what is the difference between a Script and a Program, but a previously asked question http://stackoverflow.com/questions/2286552/difference-between-script-and-program clarified my doubt but that further leads me to wonder what is the difference between an Object being Scriptable versus being Programmable. ...