Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
inc.h
Package: tizos.rar [view]
Upload User: qddsws
Upload Date: 2022-06-22
Package Size: 723k
Code Size: 2k
Category:
OS Develop
Development Platform:
C/C++
- void init_windows () ;
- void draw_erase_function (struct Window* win) ;
- void draw_function (struct Window* win) ;
- void draw_init_function (struct Window* win) ;
- void pong_repetitive_function (struct Window* win ) ;
- void pong_key_function ( struct Window* win ) ;
- void pong_init_function (struct Window* win) ;
- void gnu_init_function (struct Window* win) ;
- void notepad_key_function ( struct Window* win ) ;
- void notepad_init_function (struct Window* win) ;
- void memory_init_function (struct Window* win) ;
- void move_self_window( struct Window* win) ;
- void copy_region_plane( unsigned short* area, int x1, int y1, int x2, int y2, int plane) ;
- void set_self_focus( struct Window* win) ;
- void delete_self_window( struct Window* win) ;
- void create_window (char* id, int x, int y, int sizex, int sizey, int bkgcolor, int plane, void (*start_function) (struct Window* win) ) ;
- void mouse_event (int x, int y, int but) ;
- void fade_plane(float factor, int plane_id) ;
- void halt_computer() ;
- int plane_from_pixel (int x, int y) ;
- void init_planes () ;
- void delete_plane (int id) ;
- void insert_plane ( int id ) ;
- void create_plane ( int id ) ;
- void print_composed_plane_region (int x1, int y1, int x2, int y2) ;
- void print_composed_plane () ;
- void print_mouse_plane (int x, int y,int plane) ;
- void print_bmp_alpha_plane (int x, int y, unsigned short* data,unsigned short alpha,int plane) ;
- void print_bmp_plane (int x, int y, unsigned short* data,unsigned short alpha,int plane) ;
- void set_background_plane (unsigned short color, int plane_id) ;
- void paint_trans_rectangle_plane (int x1, int y1, int x2, int y2, unsigned short color,int plane) ;
- void paint_rectangle_plane (int x1, int y1, int x2, int y2, unsigned short color,int plane) ;
- void start_presentacio() ;
- void kprint_plane( char * str , int plane) ;
- void xyprint_plane ( int x, int y, char* string, int plane) ;
- void print_bcd_bmp_plane (int x, int y, int number, int digits,int plane) ;
- int pow ( int x, int y) ;