-
"Core Java2 Volume I
《Core Java2 Volume I-5e》
源码
-"Core Java2 Volume I-5e" FO
- 2022-02-12 16:03:25下载
- 积分:1
-
这个是我自己做的网络购物程序 大家有兴趣的话可以拿去作为参考...
这个是我自己做的网络购物程序 大家有兴趣的话可以拿去作为参考
-this my own network to the procedures we are interested in be used as a reference
- 2023-05-24 01:35:04下载
- 积分:1
-
这个编译实验把一个正则表达式转化为不确定的有穷自动机NFA算法,有兴趣的朋友可以看看哦。...
这个编译实验把一个正则表达式转化为不确定的有穷自动机NFA算法,有兴趣的朋友可以看看哦。 -The experiment to compile a regular expression into an uncertain finite automata NFA algorithm, interested friends can see Oh.
- 2022-02-25 10:25:11下载
- 积分:1
-
企业级的即时通软件。。java语言写的
这是客户端部份。
企业级的即时通软件。。java语言写的
这是客户端部份。-Real-time enterprise-class software. . language written in java This is part of the client.
- 2022-03-11 12:09:05下载
- 积分:1
-
hibernate参考 很简单而且很实用的一本书,大家去看看吧
hibernate参考 很简单而且很实用的一本书,大家去看看吧-hibernate reference
- 2022-05-05 03:18:24下载
- 积分:1
-
Lex Bell Laboratories of the United States with C language developed by a lexica...
Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
- 2022-02-09 15:55:49下载
- 积分:1
-
Java p2p程序设计2002年版,书中程序代码,觉得还不错,电子书里的不清晰...
Java p2p程序设计2002年版,书中程序代码,觉得还不错,电子书里的不清晰-Java p2p program design in 2002 edition, the book code, feel good, e-books in the lack of clarity
- 2023-04-20 01:55:04下载
- 积分:1
-
java教程中的一段源码,其功能是,用socket建立通讯实例客户端。...
java教程中的一段源码,其功能是,用socket建立通讯实例客户端。-java tutorial in the section of source code and its function is, and set up communication socket client example.
- 2023-07-09 10:45:03下载
- 积分:1
-
java写的类似winmap的mp3播放器
java写的类似winmap的mp3播放器-similar winmap mp3 player
- 2022-02-14 13:22:15下载
- 积分:1
-
学习一门新的编程语言是很吓人的,特别是如果你需要的话…
Learning a new programming language can be intimidating, especially if you need to get up and running with it quickly. If you are a current Java developer who needs to learn C#, this book is essential. Java and C# share many common characteristics and by focussing on the key similarities and differences between the two languages, From Java to C#: A Developer s Guide enables you to use your existing knowledge of object-oriented concepts to learn C# efficiently and quickly. However, features of C# that are totally absent in Java are given the detailed description they warrant.
This practical guide will help you move easily from Java and J2EE to C# and .NET concepts as quickly as possible.
- 2022-07-15 22:41:41下载
- 积分:1