搜索资源列表
wdma
- 介绍DMA的基本概念、工作方式及实现时序图,和应用事例-DMA introduced the basic concepts and working methods to achieve sequential plans, and application examples
AprioriAll (Sequential Pattern Mining)
- ApriroriAll (Sequential Pattern Mining) Java Source Code
supermarketMang
- this file contain source cod for supermarket system using the maining and sequential
CopyArray
- 设某个一维数组中有25个元素,编写一个顺序查找程序,从中查找值为80的元 素在数组中的位置。 -Set a one-dimensional array of 25 elements, the preparation of a sequential search process to find the value from the array of 80 elements in place.
CalculateTheSummary
- 1. 编写一个程序打印数出有10个元素的浮点数组a1中最大值和最小值。 2.将有10个元素的数组a1 拷贝至含有15个元素的数组b1的一段位置。 3.将一个已存入数组中的值45,89,7,6,0,按0,6,7,89,45的次序打印出来。 4. 求一个3*3矩阵对角线元素之和。 5.设某个一维数组中有25个元素,编写一个顺序查找程序,从中查找值为80的元素在数组中的位置。 -1. Write a program that prints out a number of floa
mandelbrot.tar
- Mandelbrot calculate, strategy static,dynamic and sequential
SequentialPageRank
- Sequential version of PageRank implemented with Java
xianxingbiao
- 线性表的应用,包括顺序存储,链式存储,选择排序,循环链表,双链表,顺序查找等内容-Linear list of applications, including the order of store, chain store, selection sort, circular linked list, doubly linked lists, sequential search, etc.
evaluation
- 一个开放源码的基于Java库的目标跟踪评价工具。目前包含11种不同的顺序,如滤波器,卡尔曼,颗粒,H无穷,相互作用多模型(IMM)的,及其他。 -An open source Java based library for target tracking evaluation tools. Currently contains 11 different sequential filters, such as Kalman, particle, H infinity, interacting
LuceneInAction
- 翻译结果(中 > 英)复制结果 The book introduced the Lucene explain profound theories in simple language -- an open source using the Java language full-text search engine development kit. Through its simple language, many of the rich, sample code, and clear
student-system
- 本系统是个学生成绩管理系统 有如下功能: 1.用顺序表n个学生的学号和成绩录入; 思想: 在主函数里完成学生人数限定,和定义学生的结构体指针,调用录入函数。 用结构体指针完成学生信息录入。 2.用选择排序法对n个学生的成绩按照降序排列; 思想: 定义2个学生结构体指针,用选择法完成学生成绩排序。 3.利用栈和队列的算法操作,删除不及格的学生信息,保留及格学生信息在栈或队列中; 思想: 定义一
M_2_1
- 数值计算基础。Java版本的用顺序消元法、列选取元消元法、全选取元消元法。-The basis of numerical calculation. Java version of the sequential elimination method, the column select element elimination method, the whole select element elimination method.
NumberPuzzle
- 数字拼图游戏flash源代码,左右移动以便使1到9的数字按照顺序组合。-Digital jigsaw flash source code, move around in order to make the figures of 1-9 in accordance with the sequential combination.
copy
- 1. 编写一个框架窗体程序,程序总体采用BorderLayout布局,每个面板采用顺序布局即可。在第一个文本框内输入文件名,在下面的文本区内显示打开的文本内容。在第二个文本框内输入文件名,则可将现在的文本区内容保存之目标路径。并在文本区内显示“保存完毕”的文字。在菜单栏内有“文件”、“复制”两项。文件内有“新建”、“退出”两项。复制没有任何功能。点击“退出”,则关闭本程序。“新建”和“退出”之间有一条分割线。点击“新建”后,清空所有内容,恢复初始状态。框架窗体大小为(450,300)。-To p
mythread
- 多线程学习资料,线程是程序中一个单一的顺序控制流程。在单个程序中同时运行多个线程完成不同的工作,称为多线程。-Multithreaded learning materials, the thread is a single sequential control flow in the program. Accomplish different tasks simultaneously run multiple threads in a single program, called multi-t
Java-Thread
- java 多线程学习资料 线程(thread, 台湾称 执行绪)是"进程"中某个单一顺序的控制流-java multithreaded learning materials thread (thread, said thread in Taiwan) is a single sequential flow of control in the process
Data-structure
- 数据结构课程设计之一元多项式加减乘一、需求分析 1、顺序结构、动态链表结构下的一元多项式的加法、减法、乘法的实现。可以分为几个模块:输入模块、输出模块(升幂降幂)、数据处理模块(多项式的加减乘)、主程序模块。 -Data structure curriculum design by a polynomial subtraction, demand analysis, sequential structure, dynamic list structure under one yuan p
AbstractSequentialListTest
- Abstract Sequential List Test for Andriod.
gsp_AGP
- GSP Algprithm for sequential mining pattern. Full JAVA code.. For further code/query please follow us on http://www.philippe-fournier-viger.com/spmf/index.php?link=download.php
clasp_AGP
- Sequential Pattern Finding algorithm