搜索结果

找到约 1,502 项符合 One-Class 的查询结果

其他 FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explic

FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operators).
https://www.eeworm.com/dl/534/234517.html
下载: 153
查看: 1049

教育系统应用 采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统

采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统,主旨在在Internet上构建多个虚拟教室,营造师生互动的网络环境。 她比传统教室教学更为生动活泼,可以为学员提供时间上更灵活,没有地域限制,更高效率、更省费用的培训课程。如果你有在线培训业务,如果你想拓展在线培训业务,烁空将助你一臂之力! V 1.91 改进 ...
https://www.eeworm.com/dl/621/235908.html
下载: 111
查看: 1053

Java编程 一个简单的同学录系统,有增、删、修改、查询、分页功能

一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。 编程环境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首页文件模块 add_new.jsp-----------------增加记录模块 modify.jsp------------------修改记录模块 del.jsp---------------------删除记录模块 save.jsp------ ...
https://www.eeworm.com/dl/633/237446.html
下载: 105
查看: 1042

Delphi控件源码 LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully c

LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully customizable and has animation and special effects capabilities for the displayed text. TLCDScreen is the display component and TLCDAnimator the animation one. Both have build-in Property editor making ...
https://www.eeworm.com/dl/666/237453.html
下载: 38
查看: 1061

J2ME EclipseME可以帮助你简化Java 2 Micro Edition (C) Midlet的开发工作。 EclipseME提供了下列功能以帮助开发者轻松的创建Midlets: 无线工具包首选项

EclipseME可以帮助你简化Java 2 Micro Edition (C) Midlet的开发工作。 EclipseME提供了下列功能以帮助开发者轻松的创建Midlets: 无线工具包首选项 创建新的J2ME Midlet套件项目 创建新的Midlet Java应用描述文件(JAD)编辑器 对class文件进行增量的/自动的预检验 支持从Eclipse中启动运行J2ME模拟器 打包以及部署( ...
https://www.eeworm.com/dl/660/237486.html
下载: 43
查看: 1070

matlab例程 New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we

New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to H ...
https://www.eeworm.com/dl/665/237667.html
下载: 198
查看: 1054

其他书籍 With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s

With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator a ...
https://www.eeworm.com/dl/542/238506.html
下载: 148
查看: 1057

数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
https://www.eeworm.com/dl/654/239054.html
下载: 198
查看: 1166

人工智能/神经网络 tsp遗传算法源代码

tsp遗传算法源代码,nit fEA_TSP interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class(TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel P ...
https://www.eeworm.com/dl/650/239493.html
下载: 134
查看: 1029

软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy

Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for ( ...
https://www.eeworm.com/dl/684/239495.html
下载: 117
查看: 1112