搜索资源列表
FP-growth-algorithm-implementation
- FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
PopupMenu
- 下拉菜单、弹出菜单、css菜单的javascr ipt实现-The drop-down menu, pop-up menu, css menu javascr ipt achieve
jni_sourcecode
- JNI接口的应用事例程序, 具体的详细理解接口,请参阅JNI.H头文件。-JNI interface sample codes, referance the jni.h header file in detail.
minimum_weight_spanning_tree
- Language used : JAVA platform : Windows XP Compiler used : JCreator How to execute this code? :- *Name of my source file is lab5.c. *Compile and execute it. *It asks for the input file name. *Submit the name of the inp
easyjweb-1.0-m1
- 自动化进销存系统源代码,1、安装相关依赖包 解压dependencies.zip至 user.home \.m2目录下 结构为C:\Documents and Settings\Administrator\.m2\repository 2、解压easyjweb源代码 解压easyjweb-1.0-m1.zip至任意无空格的目录 3、生成新项目 运行easyjweb-1.0-m1/bin/easyjweb crud z:\workspace\easy
shenrujava-xuniji-edtion2
- 本书共分20章,第1-4章解释了Java虚拟机的体系结构,包括Java栈、堆、方法区、执行引擎等;第5-20章深入描述了Java技术的内部细节,包括垃圾收集、Java安全模型、Java的连接模型和动态扩展机制、class文件、运算及流程控制等等,其中第6章和附录A-C安全可以作为class文件和指令集的参考手册。本书还附带光盘,光盘中包含用以辅助说明正文内容的交互式例示applet及示例源代码。-Allow phonetic typing Book is divided into 20 ch
AnalyseFrame
- 词法分析器。 词法分析程序,分析C源代码,找出其中的单词,并确定单词的类型-Lexical analyzer. /*** Sample application analysing C code to accidence file* lexical analysis procedures, analysis of the C source code, find the word, and to determine the type of word* Keyword KEY* identifi
JtreeExample
- 主要是展示java 树形结构的实例程序,借着不同的按钮,实现对java树形分支组件的可触发状态的改变. 个人认为是一个较好的学习java(c/s)树形处理菜单模式的样例。不防看一个。-Is mainly to show the the java tree structure instance procedures, the state the java tree branch components can trigger changes through the different buttons
readWav
- The program shows how to read in a wav file. In this case, the programme is expecting a single channel (mono), 16bit PCM encoded file. The complete source file can be downloaded using the link below. It is compiled and executed as follows:
CallDll
- java调用C++的示例程序,JAVA程序调用dll文件简单示例。-java call C++ sample programs, JAVA program calls dll file simple example.
MIN(maximal-information-coefficient)
- MIC最大信息数;用来表针变量的相关性大小(适用于线性和非线性情况)。MIC具有以下三条重要性质:1)如果变量x,y存在函数关系,则当样本增加时,MIC值趋于1;2)如果变量x,y可以有参数方程c(t)=[x(t),y(t)]所表达的曲线描述,则当样本增加时,MIC值必然趋于1;3)如果变量x,y相互独立,则当样本增加时,MIC值必然趋于0.-MIC maximum number of information correlation to the size of the hands of va
TreeTest2
- 给定一棵有n个结点的二叉树,结点的编号为0~n-1。请你编写程序输出二叉树的前序遍历序列。 Input 输入的第一行是一个正整数t(1 < t < 20),表示有t组测试用例。 对于每组测试用例,第一行是一个整数n(0 < n < 20),表示二叉树结点个数。第二行是一个数r(0≤r≤n-1),二叉树根结点的编号。后面有n-1行,表示二叉树n-1条边的信息。每行三个数a,b,c,三个数间由空格隔开,其中0≤a,b≤n-1且a≠b, c为0或1。a表示边的起点,
count
- 给你一个不带括号的表达式,这个表达式只包含加、减、乘、除,请求出这个表达式的最后结果,最后结果一定是整数; Input 一个数学表达式,只包括数字,数字保证是非负整数,以及五种运算符 + , - , * , / , = ;数字和运算符之间有一个或者多个空格,运算符的总数不会超过100,最后以 = 号结尾,表示表达式结束。注意:使用C的同学,在读取字符串的时候请使用scanf( s ,..) 以免不必要的错误。 Output 整数; Sample Input 1 + 2 +
Glum
- sample projects c++ console