I am working on a application which involves line scaling. I am working in Java/GWT so if there is already something inbuilt it would be great. I know this is very basic maths but I can\'t get my head
I want to simulate ECG using javascript. i have done some part using JSXGraph using static point to show ECG curve, now the problem is i need to put a slider that will vary from 60 heart beats to 200
This question already has answers here: Closed 11 years ago. Possible Duplicate: how do I create a line of arbitrary thickness using Bresenham?
At the beginning I simply used the following to count the length of each line: while(<FH>){ chomp;
I want to draw a curved line with arrow between two p开发者_运维知识库oints using the Quartz Core framework in an iPhone Application. How to do that or any what classes are available to do that ?You c
This question already has answers here: 开发者_运维百科Read random line from a file? c# (2 answers)
I want to draw a line in a JPanel. This is my GUI and I want a line in the JPanel in white. I find many examples but the problem is the how to use it.
Now i am doing one Puzzle. want to match the 开发者_Go百科Correct Pair Via Dots. suppose if we connect mismatch pair it want to show alert as well as automatically remove that drawn lines. Now all fun
Ok I need to implement a simple measuring tool for an iPad app I am working on. I don\'t have any experience with drawing, so I am really struggling. When the user presses down on the view (in measuri
I\'m trying to read a specific line from a text file using php. Here\'s the text file: foo foo2 How would I get the content of the second line using php?