搜索资源列表
whiledatatype
- C:\\Documents and Settings\\new\\桌面\\新建文件夹\\whiledatatype.rar-C : \\ Documents and Settings \\ new \\ Desktop \\ New Folder \\ while datatype.rar
finaloverridingillusion
- finaloverridingillusion.ziplic class DoWhileDemo { public static void main(String[] args) { String copyFromMe = \"Copy this string until you encounter the letter g .\" StringBuffer copyToMe = new StringBuffer() int i = 0 char
agile-principles-patterns-and-practices-in-c-robe
- With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile met
gamelobby
- 在这个系统中,我们将实现一个基于 C/S 架构的黑白棋网络对战平台,在这个系统中,服务器提供一个平台使得多个玩家可以同时连接服务器进行双人对战,同时提供友好的图形用户界面。功能有点像qq的游戏大厅,实际上我也是仿照着做的,不过现在里面只有黑白棋一种游戏。-Under this system, we will be based on C/S structure of the network against Riversi platform, in this system, the servers
Spring-Reference_zh_CN
- Spring为编写企业应用程序提供了轻量的解决方案,同时仍然支持使用声明式事务、 用RMI或web service远程调用、以及使用多种方式来将数据持久化到数据库。Spring提供了全功能的 MVC framework, 以及透明集成AOP到你的软件中的能力。-Spring for the preparation of enterprise applications provides a lightweight solution, while still supporting the use
JavaCallintoCpp
- 实现Java和C++的交互,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。-Java and C++ realization of the interaction, the use of technology is known as the JNI (Java Native Interface), C+
123
- FTP分为主动模式和被动模式两种,FTP工作在主动模式使用TCP 21和20两个端口,而工作在被动模式会工作在大于1024随机端口。FTP采用C/S模式,且客户端和服务器处在不对等地位。-FTP is divided into two kinds of active mode and passive mode, FTP work in active mode using the two-port TCP 21 and 20, while working in passive mode worki
metadata-extractor-2.4.0
- 读取 图片exif信息 并包含获取方法 详细方法// File jpegFile = new File( "C:\\2.jpg" ) // Metadata metadata = JpegMetadataReader.readMetadata(jpegFile) // Directory exif = metadata.getDirectory(ExifDirectory.class ) //这里要稍微注意下 // Iterator tags = exif.getTagIte
cifa
- C++源代码单词扫描程序(词法分析) (关键字:"int","if","cin","while","include","end","main","else","cout","iostream.h")-C++ source code word scanner (lexical analysis) (keyword: " int" , " if" , " cin" , " while" , " include" ,
jquery-ui-1.8.7.custom
- The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming languages, give "ja" (for Java or Javascr ipt) a try.
JNI-(2)
- JNI: Java 層與C++層的接口 在雙層框架裡 ,上層是Java 框架,而下層是C/C++框架。這兩 層框架之 間會有密切 的溝通。此時JNI(Java Native Interface)就扮演雙方溝通的接口 了 。藉由JNI 接口,可將Java 層的基類 或子類 的函數 實作部份挖空,而移到 JNI 層的C 函數 來 實作之。例 如,原來 在
eoe_SDK
- JNI: Java 層與C++層的接口 在雙層框架裡 ,上層是Java 框架,而下層是C/C++框架。這兩 層框架之 間會有密切 的溝通。此時JNI(Java Native Interface)就扮演雙方溝通的接口 了 。藉由JNI 接口,可將Java 層的基類 或子類 的函數 實作部份挖空,而移到 JNI 層的C 函數 來 實作之。例 如,原來 在
OReilly---JavaScript---The-Definitive-Guide--5Ed.
- is an interpreted programming language with object-oriented (OO) capabilities. Syntactically, the core Javascr ipt language resembles C, C++, and Java, with programming constructs such as the if statement, the while loop, and the && operator. The sim
yuntaicontrolserverandclient
- 云台控制代码,里面包含有可以烧入嵌入式系统的C代码,同时含有客户端,和服务器端的java代码。-java implementation of PTZ control code, which contains an embedded system can be burned into C code, while with the client, and server-side java code.
metadata
- 读取 图片exif信息 并包含获取方法 详细方法// File jpegFile = new File( "C:\\2.jpg" ) // Metadata metadata = JpegMetadataReader.readMetadata(jpegFile) // Directory exif = metadata.getDirectory(ExifDirectory.class ) //这里要稍微注意下 // Iterator tags = exif.getTagIterator() //