Location:
Search - struct
Search list
Description: C++ programming design including data struct
Platform: |
Size: 276996 |
Author: 安秋 |
Hits:
Description: 使用C#拷贝String到struct-use C# copy of the struct String
Platform: |
Size: 2939 |
Author: 似的 |
Hits:
Description: 关于struct的学习, 希望对大家有用,
Platform: |
Size: 7905801 |
Author: keke |
Hits:
Description: For you struct of file .cap for type zip and you can use develop application for use!
Platform: |
Size: 44534 |
Author: bongsaoq0@gmail.com |
Hits:
Description: struct+JSP+javabean的银行账户管理系统
Platform: |
Size: 2040244 |
Author: kerryxue |
Hits:
Description: 使用C#拷贝String到struct-use C# copy of the struct String
Platform: |
Size: 3072 |
Author: 似的 |
Hits:
Description: 数据结构算法演示-demonstration algorithm data structure
Platform: |
Size: 2759680 |
Author: 冼伟民 |
Hits:
Description: 一个线程驰的类, 下面的是基本的使用方法 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 connection session,such as find a unique id.
SetIoCompletionPort(socket, s)
// make connection socket associate with a custom structure }
void myIocp::OnRead(void* p, char* buf, int len)
{ TSession*s = (TSession*)p send(s->socket, buf, len, 0)
// return received message to client
void myIocp::OnClose(void* p) { delete p } myIoncp iocp main() { ... iocp.listen(4311)
//start listenning net port,wait for client connect.
Platform: |
Size: 2048 |
Author: boxu |
Hits:
Description: C++ programming design including data struct
Platform: |
Size: 276480 |
Author: 安秋 |
Hits:
Description: STRUCT..JAVA人的选择!!这是怎么教您配置STRUST的-STRUCT .. JAVA people's choice! ! This is how you teach STRUST configuration
Platform: |
Size: 9216 |
Author: 22 |
Hits:
Description: struct test 的源代码,一个很不错的测试strut的框架-struct test of source code, a very good test strut framework
Platform: |
Size: 2656256 |
Author: 张逍 |
Hits:
Description: STRUCT实应用 STRUCT实应用-STRUCT real application STRUCT real application STRUCT real application
Platform: |
Size: 1346560 |
Author: huai |
Hits:
Description: 管理信息系统,
运用到STRUCT,AJAX,SPRING,HIBERNATE技术-Management information system, used in STRUCT, AJAX, SPRING, HIBERNATE Technology
Platform: |
Size: 3161088 |
Author: xiaheng |
Hits:
Description: 关于struct的学习, 希望对大家有用,-Learning on the struct, in the hope that useful to everybody,
Platform: |
Size: 7905280 |
Author: keke |
Hits:
Description: 《数据结构》算法实现及解析,是配合严蔚敏、吴伟民编著的《数据结构》的资料。- Data Structure and the analytic algorithm is in line with YAN Wei-min,吴伟民edited the Data Structure information.
Platform: |
Size: 7914496 |
Author: 丁宁 |
Hits:
Description: 现今的社会是一个信息飞速发达的社会,其中在信息的交流当中,互联网占据着一个非常重要的位置。人们可以通过在互联网上收到最新的消息,也可以通过互联网进行信息的交流。而论坛就是大家进行信息交流的其中一个渠道。
论坛的概念:论坛(BBS)是Bulletin-Board-System的缩写,即电子公告栏。它是一种在Internet网上开放的信息服务系统,通过论坛用户可以方便的实现信息的交换和文件的共享。
本文主要完成了基于JSP技术的信息交流论坛的设计和实现,主要实现了客户端和服务器端的动态交互。该系统包含六个模块:论坛用户登陆注册模块,论坛账户信息模块,论坛文章发布模块,公告/制度模块,版块管理模块,信息管理模块。论文详细描述了模块的结构、功能以及具体设计过程。系统采用了JSP技术以及JavaBeans组件技术和JDBC技术实现。
关键词:JSP,BBS,MYSQL,JavaBeans,系统设计
Platform: |
Size: 2790400 |
Author: 天枫 |
Hits:
Description: 和多的 struct例子 的学习 供初学者参考-err
Platform: |
Size: 8550400 |
Author: 阿仁 |
Hits:
Description: Struct实现登录的一个例子,可以给初学者一个参考!-Struct Login realize an example, can give a reference for beginners!
Platform: |
Size: 21504 |
Author: zheng |
Hits:
Description: With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags.
With xmldata(...) is a "fast" lowlevel interface to read single tags. Compiled mex-files for Linux & Windows. c-source included.
Copyright (C) Peter Rydesä ter 2002, Mitthö gskolan, SWEDEN
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License.
Platform: |
Size: 28672 |
Author: aprist |
Hits:
Description: 毕业论文,网上书店jsp,struct开发-Thesis, online bookstore jsp, struct Development
Platform: |
Size: 1787904 |
Author: zly |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»