Welcome![Sign In][Sign Up]
Location:
Search - source and destination java

Search list

[JSP/JavaVideoTransmit

Description: The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destination computer or network in JPEG format. - The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destination computer or network in JPEG format.
Platform: | Size: 4096 | Author: 东东 | Hits:

[Database systemOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10240 | Author: wq57 | Hits:

[MiddleWareCopyfileMonitor1

Description: 文件拷贝监控系统,可以设置多个目标文件磁盘驱动器,然后根据目标和源驱动器的映射将文件拷贝到目标磁盘。-Paper copies of monitoring system, you can set up a number of the destination file disk drive, and then depending on the target and source drives mapped file copy to the target disk.
Platform: | Size: 5081088 | Author: henry | Hits:

[JSP/Java8_puzzle

Description: 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用方法:建立Java Project后,分别建立三个同名的.java文件,将源码分别复制过去然后编译运行即可。-a source code that solves the 8 puzzle problem. it uses A-star algorithm, and a major data structure of Vector<int[]>. The output of the program would be "no solution" or a series of strings representing the moves during the solution. Well, some samples need to be proceeded for around 30 seconds, but the program per se is indeed correct and will ultimately generate the shortest solution. so if u encounter such occasion plz jst wait for a while tho~~~ thnx~!! the heuristic function, say h(x), in this source code is the sum of the Mahattan Distance of each block from its destination block. How to use: build a Java Project, and create three .java files with the same names in the .zip file accordingly, and copy the source from the .zip file and just compile and run~~! have fun thnx~!
Platform: | Size: 669696 | Author: Siegfried | Hits:

[JSP/Javadijkstraforshortestpath

Description: dijkstra algorithm is mainly used to calculate shortes path in between source and destination. it has the time complexity of o(n log n)
Platform: | Size: 2048 | Author: govind | Hits:

[JSP/JavaJava-IO

Description: 编写一程序实现任意文件的拷贝功能,源文件名和目的文件名由命令行参数提供。 2.创建一个学生对象,并把它输入到一个文件(mytext.txt)中,然后再把该对象读出来,将其还原后打印出来。 -Write a program to achieve any file copy function, source file name and destination file name from the command line parameter. 2. To create a student object, and it entered into a file (mytext.txt), and then then the object is read out to the restored print.
Platform: | Size: 8192 | Author: zhang liang | Hits:

[JSP/JavaNBP

Description: Its a network petrolling software in Java.. its very much helpful in eliminating the chances of packet loss while transferring data over network.. here we create 2 routers between source and destination machine.. the first router would be between source machine and actual router and the 2nd router would be between actual router and destination machine.. as per the bandwidth only these artificial routers would control the packet flow...
Platform: | Size: 47104 | Author: sumit | Hits:

[FlashMXDynamicDest-DynamicDestClient

Description: 源代码实现功能: 1. 实现了Flex与Java后台的通信与调用。 2. 实现了Flex的消息推送技术,实现服务器端消息的发布以及多客户端消息的订阅。 3. 实现Java端动态创建Destination提供给Flex调用。 4. 适用于动态热部署项目需求的应用。 -The source code functions: 1. Communication with the call of the Flex and Java background. 2. Achieve a the Flex message push technology, the news of the release of the server-side as well as multi-client message subscription. Java end dynamically created Destination provided to the Flex calls. 4 apply to the application of dynamic thermal deployment project needs.
Platform: | Size: 3661824 | Author: 欧军正 | Hits:

[Internet-Networksocket

Description: 利用java或C++语言,设计程序,功能为捕获网络中的IP数据包,解析数据包的内容,将结果输出。 具体: 1.设计程序,捕获进自己端口的IP数据包。 2.解析捕获的IP包的版本、首部长度、服务类型、总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、首部校验和、源IP地址和目的IP地址等内容。 -Use Java or C++ language, design procedures, functions to capture IP packets in the network, parse the contents of the packet and outputs the result. Specifically: Design process, capture into its own port IP packet. 2 analytical captured version of the IP packet, the header length, type of service, total length of the data packet identifies Break flag, Break offset value, the survival time, the upper layer protocol, header checksum, source IP address and destination IP addresses, and other content.
Platform: | Size: 305152 | Author: 李梅 | Hits:

[JSP/JavaCopy

Description: 复制文件的程序。命令格式如下:java copy 源文件名 目标文件名。 该程序将源文件复制到目标文件,然后显示这个文件中的字节数。如果源文件不存在,就会告知用户找不到这个文件。如果目标文件已经存在,就告知用户目标文件存在。 -Copy the files. Command format is as follows: java copy source file name destination file name. The program will copy the source file to the target file, and then displays the number of bytes in the file. If the source file does not exist, it will inform the user can not find the file. If the target file already exists, inform the user of the target file exists.
Platform: | Size: 1024 | Author: griten | Hits:

[Other Riddle gamesHuaRongRoad

Description: Java小游戏源代码< 华容道>> 程序执行后,点击相应的人物,然后按上下左右键可以移动。点击重新开始按钮,可以将各个人物的位置重置。如果目的地的面积能够容得下当前要移动的人物,则认为可以移动。当曹操移动到“曹操到达该位置”的位置的时候,认为程序结束。-Java game source code > > < < Huarong program execution, click on the appropriate characters, and then press the arrow keys to move. Click the start button, you can reset the position of the various characters. If the destination area to be moved to accommodate the current figure, then that can be moved. When Cao Cao moved to the " Cao Cao reaches the position" position when that program ends.
Platform: | Size: 4096 | Author: 苏彬 | Hits:

[JSP/JavaJavadatastream

Description: Java读存大块二进制资料文件,java.io 包中提供了BufferedInputStream 和BufferedOutputStream 类来缓存的读写流。但是读写大块的数据文件时,使用这两个类的效果并不是很好。本例演示了如何自定义缓存区,并使用不具有缓冲功能的DataInputStream 和DataOutputStream 类来读写大块的数据文件。效果如图所示,当按下“Start”按钮后,程序从源文件“d:\image.jpg”读取指定大小(缓冲区的大小)的数据放入缓冲区,然后将缓存区的数据写入目标文件“d:\a.jpg”,如此反复直到读完源文件。-Java read binary data files stored chunks, java.io package provides a BufferedInputStream and BufferedOutputStream classes to read and write cache flow. However, when reading and writing large data files, use these two classes of effect is not very good. This example demonstrates how to customize the cache and use DataInputStream and DataOutputStream class does not have the buffering functions to read and write chunks of data files. Results as shown, when you press "Start" button, the program from the source file "d: \ image.jpg" reads the specified size (buffer size) of data into a buffer, then the data cache written to the destination file "d: \ a.jpg", and so forth until you read the source file.
Platform: | Size: 22528 | Author: jpudn47 | Hits:

[JSP/JavaJDATASTREAM

Description: 摘要:Java源码,文件操作,读取文件,二进制 Java读存大块二进制资料文件,java.io 包中提供了BufferedInputStream 和BufferedOutputStream 类来缓存的读写流。但是读写大块的数据文件时,使用这两个类的效果并不是很好。本例演示了如何自定义缓存区,并使用不具有缓冲功能的DataInputStream 和DataOutputStream 类来读写大块的数据文件。效果如图所示,当按下“Start”按钮后,程序从源文件“d:\image.jpg”读取指定大小(缓冲区的大小)的数据放入缓冲区,然后将缓存区的数据写入目标文件“d:\a.jpg”,如此反复直到读完源文件。-Summary: Java source code, file operations, read files, binary Java read binary data files stored chunks, java.io package provides a BufferedInputStream and BufferedOutputStream classes to read and write cache flow. However, when reading and writing large data files, use these two classes of effect is not very good. This example demonstrates how to customize the cache and use DataInputStream and DataOutputStream class does not have the buffering functions to read and write chunks of data files. Results as shown, when you press " Start" button, the program from the source file " d: \ image.jpg" reads the specified size (buffer size) of data into a buffer, then the data cache written to the destination file " d: \ a.jpg" , and so forth until you read the source file.
Platform: | Size: 23552 | Author: ynm | Hits:

[JSP/JavaFileSearch-First_release

Description: FileSearch This application find all files and copy only files with specified suffix (type). Application reading file signature in hex and compare with specified template. In uational version, supported only exe and apk files. U can change type of files, changing constant FILESTYPE in HeaderFiles.java. For testing - run HeaderFiles and specify two arguments, with space separated. Arguments: 1st - source-folder, where U want find files, with specified suffix 2nd - destination-folder, where U want copy finded files-FileSearch This application find all files and copy only files with specified suffix (type). Application reading file signature in hex and compare with specified template. In uational version, supported only exe and apk files. U can change type of files, changing constant FILESTYPE in HeaderFiles.java. For testing - run HeaderFiles and specify two arguments, with space separated. Arguments: 1st - source-folder, where U want find files, with specified suffix 2nd - destination-folder, where U want copy finded files
Platform: | Size: 14336 | Author: Roman | Hits:

[Browser PluginsMapBrowser

Description: Map Browser Panel for google map browsing in java desktop application. -Add BrowserMap Panel to your application container and set api key and source or destination.
Platform: | Size: 2048 | Author: Md. Shahin | Hits:

[JSP/Javalog4j

Description: Log4j是Apache的一个开放源代码项目,通过使用Log4j,我们可以控制日志信息输送的目的地是控制台、文件、GUI组件,甚至是套接口服务器、NT的事件记录器、UNIX Syslog守护进程等;我们也可以控制每一条日志的输出格式;通过定义每一条日志信息的级别,我们能够更加细致地控制日志的生成过程。最令人感兴趣的就是,这些可以通过一个配置文件来灵活地进行配置,而不需要修改应用的代码。(Log4j is an open source project Apache, by using Log4j, we can control the log information delivery destination file, console, GUI components, and even set interface server, NT, UNIX Syslog event logger daemon; we can also control the output format of each log by defining each; a log information level, we can generate a more detailed process control log. Most interesting is that these can be configured flexibly through a configuration file without the need to modify the code for the application.)
Platform: | Size: 374784 | Author: duchaochen | Hits:

CodeBus www.codebus.net