real

Precision of reals through writeln/readln in Delphi

My clients application exports and imports quite a few variables of type real through a text file using writeln and readln. I've tried to increase the width of the fields written so the code looks like: writeln(file, exportRealvalue:30); //using excess width of field .... readln(file, importRealvalue); When I export and then import ...

Alternatives to RealServer (Helix) and Real Player.

For years we've been using RealNetworks' Helix server to serve streaming video courses. It has been a pretty reliable solution up until now. As of late, our support calls due to RealPlayer issues has gone from 2 or 3 a week (mostly PEBKAC or firewall issues) to up to about 10 a day. I've been arguing to dump Real in favour of somethin...

DateTime to Single with C#

Hi, I'm trying to build an interface between iTunes e MediaMonkeys. When I imported my tracks from iTunes to MM, the field LastPlayed wasn't considered. So I decided to build an interface that reads the value from iTunes and updates the MM database. I'm using the package from phxsoftware in order to access the SQLite database used by ...

How to control what happens when a program is iconned in Windows XP

I have a real-time program that needs to be operating continuously. When the program is iconned, it seems that it sometimes stops updating and other times will abort when it is restored to the active state. Is there a method of controlling what happens when my program is iconned? I am using Visual Studio 2005. ...

How do I convert a decimal number to REAL10 in MASM assembly?

Right now I convert the string containing the decimal number to an integer (ignoring the radix point for now), load it into ST(0), and divide by the correct power of ten to account for the radix point. This seems round about, and requires I have a look up table for some of the powers of 10. Is there a better way to do this? ...

postfix 'd+0' in Fortran real literal expressions

Does anyone knwow what the postfix "d+0" means in the assignments to M1, M2 and M4 below or is there any resource on the web or a book where one is very likely to find this information? subroutine plot( t, x, p, q, nga, nt, wron, & ngq, gq, ngaq1, ngaq2, gaq, rwh, iwh ) implicit none intege...

how-to do Crossplatform transparent windows in c++?

Hello, I'm woundering how to make a window transparent, not cutout holes or the same transparency overall. Well, just say I wanna slap a PNG-picture of a rose or something and have it blend nicely with stuff in behind and allow stuff behind to redraw and have their changes shine throught the transparent parts of the picture/window. I c...

Real Time File sharing - Windows Mobile

Hi, Is there any technology, library or component that provide real time file sharing on mobile platforms like Symbian , and windows mobile?? RealRime File Sharing means, the ability to share for example word file on windows mobile (Group of users), and the ability to edit the file in real time by any one of the usrs , while the other...

Another quick iPhone Memory Question! Real Memory?

How much real memory should my iphone app be using? What's going too high? ...

Drawing real coordinates

Hi to all, i've encountered a little problem that i can't find answer to, so i hope to find someone here to help me. So this is the problem. I have a buffer with real numbers (float) that i need to draw on my scope. I implemented a class that can draw integers only and i really don't know how to do that with float numbers as i don't kn...

process taking high time on Itanium server

Hi, we have an application which is recently migrated from PA-Risk server to itanium server. After migration we noticed that there is significant increase in time taken to complete a process. when we tracked the time taken by each part we found that the system time is 7.590000, user time is 3.990000 but elapsed time is 70.434882!! Due t...

controlling bluetooth connection in matlab

we have a project in which we have to pick randomly generated numbers from a remote device, say mobile. there is a simple java application to generate numbers. next, we have to recieve those numbers in our matlab program via bluetooth connection with the device. assuming those numbers are temperature readings, we want to recieve a new n...

get real bounds of QuadCurve2D in java

Hello, i want to know how to get the bounds of an QuadCurve2D, searching i found an method to get the bounds from a CubicCurve2D Using this methods is possible to change it to use QuadCurve2D? private static void ProcessMonotonicCubic(double[] coords, double[] bbox ) { if (bbox[0] > coords[0]) bbox[0] = coords[0]; i...

Trouble implementing a real time program in C

I have a encoder which encodes a speech file(.wav) that i give as input. Now what i want to do is to write a program such that i can speak in the mic and at the same time the encoder can process it. Basically i want to record and process a speech signal in real time (a small delay can be tolerated). To do this i was thinking of making a ...

how to integrate node.js into a kohanaPHP application for real time status update notification

I wish to add real time status update notification to a kohanaPHP application with MySQL database i'm developing using node.js, while looking around, i could not find any tutorials about integrating node.js in PHP, i will like to know if its possible and how can it be done and what type of servers should i host the php website on. From ...

how does I t-pain? (real time audio on iOS)

I was hoping to make an application that did real time voice manipulation like the the T-Pain App. But AVAudioRecorder only enables a post processing from of audio manipulation. Is there another API that will enable real-time audio processing? thanks! ...