搜索资源列表
java--
- JAVAJTest只是做出了一个测试代码框架而已,正真的测试代码,最终还是要用户自己来实现。 因此,我认为,JTest最大的优势在于静态代码分析,至于自动生成测试代码,只是商业上的一个嘑头而已,当然生成测试代码框架也是不错的,但是千万不要以为什么事情都不用自己做了!-JAVAJTest just made a test code framework it is really testing the code, and ultimately to the user is to be achieve
bianyicifafenxi222
- 一个很好的编译原理试验 词法分析的 自己用C语言写的 代码编译通过-a good test of compiler theory of their lexical analysis using C language compiler code written by
第一团购系统 v3.9
- 软件名称:第一团购系统 软件所属分类:.net源码/电子商务 软件版本:3.9版本 软件关键字:第一团购|第一团购系统|免费团购系统|团购网站系统|团购网系统 软件语言:简体中文 软件属性:国产软件 软件授权:免费软件 软件等级:三星 软件大小:4.76MB 操作系统:XP/2003 编辑语言:.NET 数据库类型:MSSQL 官方网址:http://www.1tuan.cc 程序演示:http://test.1tuan.cc/index.aspx 下载地址:htt
kaoshixitong
- 简单的考试系统,客户端可以从准备好的试题中选择试题,服务器端对用户所做试题结果分析打分。使用的是可视化窗口,操作方便,提供的是代码-Simple test system, the client can select a prepared test questions, server-side to the user the results of analysis done by a points test. Using a visualization window, easy to operat
javakeshe
- java课程设计,java做的记忆测试系统,有完整代码和课程设计各部分内容,如目录、需求分析、小结等内容。运行顺利,适合做课设参考。-java course design, java to do the memory test system, a complete code and content of the various parts of the curriculum design, such as directory, needs analysis, summary and so on.
web_DB
- 学生选课系统.按用户、学生、教师、管理员四大模块实现功能.除程序代码另附需求分析、web概要设计及测试报告3份内容详尽的文档。-Student course selection system. By users, students, teachers, administrators four modules function. In addition to the code attached needs analysis, web design and test summary report o
score
- 使用JAVA编写的学生考试成绩分析程序 内附代码 可执行JAR文件 以及实验报告-Prepared using the JAVA analysis of test scores of students program executable JAR file containing the code and test report
moniti
- 进行分析练习用的代码,可以在平台上实验运行分析,省去手动输入代码的工作量-Analysis exercise with the code, you can test run of the platform, eliminating the need to manually enter the code in the workload
JUNIT
- 模拟自动售货机的功能,在Myeclipse平台下编写Junit测试代码对其功能进行功能测试,并对测试结果进行分析记录。-Simulation function of the vending machine, writing Junit test code on its function under in Myeclipse platforms for functional testing, and test results are analyzed records.
TomorrowJunit
- 编写得出明天具体日期的程序,绘制程序流程图,在Myeclipse平台上编写Junit测试代码测试程序的具体功能并分析记录测试结果。-Write drawn tomorrow specific date for the program to draw the program flowchart, writing Junit test code test program functionality and analysis of the recorded test results on in Mye
Test
- 此代码实现了算符优先文法分析器,实现对整数加减乘除运算表达式的分析和处理。 1.扫描程序,将任何一种整数运算表达式(无变量,操作数为正整数,允许加减乘除四种运算,允许使用括号和多层括号)识别为单词,并能发现单词的拼写错误 2.自底向上分析程序,在栈上实现对单词token串的自底向上分析 3. 根据算符优先文法的分析步骤,展示分析栈、token串的状态变化、相关量的优先级比较(算符优先分析表)结果输出 、判断当前是否进行规约或移进操作、(若须规约)显示当前应规约的串 4.展示语法树
Test
- JAVA 关于内存分析测试代码 初学者试用-JAVA memory analysis on trial for beginners
CodeAnalyazer
- 掌握 Java 语言的字符串处理、文本文件的读写。 编写一个类名为 JavaCodeAnalyzer 的类,实现以下功能: <1> 该类可以以一个 Java 源程序文件名创建一个对象,如果文件不存在,或扩展名不 是“ .java”,应提示文件错误; <2> 对该源程序文件进行分析其中的: 代码行数、注释行数和空行数。 <3> 统计并按从多到少输出出现次数最多的 5 个关键字及其出现次数。 <4> 统计分析的结果输出到名为: result
161530125 王令阳 3 覆盖率分析
- 测试代码的覆盖率,使用eclipse 中的codecover 分析代码的覆盖率(this is a test demo wit codecover)