搜索资源列表
fio
- 1.文件和目录管理,使用java.io.File类编程,完成如下功能: (1)输入文件名称 (2)判断该文件名称是否存在 (3)若文件存在,判断是文件还是目录 (4)若是文件则输出文件的各种属性 (5)若是目录则输出其中包含的所有文件的名称 2.二进制文件的读写操作,用InputStream和OutputStream及其子类,设计并实现一个可以完成文件复制操作的程序。 3.文本文件的读写操作,编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词
AnimationText
- java 动画处理代码,能实现图形及文字的动画处理。-java Animation handling code, to achieve animated graphics and text processing.
charcodeASP
- 一个字符转换函数,可以把UTF8转换为GB编码文字,是ASP源码,非常有和,其中包括对汉字的转换!二进制代码转换为十六进制、十进制代码,十六进制、十进制转换为二进制,GB字符转UNICODE字符,URL字符解码等-A character conversion function can be converted to GB encoding UTF8 text, is the ASP source code, and very, including the conversion of Chines
getini_src
- Java数据库备份迁移程序的源代码.这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-Java Database Backup migration program' s source code. This done with the
getini_src
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。 -This program can be completed using Java inside the database to export data to other databa
BinaryTxtSMS
- This J2ME application is designed to send and receive binary text message.
cuongtv_53_hw01
- Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stored in a node in the structure.
getini
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-The use of Java to complete the program can export the data in the database insert statement f
JavaDB
- 这个用Java完成的程序可以把数据库里的数据导出为其它数据库的insert语句,用于数据备份或迁移到另一个数据库,注意,在数据转换过程中,文本和二进制字段将被忽略,程序支持oracle、sybase、mysql和ms sqlServer数据库。你可以修改参数文件、增加新的jdbc驱动来增加新数据库种类的支持。-The use of Java to complete the program can export the data in the database insert statement f
binaryConverter
- Binary-to-text and text-to-binary converter, useful for presented working algorithms, as well as for some school assignments.
BinaryToText
- Convert text to Binary and binary to text
lab08
- The Implementation Level additions: Extend the Binary Search Tree ADT… 1. to include a public method leafCount that returns the number of leaf nodes in the tree. 2. to include a public method singleParentCount that returns the number of nodes in
TheAnalysisOfStudentScore(UI)
- 综合运用Java语言和面向对象技术开发一个小型软件系统。 实验要求: (1) 程序使用图形用户界面。 (2) 文件操作与数据统计功能 <1> 打开上面给出的文本文件,将其中的成绩数据加载到内存。 <2> 把内存中的成绩数据另存为格式相同的另一个文本文件。 <3> 把内存中的成绩数据另存为一个二进制的对象文件。 <4> 打开已经保存的二进制的对象文件,将其中的成绩数据加载到内存。 <5> 统计分析已经加载到
TheAnalysisOfStudentScore
- 综合运用Java语言和面向对象技术开发一个小型软件系统。此为拖拉控件版本,和另一个手写界面不一样。-搜索 图片 地图 新闻 云端硬盘 日历 翻译 相册 更多 ▼ 翻译 Experimental requirements: (1) The program uses a graphical user interface. (2) file operations and statistical functions <1> Open the text file given
No.6
- 一、进制转换 程序功能:在窗口中创建单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。二、简单计算器 程序功能:在窗口中输入操作数1和操作数2,选择加减乘除中的一种运算,点击“计算”按钮,得到结果。三、键盘鼠标响应 程序功能:在窗口中用鼠标左键和右键单击时,窗口下方显示哪个键被点击,坐标是多少;当键盘上某个键被点击时,窗口下方显示这个键的名称。-First, the binary conversion Program
synapse-tasks
- Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB). Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for XML, Web Services and REST. In addition to XML and SOAP, Apache Sy
Binary system
- 将二进制文件转换成文本文件,在控制台中运行无GUI(Converts binary files to text files and runs in the console without GUI)