基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1
上传时间: 2014-01-18
上传用户:003030
Extensively revised for the latest Java (J2SE 5.0) release Deitel Java How to Program, 6/e now includes earlier coverage of objects new and streamlined case studies and OPTIONAL GUI and graphics sections. Now available in a briefer version (ch. 1-10) called Small Java. SafariX version available.
标签: Java Extensively revised Program
上传时间: 2014-01-04
上传用户:yuzsu
include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ #define TRUE 1 #define FALSE 0 /***@brief 设置串口通信速率 *@
标签: include stdlib inclu stdio
上传时间: 2017-05-07
上传用户:ljt101007
This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header. This implementation eliminates all of the work of dealing with the filter messages and item filtering by incorporating it into the control. This could have been implemented as delegates, but we create controls to do the work for us, don t we? I would like to thank Carlos H. Perez since a lot of the implementation came from examples he set with his ListViewEx control.
标签: control extension ListView standard
上传时间: 2013-12-05
上传用户:royzhangsz