-
-
[
C#(.net)]
PrintableListView_src.zip
... , named PrintableListView, that solved the following two problems:
* extend the print on multiple pages when the width of the list exceeds the width of the print page,
* shrink, optionally, the list in a way that the resulting width fits o
Category:
Editor Upload User:
xiling0520 Size:
70K
-
[
Visual C++ (VC++)]
addition1.rar
Using the equations for partitioning a list of numbers into m partitions that are added separately show that the optimum value for m to give the minimum parallel execution time is when , where there are n processors. (Clue: Differentiate the parallel ...
-
-
[
Java/JSP]
KeyDemo.rar
List components by re-engineering projects, List entries can be made directly to the corresponding selection in the Demo, and Demo in from the screen to return to the List
Category:
SCM Upload User:
cookies0 Size:
31K
-
-
-
[
C/C++]
small_gui_core.ZIP
Very very small GUI. Usefull for small system,
without OS or small OS. Event driven, support user message to GUI.
included simle widgets: nested menu, window, dialog, inputline, scroll list.
Footprint for 16 bit CPU- aprox. 60kB.
Languadge- C
-
[
Delphi]
TimeDemo.zip
...
Notes:
Demonstrates a DateTime client getting current date and time from remote DateTimeServer
A list of time servers is available at:
http://www.eecis.udel.edu/~mills/ntp/servers.html
-
[
Asm]
Doorbell.rar
LIST p=16F84 PIC16F844 is the target processor
#include "P16F84.INC" Include header file
CBLOCK 0x10 Temporary storage
tempo
tptrl
tptrh
note ...
-
[
C/C++]
singlelink.zip
complete program of single linked list including deleting 2 method (value wise & position wise).