搜索资源列表
grammatica-1.4.tar.gz
- Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support
JAVA的声音处理方法 (转自伊氏女人)-----淘特网
- 数字音频格式有很多种,其质量与采样频率和采样精度两个参数有关。频率的表示单位为赫兹〔Hz〕,它表示每秒采样次数。采样频率越高,音质就越好。采样精度为每次采样所存储的数据数量,它决定每个数字信号所能够表示的离散振幅的数量。存储每个样本的数据越多,音质就越好。但是高品质的声音需要占用大量的内存和磁盘空间。考虑到网络带宽,在Internet连接上传输就需要花费很长的时间。对于Applet来说,保证声音文件的最小化是极为重要的。-digital audio format there are many,
JAVA初学者最新教程
- 针对越来越多的用户喜欢JAVA,我特意奉献给大家JAVA初学者教程,希望能对大家的编程有所帮助,不过,我本人并不喜欢JAVA,所以也没法给大家太多的意见,见谅-response to the increasing number of users like Java, I deliberately dedicated to all Java beginners guide, we hope for programming help, but I do not like Java, so it ca
Josephus算法
- 用JAVA写的一个小算法! 实现了出局的人数小于循环的人数~!·-using Java to write a small algorithm! Achieved less than the number out of circulation ~!
案例9-1
- 这是一个用JAVA编的小游戏,电脑会在1到100之间随机产生一个数,由你来猜,每次猜完电脑会告诉是偏大还是偏小,直到你猜对为止-This is a series with the small Java games, the computer will be from 1 to 100 between a randomly generated number, you guess, guess time will tell End computer is too large or too small
java异常编程实例
- java异常情形的一些实例.里面列举了一些java异常种类,可供参考-anomalies are some examples. They cited a number of unusual types of java, for example,
Library_Mangerpro
- 用java编写的图书管理程序,包含多项技巧,不错的学习参考-used books prepared by the management procedures, contain a number of skills, learning good reference
cubecon
- 一个数学问题: 输入8个数,作为立方体顶点,判断能否构成满足要求的立方体 涉及输入输出异常等方法,适合JAVA初学者打基本功-a mathematical problem : Admission Number 8, as cube vertex, a judge can meet the requirements posed the cube involving abnormal input and output methods, for Java beginners the basic
FileMuller
- java编写的删除文件的小程序,先通过对要删除的文件覆盖伪随机数,使得文件删除后不能被复原-document prepared by a small deletion procedures, first of the documents to delete coverage pseudo-random number that gave the document can not be deleted after rehabilitation
biyi123
- 用于对目前流行的几乎所有编程工具所编写的程序进行代码统计, 分析出程序中的代码行、注释行、空白行的行数和比例,软件支 持VC++、C++Builder、Delphi、VB、C/C++、ASM、Java等程序类型。 软件拥有非常漂亮的界面和 强大的智能化统计功能,编程必备工具。-for almost all popular programming tools produced by the procedure code statistics, the analysis proced
java_example
- 实例(java) 1. 编写一个程序,列出1 到1000 以内的,求59 的余后为1 质数。 2. 试编写程序解下面的问题。猴子吃桃问题:猴子第一天摘下若干个桃子,当即吃了 一半,还不瘾,又多吃了一个 第二天早上又将剩下的桃子吃掉一半,又多吃了一个。 以后每天早上都吃了前一天剩下的一半零一个。到第10 天早上想再吃时,见只剩 下一个桃子了。求第一天共摘了多少。 3. 编写一个程序求1+2!+3!+...+20!的和。 4. 试编写程序求解下面的问题:海滩上有一堆桃子,
2003011273project5
- Java小程序两个: 1.输入五个同学的成绩,并将这五个数保存到文件“data.txt”中。然后再编写一个程序:从“data.txt”中读取这五个成绩,计算他们的平均数,然后从小到大排序并输出这五个人的成绩。 2.将八皇后问题的所有界保存到文件“Queen.txt”中。-Java applet 2 : 1. Importation of five students achievements, This number will be five to preserve documents &
NotePad_cws
- 一个用JAVA实现的记事本程序,有多文档功能,还可以保存跟打开文件.-JAVA with a notebook of the process, a number of document functions, can also save with open files.
java2 图形设计 卷II Swing
- java2 图形设计 卷II Swing,里面包含大量java swing图形设计代码-java2 Graphic Design Volume II Swing, which contains a large number of java swing graphic design code
doctorj-4[1].0.0.tar
- DoctorJ是一套分析JAVA代码的应用程序。除了完成javadoc的功能,它根据标准和代码的准确度来检验文件。产生一个文件或者项目的统计信息,包括每一个类和方法的代码行数以及总数。语法分析器处于开发中-DoctorJ analysis is a set of Java code applications. In addition to completing the javadoc functions, in accordance with the standards and codes to
chat
- 基于Corba的聊天室,可以设定人数上限。-Corba-based chat room, you can set the maximum number.
FindTheCurrentEvents
- 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
java-scanner
- 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
Multilizer_2007_Enterprise_v7.1.8.774
- Multilizer 2007 Enterprise - a powerful program designed for transfer programs. Understand the immense number of formats, can distinguish between the type of programming language used in the program. It is possible to edit files for different OS plat
Miller-Rabin_primality_test_(Java)
- Miller Rabin:Just like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that we want to test for primality.