CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - struct
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - struct - List
[
Windows Develop
]
C++ programming design including data struct
DL : 0
C++ programming design including data struct
Date
: 2008-10-13
Size
: 270.5kb
User
:
安秋
[
File Operate
]
使用C#拷贝String到struct
DL : 0
使用C#拷贝String到struct-use C# copy of the struct String
Date
: 2008-10-13
Size
: 2.87kb
User
:
似的
[
Other resource
]
struct
DL : 0
关于struct的学习, 希望对大家有用,
Date
: 2008-10-13
Size
: 7.54mb
User
:
keke
[
Windows Develop
]
struct cap file
DL : 0
For you struct of file .cap for type zip and you can use develop application for use!
Date
: 2011-01-26
Size
: 43.49kb
User
:
bongsaoq0@gmail.com
[
Oracle
]
struct+JSP+javabean的银行账户管理系统
DL : 1
struct+JSP+javabean的银行账户管理系统
Date
: 2011-11-16
Size
: 1.95mb
User
:
kerryxue
[
File Format
]
使用C#拷贝String到struct
DL : 0
使用C#拷贝String到struct-use C# copy of the struct String
Date
: 2025-07-08
Size
: 3kb
User
:
似的
[
Data structs
]
data struct
DL : 0
数据结构算法演示-demonstration algorithm data structure
Date
: 2025-07-08
Size
: 2.63mb
User
:
冼伟民
[
Windows Develop
]
sf_200562516252
DL : 0
一个线程驰的类, 下面的是基本的使用方法 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.
Date
: 2025-07-08
Size
: 2kb
User
:
boxu
[
Windows Develop
]
C++ programming design including data struct
DL : 0
C++ programming design including data struct
Date
: 2025-07-08
Size
: 270kb
User
:
安秋
[
JSP
]
Structs中基本配置入门 -- hao17_com
DL : 0
STRUCT..JAVA人的选择!!这是怎么教您配置STRUST的-STRUCT .. JAVA people's choice! ! This is how you teach STRUST configuration
Date
: 2025-07-08
Size
: 9kb
User
:
22
[
JSP/Java
]
strutstest213-1.2_2.4
DL : 0
struct test 的源代码,一个很不错的测试strut的框架-struct test of source code, a very good test strut framework
Date
: 2025-07-08
Size
: 2.53mb
User
:
张逍
[
JSP/Java
]
MyEclipseStruts
DL : 0
STRUCT实应用 STRUCT实应用-STRUCT real application STRUCT real application STRUCT real application
Date
: 2025-07-08
Size
: 1.28mb
User
:
huai
[
JSP/Java
]
ssah
DL : 0
管理信息系统, 运用到STRUCT,AJAX,SPRING,HIBERNATE技术-Management information system, used in STRUCT, AJAX, SPRING, HIBERNATE Technology
Date
: 2025-07-08
Size
: 3.01mb
User
:
xiaheng
[
JSP/Java
]
struct
DL : 0
关于struct的学习, 希望对大家有用,-Learning on the struct, in the hope that useful to everybody,
Date
: 2025-07-08
Size
: 7.54mb
User
:
keke
[
Embeded-SCM Develop
]
struct
DL : 0
《数据结构》算法实现及解析,是配合严蔚敏、吴伟民编著的《数据结构》的资料。- Data Structure and the analytic algorithm is in line with YAN Wei-min,吴伟民edited the Data Structure information.
Date
: 2025-07-08
Size
: 7.55mb
User
:
丁宁
[
JSP/Java
]
BBS(JSP+Struct+MySql)
DL : 0
现今的社会是一个信息飞速发达的社会,其中在信息的交流当中,互联网占据着一个非常重要的位置。人们可以通过在互联网上收到最新的消息,也可以通过互联网进行信息的交流。而论坛就是大家进行信息交流的其中一个渠道。 论坛的概念:论坛(BBS)是Bulletin-Board-System的缩写,即电子公告栏。它是一种在Internet网上开放的信息服务系统,通过论坛用户可以方便的实现信息的交换和文件的共享。 本文主要完成了基于JSP技术的信息交流论坛的设计和实现,主要实现了客户端和服务器端的动态交互。该系统包含六个模块:论坛用户登陆注册模块,论坛账户信息模块,论坛文章发布模块,公告/制度模块,版块管理模块,信息管理模块。论文详细描述了模块的结构、功能以及具体设计过程。系统采用了JSP技术以及JavaBeans组件技术和JDBC技术实现。 关键词:JSP,BBS,MYSQL,JavaBeans,系统设计
Date
: 2025-07-08
Size
: 2.66mb
User
:
天枫
[
JSP/Java
]
struts-1.2.8-src
DL : 0
和多的 struct例子 的学习 供初学者参考-err
Date
: 2025-07-08
Size
: 8.15mb
User
:
阿仁
[
JSP/Java
]
StrutsLoginDemo
DL : 0
Struct实现登录的一个例子,可以给初学者一个参考!-Struct Login realize an example, can give a reference for beginners!
Date
: 2025-07-08
Size
: 21kb
User
:
zheng
[
2D Graphic
]
xml
DL : 0
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.
Date
: 2025-07-08
Size
: 28kb
User
:
aprist
[
JSP/Java
]
20080522_8710497cbb690bdbf2b4mtwdpH4k6wyq
DL : 0
毕业论文,网上书店jsp,struct开发-Thesis, online bookstore jsp, struct Development
Date
: 2025-07-08
Size
: 1.71mb
User
:
zly
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.