CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Make
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - Make - List
[
Windows Develop
]
Installer
DL : 0
安装程序源代码。实现了由资源文件分离出待安装的文件,复制到目标机上。参考它,可以作出非常专业的安装程序。-installation program source code. Achieved the resource documents to be isolated from the installation documents, copied to the target machine. Refer to it, can make a very professional setup program.
Date
: 2008-10-13
Size
: 5.26mb
User
:
王宏志
[
Windows Develop
]
串行化(Serialization)示范例子
DL : 0
串行化是微软提供的用于对对象进行文件I/O的一种机制,该机制在框架(Frame)/文档(Document)/视图(View) 模式中得到了很好的应用。很多人对什么是串行化、怎么使对象具有串行化能力和如何使用串行化功能等问题都 不甚明了。本文试图对串行化做一个简单的解释。 -serial Microsoft is the right target for file I / O of a mechanism that in the framework of (Frame) / Document (Document) / View (View) model to be a good application. Many people on what is the serial, how to make objects with serial capabilities and how to use serial capabilities such issues are unclear. This paper attempts to right a serial Gartner simple explanation.
Date
: 2008-10-13
Size
: 38.28kb
User
:
何福保
[
Windows Develop
]
ActiveX控件开发 打包下载
DL : 0
如何编出自己的ActiveX控件?看看这个程序是如何使用VC做成的。-How to make your own ActiveX console? Look at this program and see how it s made using Vc.
Date
: 2008-10-13
Size
: 141.68kb
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
: 2008-10-13
Size
: 2.64kb
User
:
boxu
[
Windows Develop
]
天地网络--JSP留言薄
DL : 0
天地网络--JSP留言薄,java的长处就在于网络编程,想做自己的留言版就来看-Java s strong point lies in network programming, review it if you want to make a attentive of yourself.
Date
: 2008-10-13
Size
: 59.03kb
User
:
姚华
[
Windows Develop
]
鼠标取词vc代码
DL : 0
现在的即时翻译软件种类很多,使用方法也各有千秋,但它们大都有一个 共同的特点:鼠标指到哪儿,就翻译它下面的单词。这大大地方便了用户,但是 从一个编程人员的角度来看就不那么轻松了。因为没有一个方便的函数 类似”GetWordUnderMouse()”可以得到鼠标下面的单词,那么这些软件是怎么 做的呢?经常在BBS和mailing list里看到和我同样困惑的问着相同问题的网友们。-Now in the matket the immediatly translation software has many sorts.The method of using is also differently.But they have a feature in common:it translate the word when the mouse pointer points a word.This founction make things conwenient for the consumer,but through the angle of a programmer it is not so easyly.In the reason of not having a conveniet founction just as \"GetWordUnderMouse()\"that can get the word undermouse,then how did these software product?I ofen encoutered the web funs who had the same question as me in the BBS or maling list.
Date
: 2008-10-13
Size
: 70.16kb
User
:
李斌
[
Windows Develop
]
make
DL : 0
GNU MAKE工具,大家都知道不用多说拉-GNU tools, we all know the answer Rafah
Date
: 2008-10-13
Size
: 80.17kb
User
:
欠收自补
[
Windows Develop
]
make
DL : 0
GNU MAKE工具,大家都知道不用多说拉-GNU tools, we all know the answer Rafah
Date
: 2025-12-16
Size
: 80kb
User
:
欠收自补
[
Windows Develop
]
2005826171619764
DL : 0
make file 文件的写法书籍。。。。。。看看就知道了-make file documents written books. . . . . . See will know.
Date
: 2025-12-16
Size
: 334kb
User
:
ximen
[
Windows Develop
]
automake
DL : 0
auto make自动化组态系统,VC6.0源程序,可实现工控组态平台软件的主要功能。-auto make automation system configuration, VC6.0 source can be realized IPC platform software configuration of the main functions.
Date
: 2025-12-16
Size
: 715kb
User
:
达云祥
[
Windows Develop
]
mingw32-make-3.81-20080326-2.tar
DL : 0
Minggw32 make that helps to develop multi-platform libraries
Date
: 2025-12-16
Size
: 229kb
User
:
Son Nguyen Van
[
Windows Develop
]
make
DL : 0
Make manual. Make is a very useful program for writing build scripts and various automation scripts. This manual reveals all not-so-known features.
Date
: 2025-12-16
Size
: 736kb
User
:
Genia4
[
Windows Develop
]
make
DL : 0
This the document to write a make system for the project.-This is the document to write a make system for the project.
Date
: 2025-12-16
Size
: 734kb
User
:
DEEPU
[
Windows Develop
]
Make-Transparant-Form
DL : 0
Make Transparant Form in VisualBasic
Date
: 2025-12-16
Size
: 2kb
User
:
Pudy
[
Windows Develop
]
make-a-services
DL : 0
make a service with this you can make a program work as service to run when windows start and not to close when user logo-make a service with this you can make a program work as service to run when windows start and not to close when user logoff
Date
: 2025-12-16
Size
: 1kb
User
:
yamanra
[
Windows Develop
]
Make-any-window-Transparent
DL : 0
Make any window transparent
Date
: 2025-12-16
Size
: 3kb
User
:
Raja
[
Windows Develop
]
How-to-make-research
DL : 0
这个压缩包,包含四个文档,讲述如何搞科研,如何写文章,比较适合研究生入门。-The compressed package, including four document, tells you how to make scientific research, how to write the article, more suitable for graduate student primer
Date
: 2025-12-16
Size
: 2.12mb
User
:
宋强
[
Windows Develop
]
C-code-to-make-fun
DL : 0
rar文件中包含一个word文件,含有许多整人的C语言代码,可以用来和亲朋好友开玩笑-code to make fun
Date
: 2025-12-16
Size
: 18kb
User
:
liubo
[
Windows Develop
]
make
DL : 0
但无奈是初学OLE,编完已经很吃力了请斑竹手下留情啊,我最爱这个网站了-But helpless is beginner OLE, make up the already very hard spot bamboo, please hand ah, I love this website,,
Date
: 2025-12-16
Size
: 6kb
User
:
PQNzgoa+2120
[
Windows Develop
]
How to Make a CV by PowerPoint School
DL : 0
How to make cv using powerpoint
Date
: 2025-12-16
Size
: 159kb
User
:
CosmicBeing
«
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.