搜索资源列表
wangluowzq
- ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application 用法: /class/ 1.先运行server.bat 2.再运行client.bat (里面的用户名可以修改,serve
jiaoshi
- 一款小型的C/S模式网络同步校时系统,应用Socket编程,实现服务器/可户端时间的同步校正。
acenginev1.95
- 用于实现C/S架构下的表单打印 支持清单打印 还支持多种模式下的打印
legend
- 谢谢原作者: 1 GETSMP.C 金庸群侠传场境图块获取程序 处理文件 SMPXXX, SDXXXX 2 blk.c 图形块处理文件,参见源程序,Large模式编译-Thank Author : a GETSMP.C Jin Yong's Heroes market access Habitat Segment processed documents SMPXXX, SDXXXX two blocks blk.c graphics processing documents, see t
chaoshi
- 这个是我的数据库的课程设计:超市商品数据管理系统的设计,,采用面向C/S模式的通用开发工具Delphi设计其前台的操作,数据库系统的开发环境使用SQL SERVER2000.
64x64LED.16字 LED点阵屏+DS1302电子钟 C 程序
- 16字 LED点阵屏+DS1302电子钟 C 程序 1 脚接+5V 2,3脚32768HZ晶振 4脚接地 5脚接S51的P02 6脚接S51的P01 7接S51的P00 8脚接后备电源,可以接老计算机主板上的3.6V电池,也可以通过二级管隔离接一个大容量电解电容 电压在2.5V以上即可维持 595连级输出数据,138行驱动 P1_0为时钟模式转换键、P2_1为时钟加键、P1_2为时钟减键、P2_3为时钟复位键。在对时钟调整时未对调整 项做闪烁处理,16-chara
delphi
- 考试系统,用Delphi实现C/S模式,保证数据的安全和稳定,比起ASP要好一点 -good software
QQcode
- 仿QQ聊天软件参考代码,C/S模式开发,功能全面-Imitation QQ chat software reference code, C/S mode of development, full-featured
wangguan
- 一个实现通过网络访问像Access这种非C/S模式的本地数据库系统的小delphi程序-Implementation through a network access such as Access of non-C/S model of the small local database system delphi program
pascal-compiler-in-cpp
- pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
2009S3C2410init.S
- 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
P2P
- delphi 开发的各种C/S模式 聊天程序 -delphi development of the various C/S mode chat program
1
- - 我用Java写的qq程序,基于Socket通信,C/S模式 [sphinx2-0.6.tar.gz] - 语音识别系统,美国cmu大学开发的基于hmm模型的语音识别系统 [JSP.rar] - 讲解jsp的开发中的常用技巧 非常使用,其中很多经常遇到 -- I qq program written in Java, based on Socket Communications, C/S mode [sphinx2-0.6.tar.gz]- voice recognit
daneizaixiankaoshi
- 实现基于C/S模式的在线考试系统,实现了考试系统的在线考试,评分,查看成绩等功能-The online examination system based on C/S mode, the examination system of the online exam, score, view results and other functions
delphiSourcecode
- delphi开发的汽修项目源码。本系统软件采用C/S结构,即客户端/服务器模式,服务器端采用普通PC或者 PC服务器,操作系统采用Win2000 Server Family,数据库采用SQL Server 2000,-the delphi development aftermarket project source
jk
- delphi开发的监控项目源码。本系统软件采用C/S结构,即客户端/服务器模式,两端代码全-delphi development of the monitoring project source code. The system software using C/S structure, full client/server mode, both ends of the code
plug-in-charging-system
- 外挂外网收费系统,c/s架构 服务端、客户端联网支持外网模式,用户数据管理、充值卡管理功能详细。-Plug the external network toll collection system, c/s architecture services, client networking support extranet mode, the user data management, prepaid card management functions in detail.
FEE
- 这是一个停车场收费系统,用Delphi语言编写的,C/S模式,是一个很不错的数据库应用系统.-this is a system of Car stopping fee.using delphi to write,and using C/S mode,and it is a good system about DB application.
socket_tutorial
- oc实现socket通信,c/s模式下的通信工程-OC socket communication,Communication engineering in c/s mode
C s
- 模拟客户服务器模式,实现客户机与服务器端的接受消息与发送消息。(client send message to server)