C++ :: Speeding Up VGA Emulation?

Jan 17, 2014

Any tips regarding speeding up VGA emulation? (I'm currently processing the pixels, one at the time, from VGA VRAM to the emulated screen. The rendering happens after every frame) Currently at avg. of 50 microseconds per pixel (text mode), 50 milliseconds per line (int10 mode 04h).

View 5 Replies


ADVERTISEMENT

C/C++ :: Speeding Up A Prime Function?

May 17, 2014

I'm doing a problem on spoj and i'm sure that the function on using to find prime numbers is the reason why my program is to slow for spoj. I need the function to be able to print number within the given range which is why i'm using one array to hold the min and one to hold the max from user input. I'm having trouble thinking of a way to make the function faster without breaking the function.

#include <cstdio>
inline void primeFunction(int min[], int max[], int testCase) {
int maxRange = 0, count, num, j, minRange = 0;

[Code].....

View 2 Replies View Related

C# :: Changing Web-browser Emulation Mode (Windows Phone)?

Nov 4, 2014

I was looking around on the internet and i noticed you could change internet explorer's emulation mode from Desktop to Windows Phone, i was wondering can the same thing be achieved in the C# webbrowser as i know it heavily rely's on IE. I know you can change the standards on the browser through the IE versions but is changing it to Windows Phone Brwoser possible, if so how can i change it?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved