搜索资源列表
Netbeans
- head first Java 源代码包,其中包括书上的全部源代码和响应程序的代码,主要与网络通信相关,有URL、SOCKET等-head first Java source code package, which includes all books, source code and response code, mainly associated with the network communications, and URL, SOCKET, etc.
first
- java计算器的源代码 主要是为了开通账号 见谅。比较乱 里面有挺多的 具体自己找-java calculator source code is opened in order to accounts will be forgiven. Comparison of chaos which have their own specific挺多
songweiqinnetprogram12
- 孙卫琴《Java网络编程精解》源代码,第一二章的代码,很详细-孙卫琴" Java Network Programming refined solution," the source code, first two chapters of the code, very detailed
M
- Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, endin
chat
- 随机聊天平台,开放所有客户端源码! 随机聊天其实真的是一件挺有意思的事情,起初我也只是想从技术上探究一下他的实现思路,做着做着,客户端的代码写的越来越多,目前支持的功能列表如下: 1.随机和互联网上一个陌生人聊天 2.支持站外邀请(支持Yahoo通和ICQ邀请)和站内邀请(指定某人) 3.支持聊天输入状态监控、表情支持、URL识别、魔法表情支持等 4.看笑话 5.陌生人与你的距离测算,精准显示在线人数和聊天人数 6.一键将聊天记录发送到邮箱(个人觉得很实用的功能
equipment
- 固定资产管理系统java项目源码 、数据库安装: 本例采用SQL Server数据库(同时也支持MySQL、Oracle数据库)。首先需要通过SQL Server的企业管理器工具创建数据库equipment。 登录SQL Server的"查询分析器",确认是否存在equipment数据库,如果不存在,执行附带光盘中的equipment.sql。 数据库需要配置ODBC,在ODBC中的数据源名称为equipment 2、把源程序目录从光盘上拷贝到硬盘上,取消文件夹
Graphjava
- java图像处理的代码,初学者可以看一看。 1.运行方法: 首先编译好类文件,使用下面的命令: javac *.java 编译好四个文件之后,由于程序中将所有的类声明在一个包(grapro)里面,所以需要建立一个目录,起名为grapro,然后 将所有的class文件都复制到里面。 做好上面的工作之后,用下面的命令来启动程序: javaw –classpath "新建的grapro目录的上级目录" grapro.GraphProg 假如class
head_first
- Head first 设计模式中文完整版源码 Java版 配合设计模式一起使用-Head first design patterns full version of the Chinese design patterns used together with source code
head-first
- 《Head First C#》是学习面向对象编程、C#和Visual Studio IDE的绝佳途径。这本书是针对你的大脑特别制作的,涵盖C#3.0和Visual Studi0 2008,讲授了从垃圾回收到扩展方法以至双缓冲动画等多方面知识。你还将掌握C#的最的热门语法LINQ,可以用来查询.NET集合、SQL数据库等不同来源的数据。读完这本书,你将成为一名水平高超的C#程序员,完全有能力设计和开发大型应用。 这里提供java版本的源码!-" Head First C#" is
code
- 关于java的经典代码,详细案例分析。里面包含十几个关于java的基础案例,非常适合刚刚学习java的同学。-java code ,very useful,fit for the people who first learn java languege,you can learn java very fast,just believe it,
first
- code for who learning struts newly. this project is use full for struts learners
Lucene-code-src3.0-
- Lucene3.0原理与分析java版 第一章 全文检索的原本原理 第二章 Lucene 的总体架构 第三章:Lucene 的索引文件格式 第四章:Lucene 索引过程分析 第五章:Lucene 段合并(merge)过程分析 第七章:Lucene 搜索过程解析 第八章:Lucene 的查询语法,JavaCC 及QueryParser 第十章:Lucene 的分词器Analyzer-The first chapter of the full text searc
ProgressBarHandler
- mars老师android教程第一季源代码第第一篇-mars teachers in the first quarter, android tutorial source code first
code
- some examples about struts.You can learn how to use Struts to build your first project and how to connect to database
Head-First-java-src
- HeadFirstjava里的源代码,可以直接运行的.-Head First Java in the source code, and can run directly.
JAVA--shootinggame
- 男人的最爱,射击类游戏代码,先成为CS编程高手,在成为CS游戏高手。-Man' s favorite shooting game code, first become a the CS programming expert, in CS gamers.
checking-in-analysis_Java
- 考勤分析,详情参参见代码 首先需要安装Java的支持环境jdk-6u13-windows-i586-p.exe 安装完毕后,进入checking-in,选择 "run.bat"-Attendance analysis, details see reference code first need to install the Java support environment jdk-6u13-windows-i586-p.exe After installation, ente
mars-first-code
- Android mars老师自学视频第一季 所有源代码-Android mars teacher self-study video all the source code for the first quarter of
Javafiles
- 获取目录文件属性信息,Java源代码。先读取文件的属性信息,类似只读、存档、隐藏等这类文件固有的属性信息,然后将这些信息输送到预先准备好的文本框内并显示给用户看。-Get directory file attribute information, Java source code. First read the file attribute information, similar to the read-only, archive, hidden, etc. inherent in this
Breadth-first-traversal-
- 简单的广度优先源代码,可供初学者学习使用。-Simple breadth-first source code, for beginners learning to use