搜索资源列表
javav6.48
- 很容易上手的,很全面哦 .. 开发工具: Visual C++ simpleTalkSystem4.rar 2007-11-7 222KB 1 ·一个简单的多用户聊天系统,里面有服务端和客户端。
33753145shiyongtongxinlu
- 11 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的
Thinking_in_Java_3rd_edition
- Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing
Rakecrm-11
- CRM客户关系管理系统,使用J2ee编写,运用struts2+spring2+hibernate3.1框架编写。使用MSSQL2005数据库。-CRM customer relationship management system, using J2ee write, use struts2+ spring2+ hibernate3.1 framework of the preparation. Use MSSQL2005 database.
java-programming-ideas
- java编程思想 引言 1. 前提 2. Java的学习 3. 目标 4. 联机文档 5. 章节 6. 练习 7. 多媒体CD-ROM 8. 源代码 9. 编码样式 10. Java版本 11. 课程和培训 12. 错误 13. 封面设计 14. 致谢 第1章 对象入门 1.1 抽象的进步 1.2 对象的接口 1.3 实现方案的隐藏 1.4 方案的重复使用 1.5 继承:重新使用接口 1.5.1
The-CPP-Programming-Language
- This book presents the complete C++ language. Chapters 1 through 10 give a tutorial introduction Chapters 11 through 13 provide a discussion of design and software development issues and, finally, the complete C++ reference manual is included. Natura
Triangle-and-cylinder-class-package
- (1)创建一个三角形类Triangle,包含的属性有三条边的长sideA,sideB,sideC,包含的方法有构造方法(两个,一个没有参数,一个给定三条边的长度),求面积方法area(),求周长方法getLength(); 提示:设三角形的三边长为a,b,c,则它的面积为 ,其中S=(a+b+c)/2,开平方的方法为Math.sqrt()。 (2)创建一个圆柱体类YZT,包含的属性有底面半径radius和圆柱体的高heigth,包含的方法有构造方法(两个,一个没有参数,一个给定半径rad
BatchAddEmployee
- 类名:com.uisftech.hr.util.StringUtil.java。方法如下: 检查一个字符串是否为空(null、“”或全部为空格) 检查一个字符串是否为数字 解析一个文件名字符串,取文件的扩展名 解析一个文件名字符串,取丌含扩展名的文件名 生成一个指定位数的验证码,规则如下: • 验证码每一位可取:数字0~9,小写字母a、b、c、d、e、f、g、h、i、j、k、m、n、
javaeetutorial5
- Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA),