Welcome![Sign In][Sign Up]
Location:
Search - java linear

Search list

[Other resource科学与工程数值计算算法配套源码java

Description: 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix computation, interpolation, linear solve nonlinear equations, numerical integration, and the proposed numerical approximation algorithms and other categories, science and engineering numerical computation of great reference value!
Platform: | Size: 137745 | Author: 方正 | Hits:

[WinSock-NDISJAVA聊天室实现(多功能)

Description: 实现功能:· 用户上线·包括新用户上线和已使用过该系统的用户上线·每位在线的用户将会收到该用户上线的通知·该用户会收到所有已在线的用户的信息·朋友下线  ·服务器端删除该用户信息·每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息·聊天终止,文件传输终止· 修改用户名字·用户可以在对应的文本框内直接修改名称·用户可以在保存的Myinfo.txt中直接修改名称· 聊天功能:·公聊:所有在线的用户都可以看到你的发言·私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天  ·文件传输  ·能给所有的已在线用户发送文件(先打开私聊窗口)  ·只能给一位用户发送文件,但是却可以接收多个用户发送的文件·查看历史记录  ·可以查看私聊的聊天记录  ·可以查看公聊的聊天记录  ·可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can see you speak of Private Chat : energy and all online users Private Chat, other users see objects Private Chat chat between the file transfer can all have online use
Platform: | Size: 15279 | Author: KOF | Hits:

[JSP/Javazjt2

Description: 用Java实现的线性表。如有不足之处,还望大家指点。-using Java linear table. If deficiencies, we also hope that the guidance.
Platform: | Size: 2751 | Author: 张九天 | Hits:

[Algorithm科学与工程数值计算算法配套源码java

Description: 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix computation, interpolation, linear solve nonlinear equations, numerical integration, and the proposed numerical approximation algorithms and other categories, science and engineering numerical computation of great reference value!
Platform: | Size: 137216 | Author: 方正 | Hits:

[JSP/Javadrawing

Description: 编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures, requirements as much as possible the use of object-oriented technology features, such as inheritance, polymorphism, packaging, abstract category, interface, internal categories, such as packet technology. Write algorithm.
Platform: | Size: 2048 | Author: 里中学 | Hits:

[Graph programshu_zi_tu_xiang_chu_li

Description: 我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换-I prepared a digital image processing, demonstrating a variety of digital image processing algorithms, including the histogram statistics, linear transformation, enhancement, smoothing, median filtering, and a gradient method and Roberts gradient profile extraction, transformation, etc. pseudo-color
Platform: | Size: 92160 | Author: | Hits:

[Graph Drawingcutedraw1

Description: 画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode 'definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
Platform: | Size: 31744 | Author: 魏衍斌 | Hits:

[Data structs预测

Description: 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve reunification.* Forecast and Analysis-- This algorithm applies only to clear linear trend data* default as a quadratic curve equation method** The procedure involves two main algorithm* 1. Using the principle of least squares linear equations to find the constants and coefficients.* 2. The solution of linear equations* The procedure for solving linear equations, due to convergence problems using iterative method, instead of using the Gauss-Jordan elimination method to solve.
Platform: | Size: 2048 | Author: 吴名 | Hits:

[Internet-NetworkJAVA聊天室实现(多功能)

Description: 实现功能:· 用户上线·包括新用户上线和已使用过该系统的用户上线·每位在线的用户将会收到该用户上线的通知·该用户会收到所有已在线的用户的信息·朋友下线  ·服务器端删除该用户信息·每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息·聊天终止,文件传输终止· 修改用户名字·用户可以在对应的文本框内直接修改名称·用户可以在保存的Myinfo.txt中直接修改名称· 聊天功能:·公聊:所有在线的用户都可以看到你的发言·私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天  ·文件传输  ·能给所有的已在线用户发送文件(先打开私聊窗口)  ·只能给一位用户发送文件,但是却可以接收多个用户发送的文件·查看历史记录  ·可以查看私聊的聊天记录  ·可以查看公聊的聊天记录  ·可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can see you speak of Private Chat : energy and all online users Private Chat, other users see objects Private Chat chat between the file transfer can all have online use
Platform: | Size: 15360 | Author: KOF | Hits:

[Button controlDDAline2

Description: 中点画线算法2,DDA算法2,实现对直线的绘制-were dotted line algorithm 2, two DDA algorithm to achieve the linear mapping
Platform: | Size: 1024 | Author: cyz | Hits:

[Graph Drawing绘图应用小程序

Description: 创建一个绘图应用程序,实现矩形、直线、及椭圆的绘制。用户点击鼠标完成图形的绘制,拖动鼠标改变大小。-create a mapping applications, achieving rectangular, linear, elliptical and mapping. Users click of a mouse to complete graphics rendering, drag the mouse to change the size.
Platform: | Size: 6144 | Author: 陈为 | Hits:

[JSP/JavaJama-1.0.1

Description: Jama includes matrix operator class... and linear Algebra... it s cool-Jama includes matrix operator class... and linear Algebra... it s cool
Platform: | Size: 112640 | Author: | Hits:

[Crack HackDesLA

Description: 功能:对称算法DES的安全性分析--线性分析 (即8个S_Box的线性分析)-function : symmetric DES algorithm Safety Analysis-- linear analysis (ie eight S_Box linear analysis)
Platform: | Size: 3072 | Author: 小布丁 | Hits:

[Mathimatics-Numerical algorithmslineAndTest

Description: 实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t test, in order to come to the linear regression equation significantly Analysis
Platform: | Size: 5120 | Author: 张松 | Hits:

[JSP/Javazjt2

Description: 用Java实现的线性表。如有不足之处,还望大家指点。-using Java linear table. If deficiencies, we also hope that the guidance.
Platform: | Size: 2048 | Author: 张九天 | Hits:

[JSP/Java20050309222620689118-4449

Description: --sunfruit 用JAVA编写的绘图程序,使用JAVA 2D API 提供源代码下载 JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramflow.xml中设置相关属性 连线规则: 直线的起点和终点在两个不同的组件上时才可以连接 选中的直线也是可以删除的@ 扩展功能: 添加中。。。。 提供更强的扩展功能,可以在一个组件单元上配置更详细的信息 提供\"Undo\",\"Redo\"功能 在配置环节中的日期选择组件使用了sunking的开源组件,在此表示感谢 --- sunfruit with JAVA drawings prepared by the procedures, use Java 2D API provides the source code download version 1.4.x JDK functional description : Memory, XML format, and supports color information access, derived pictures of a number of functional components to support options : CTRL choice (or canceled) and Rafah composite frame or choose option (or cancel) to support a number of components Drag : select multiple components can drag the whole electoral support function and reproduction function and delete functions, and to provide expeditious means of individual components to support right-menu, These include functional components of the name as dramflow.xml set relevant attributes connectivity rules : Linear starting and ending at two different components can be connected only on t
Platform: | Size: 251904 | Author: gfgrg | Hits:

[JSP/Javahuigui

Description: 一款进行多元线性回归分析软件.可以完成多元回归模型的参数估计和统计检验,可以通过Excel获取外部数据,并且能够把计算结果保存成xls文件,计算结果的差方图-Conducted a multiple linear regression analysis software. Can complete multiple regression model parameters estimates and statistical test, you can access external data through Excel and be able to save the results into the calculation xls files, calculating the difference between the results of Quadrant
Platform: | Size: 9303040 | Author: linlin | Hits:

[Other Web Codejava

Description: java的3个小实验,包括分解一个六位数写出其因子,线性链表的排序,图书馆管理系统-java of three small experiments, including the decomposition of a six-digit write their factor, linear ranking list, the library management system
Platform: | Size: 23552 | Author: 李涛 | Hits:

[JSP/Javalinear-program-java

Description: 线性规划中的单纯形法的java实现,代码有测试类,还有实现类-Linear programming simplex method in java, the code is a test class, as well as the implementation class
Platform: | Size: 3072 | Author: manqingli | Hits:

[JSP/Javajava

Description: java语言写的链接Cplex的7个LP问题示例代码(seven exercise about linear programming problem by JAVA)
Platform: | Size: 9216 | Author: tekatekapo | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net