搜索资源列表
C++忠告
- C + +程序设计语言(特别版) 第1章忠告 这里是一组在你学习C + +的过程中或许应该考虑的“规则”。随着你变得更加熟练,你将能 把它转化为某种更适合你的那类应用系统或者你自己的程序设计风格的东西。它们有意被写得 很简单,因此都缺乏细节。请不要太拘泥于它们的字面意义。要写出一个好程序需要智慧、品 味和耐性。你不会第一次就能把它搞好的。试验!-C Programming Language (Special Edition) Chapter 1 of advice here is a Group
简单代理服务器C代码实现(SOLARIS)
- 简单代理服务器C代码实现(SOLARIS),可用于服务器软件开发-simple proxy server to achieve C code (solaris OS), servers can be used for software development
s-c
- 客户端-服务器端简单演示-client-server simple demonstration
一个C++编写的简单的留言版
- 一个C++编写的简单的留言版,费了不少时间做的,希望大家喜欢-prepared a simple version of the valley, a lot of time to do, I hope you like them
client-server
- 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C / S applications. Which side of the GUI Client procedures used to provide inpu
一个简单的服务器编程
- 一个简单的C/S服务器编程,程序简单易懂,实现也很方便.-a simple C / S server programming, simple to understand and very easy to achieve.
webservice.rar
- 是一个分布式环境下的图书查询系统。在vs2005环境下,用webservice实现简单的图书查询功能,服务器端用webserive(使用c#语言)开发图书查询功能,在客户端使用asp.net(c#语言)调用webserivce的图书查询功能,得到查询结果。,Distributed environment is a book inquiry system. In the VS2005 environment, with simple books webservice query functiona
02
- C# 实现简单的甘特图控件 C# 实现简单的甘特图控件-C# implements a simple C# Gantt chart control to achieve a simple C# Gantt chart control to achieve a simple Gantt chart control
aaaa
- 影院售票系统 只是一个实例 功能很简单-Cinema ticketing system is a very simple example of function
JavQQ
- 大家相信对QQ都再熟悉不过了,这可以基于java实现的简单聊天功能。-We believe that QQ are all too familiar, which can achieve a simple java-based chat features.
XYObjArray
- Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the
javakeshebaogao
- 课程设计:利用Socket编程制作一个简单的C/S应用 编写Applet程序实现字体的放大和缩小 同学录.详细报告。-Curriculum design: Using Socket programming to produce a simple C/S applications preparation procedures achieve Applet font zoom in and out Classmates. A detailed report.
json-c-0.7
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。[编辑本段]
cppcifafenxi
- 一个简易的c++词法分析器,可以扫描和打印C++语言的关键字,图形界面操作简单。-A simple c++ lexical analyzer, you can scan and print C++ language keywords, simple graphical interface.
lexicalanalyzer
- 此程序使用在java环境下开发的,是一个功能简单的C语言词法分析器-The use of this procedure in the java development environment, is a simple C language lexical analyzer
tushuchaxunxitong
- C/S 图书查询系统 一个很简单的C/S模式的图书查询系统-C/S Book Inquiry System is a simple C/S pattern books Inquiry System
C2C
- 一个简单的校园二手市场交易程序,可以进行用户注册并发布交易信息 可以对交易产品进行评论,也可以按照标题或内容进行站内搜索 数据绑定控件采用的是GridView 管理员后台可以对商品信息管理、用户信息管理进行管理 管理员登录地址:admin_login.aspx 默认帐号/密码:51aspx/51aspx DB_51aspx下为Sql数据库,附加即可 -A simple process campus transactions in the secondary marke
DWR-chm
- AJAX DWR入门文档,这个是中文版的,适合于初学者,简单明了,一看就懂.-AJAX DWR Getting Started document, this is the Chinese version, suitable for beginners, simple and clear, a glance to understand.
C++编程思想.第2卷.实用编程技术
- 《c++编程思想》是由Bruce Eckel编写的一本书籍。本书的内容、讲授方法,选用例子和跟随的练习,别具特色。作者Bruce Eckel不是按传统的方法讲解C++的概念和编程方法,而是根据他自己过去学习C++的亲身体会,根据他在多年教学实践中发现的问题,用一些非常简单的例子和简练的叙述,阐明了在学习C++中特别容易混淆的概念。("C++ programming idea" is a book written by Bruce Eckel. The content of t
在java中实现调用简单的c程序
- 在java中实现调用简单的c程序 以一个最简单的HelloWorld程序来介绍一下JNI的最基本的使用方法:(Implementing a simple C program in Java Introduce the most basic use of JNI with one of the simplest HelloWorld programs:)