Advertisement

Results for "Author: derek haas"

6_2008-2009 #195509
Boolean arithmetic

This program includes functions for performing Boolean (bitwise) AND, OR, and XOR; as well as left shift, right shift, and one's complement. Right now, the subroutines are set up to use the values in the textboxes and output the results to another text box. However, you can easily modify them to take passed variables and return the results as a function.

6_2008-2009 #195510
Bit IO

This module allows you to view a file as a collection of bits rather than as a collection of bytes. It allows you to read/write a single bit at a time or read/write up to 32 bits at once.

6_2008-2009 #195511
helpful sleep API call to suspend actions

What this API call does is suspend ALL actions for a certain amount of milliseconds(1000 milliseconds=1 second)(duh...)

6_2008-2009 #195512
Some mouse API calls

This code demonstrates different mouse API calls. It includes:swapping the mouse buttons; getting the position of the mouse; setting the position of the mouse; getting the double click speed; and setting the double click speed.

7_2009-2012 #218027
Boolean arithmetic

This program includes functions for performing Boolean (bitwise) AND, OR, and XOR; as well as left shift, right shift, and one's complement. Right now, the subroutines are set up to use the values in the textboxes and output the results to another text box. However, you can easily modify them to take passed variables and return the results as a function.

7_2009-2012 #218028
Bit IO

This module allows you to view a file as a collection of bits rather than as a collection of bytes. It allows you to read/write a single bit at a time or read/write up to 32 bits at once.

7_2009-2012 #218029
helpful sleep API call to suspend actions

What this API call does is suspend ALL actions for a certain amount of milliseconds(1000 milliseconds=1 second)(duh...)

7_2009-2012 #218030
Some mouse API calls

This code demonstrates different mouse API calls. It includes:swapping the mouse buttons; getting the position of the mouse; setting the position of the mouse; getting the double click speed; and setting the double click speed.

Languages
Top Categories
Global Discovery