搜索资源列表
java__chat
- 用JAVA编写的聊天程序,客户端与服务端集成在一个文件中,代码简洁,无多余复杂功能。-prepared with Java chat procedures, client and server integrated in a document, the code simple, non-redundant functional complex.
JavaMailWithGUI
- 带有GUI的Java实现的邮件客户端程序,功能多,程序并不是很复杂,适合初学者,中等水平的朋友阅读学习-with Java GUI mail client program, function, procedure is not very complex, for beginners, intermediate level of a friend of reading
OReilly.JavaScript.The.Definitive.Guide.5th.Editio
- This Fifth Edition is completely revised and expanded to cover Javascr ipt as it is used in today s Web 2.0 applications. This book is both an example-driven programmer s guide and a keep-on-your-desk reference, with new chapters that explain everyth
javakaiyuan
- 一个使用Java语言开发,以国内开源Web MVC框架EasyJWeb作系统引擎的Java Web应用系统,主要实现的功能有订单录入、打印、销售汇总、原料管理、客户管理、生产配料计算、报表打印、汇总、系统数据管理及维护等功能,是一个使用非常简单的编码方式实现的Web开源应用系统 采用面向对象的设计方法,页面设计及系统逻辑分离,具有较好的扩展性。系统使用数据库中间件技术,支持My SQL、MS SQL Server等多种数据库系统平台。系统涉及到复杂表单数据提交、AJAX无刷新数据提交、WEB
TCP.rar
- TCP协议模拟,用JAVA图形界面实现,模拟了在复杂信道下的丢包等问题。,TCP protocol simulation, implementation using JAVA graphical interface, analog channel in the complex under the packet loss and so on.
Extractor.java
- 复杂网络抽取社区骨架的算法,对于理解复杂网路很哟帮助-Complex network of community-based skeleton extraction algorithm, for understanding the complexity of the network is to help yo
Communities-complex.java
- 介绍复杂网络社区划分社区特性的源代码,尤其是无标度网络-Introduced the complex network of community characteristics into the source code of the community, in particular, scale-free network
fenci
- 一个简单的基于词典分词的程序,lucene的分词程序不少,但有时候并不需要复杂的功能,只是需要简单的根据指定的词典分词。代码简单,可以作为学习参考-A simple dictionary-based word process, lucene procedures for sub-word a lot, but sometimes does not require complex functions, but only require a simple dictionary word accord
Chat
- 一个简单的Java实现的局域网聊天程序,代码不复杂,可给初学者参考。注:选运行服务器程序,即:ChatServer,然后再运行客户端程序,即:ChatClient,运行客户端程序时所带的参数就是客户端名。ip地址需在源文件中设置。-A simple Java implementation of LAN chat program, the code is not complex, can give advanced users. Note: Select to run the server pro
CXF-WebService-send-complex-Object
- 与java结合较好的CXF框架实现web服务,利用cxf实现复杂对象的传递,内含简单源码。-Better CXF framework combined with the java web service using cxf transfer complex objects, containing a simple source.
Communities-complex.java
- 介绍复杂网络社区划分社区特性的源代码,尤其是无标度网络-Introduced the complex network of community characteristics into the source code of the community, in particular, scale-free network
Extractor.java
- 复杂网络抽取社区骨架的算法,对于理解复杂网路很哟帮助-Complex network of community-based skeleton extraction algorithm, for understanding the complexity of the network is to help yo
APICloud_raspiberry
- APICLoud云控制系统是一个基于APICloud云平台的远程控制和监控系统,主要功能是通过移动终端轻易的查看远程实时视频图像,获取各种传感器状态,发送控制设备命令等。该系统的底层设计以每一个树莓派作为一个监控单元,完成了对各类传感器、视频、图像等数据的采集,通过GPIO引脚控制电机、继电器等外接硬件设备,中间层以APICloud云平台作为数据服务端,为底层和终端提供数据服务。该系统的主要特点是“云端一体”,基于APICloud提供的“云API”和“端API”,开发者甚至可以忘记繁杂的服务端编
nodejs父子进程的stream方式通信
- 父子进程使用管道通信,对于spawn方式创建的子进程,没有默认管道,所以需要使用此中方式,另外,通过nodejs创建出来的其他进程,比如java,c,都可以使用输入输出流来实现更复杂更安全的通信(The father child process uses pipeline communication, and there is no default pipe for the subprocesses created by the spawn mode, so we need to use thi