-
图书管理系统
此资源对图书管理有了一个很基本也比较清晰的系统使用,主要是连接数据库和struts配置文件。实现了对数据库的增添查改,主要是对图书和借书的操作,各级之间非常清晰,里面也有各种源文件包括数据库文件,可以运用MySQL或者SQL sever。
- 2022-02-01 02:57:34下载
- 积分:1
-
①具有画直线、曲线、矩形、圆、椭圆功能;
②具有图的垂直、水平、按角度旋转功能;
③可为图形配色彩功能;
④具有“橡皮擦”的功能;
⑤能进行图的...
①具有画直线、曲线、矩形、圆、椭圆功能;
②具有图的垂直、水平、按角度旋转功能;
③可为图形配色彩功能;
④具有“橡皮擦”的功能;
⑤能进行图的放大、缩小功能;
⑥可将图形文件保存、打开、重新编辑;
⑦可为图形加文字符号。
-import javax.swing.JMenuBar
import javax.swing.JTextArea
import javax.swing.JMenu
import javax.swing.JMenuItem
import javax.swing.JTextArea
- 2022-08-09 04:24:37下载
- 积分:1
-
noi topic of "tourists" to answer
noi题目“旅游观光”解答-noi topic of "tourists" to answer
- 2023-02-08 03:11:03下载
- 积分:1
-
详细介绍了在C++中如何实现有效的数据排序
详细介绍了如何在C++中实现有效的数据排序
- 2023-05-08 23:00:02下载
- 积分:1
-
如何用CZip/CUnzip类压缩/解压缩文件,这个类使用gzip GNU源代码
如何用CZip/CUnzip类压缩/解压缩文件,这个类使用gzip GNU源代码-how CZip/CUnzip type compression/decompression, the type used gzip GNU source code
- 2022-02-05 16:24:53下载
- 积分:1
-
GDAL做影像校正 源码程序,提供给大家参考,
GDAL做影像校正 源码程序,提供给大家参考,-GDAL source code to do image correction procedures, provides us with reference
- 2022-03-22 22:31:48下载
- 积分:1
-
remoting 入门,很经典的几个例子,是源代码的,不错哦
remoting 入门,很经典的几个例子,是源代码的,不错哦-remoting entry, it is a few examples of classic and is the source code, yes oh
- 2023-07-10 23:35:03下载
- 积分:1
-
用VC开发的C语言编写的MD5程序源码,作为开发md5的参考
用VC开发的C语言编写的MD5程序源码,作为开发md5的参考-MD5 program resource code using vc develop and wirtten though C language,as reference for MD5 s development.
- 2022-07-11 12:02:27下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
calculator writtend with VB,can be used as referrence for the VB beginer
VB写的计算器,可给VB初学者作参考-calculator writtend with VB,can be used as referrence for the VB beginer
- 2022-06-28 04:24:01下载
- 积分:1