CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java m

搜索资源列表

  1. judp

    0下载:
  2. UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer. The judp.m program uses Matlab s ability to call Java code to enable it to send and/or receive UDP packe
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2927
    • 提供者:xiaoni
  1. QQ2008

    0下载:
  2. MTK不支持JAVA平台的QQ,把下载的MRP文件放到手机或内存卡里的mythroad里,在待机画面下按×#220807#就可以应用那些软件了-MTK does not support the JAVA platform, QQ, the MRP file to download on the phone or memory card mythroad, in the standby screen by ×# 220807# on the software can be applied to t
  3. 所属分类:Other Games

    • 发布日期:2017-03-26
    • 文件大小:183610
    • 提供者:tianyou
  1. JAVA

    0下载:
  2. 设计一个复杂的计算器,能实现Windows系统中计算器的功能 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能 -Design a complex calculator, Windows system to achieve the functions of the calculator (1) the definition of components: 0 ~ 9 ,+
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:119740
    • 提供者:hk
  1. Othello

    1下载:
  2. 使用java编写的GUI的黑白棋游戏,搜索算法采用经典的博弈树,并在此基础上做了大量优化,我的评估函数采用了Simon M. Lucas 和 Thomas P. Runarsson 在其合作发表的 Temporal Difference Learning Versus Co-Evolution for Acquiring Othello Position Evaluation 中通过对比即时差分学习(TDL,Temporal Difference Learning)和协同进化(CEL,Co-
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3481256
    • 提供者:da
  1. Packt.Google.Web.Toolkit.GWT.Java.Ajax.Programmin

    0下载:
  2. I m reading this book
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4324855
    • 提供者:lonelyman
  1. m-im-v1.3.2

    0下载:
  2. 即时通信工具,和MSN Messenger,Yahoo Messenger互联互通-Instant Messenger, cocommunicate with MSN Messenger and Yahoo Messenger
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:140747
    • 提供者:kent xu
  1. Mandelbrot

    0下载:
  2. 曼德勃羅集合 從數學上來講,曼德布洛特集合是一個複數的集合。一個給定的複數c或者屬於曼德布洛特集合M,或者不是。-From the Mandelbrot set mathematically speaking, the Mandelbrot set is a collection of complex numbers. A given complex number c or of Mandelbrot set M, or not.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:29727
    • 提供者:kontakt
  1. DLogicalClocks

    0下载:
  2. Distributed Logical clocks. Code will spawn n (distributed) processes Pi, 0 ≤ i < n, each one looping forever. Each loop iteration is a loop interval and its duration can be set to 1 second. In every loop interval Pi does the following: &#
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:4982
    • 提供者:Araz
  1. KnapsackProblem

    0下载:
  2. 问题:已知有n种物品和一个可容纳M重量的背包,每种物品i的重量为wi。假定将物品i的一部分xi放入背包就会得到pixi的效益,这里,0≤xi≤1,pi>0。如果这些 物品重量的和大于M,要求所有选中要装入背包的物品总重 量不得超过M,而装入背包物品获得的总效益最大。-Question: are known to have n kinds of goods and M can hold the weight of a backpack, the weight of each item
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:950
    • 提供者:lily
  1. 69491731tictactoe

    0下载:
  2. 实在不怎么会了,这都是我一学期来,老师教的一些了-I m a new student
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:228986
    • 提供者:lanqin
  1. m-c

    0下载:
  2. 人工智能中的传教士与野人(m-c)问题java编程解决,简便易行。-m-c problem in Artificial Intelligence has been solved, and the process is easy.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:130653
    • 提供者:hedongjing
  1. Parking

    0下载:
  2. 有一个停车场,有m个进口,n个出口,k个空车位。要求每一刻只能有一个进口有车进入。停车场内没有一个集中的管理者,采用分布式的算法实现。能够动态的增加一个进口节点。-There is a parking lot, there are m-imported, n outlet, k empty parking spaces. Requires that every moment there can be only one import a car to enter. Car park does no
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:28891
    • 提供者:秦佳佳
  1. Java_MD5

    0下载:
  2. 分析了MD5加密算法和碰撞的原理,对目前常规MD5算法加密结果容易被破解的问题,利用JDK的ja-va.security包中的MD5算法给出了JavaBeans形式的变换算法,以期进一步减小破解时碰撞的概率,增强系统加密的安全性。-Analysis of the MD5 encryption algorithm and the collision theory, the current results of conventional MD5 algorithm for encryption ea
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:254679
    • 提供者:刘杰
  1. Calculator

    0下载:
  2. [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:7022316
    • 提供者:cracode
  1. m[1]

    0下载:
  2. java编程,关于java的编程请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压-java programming, java programming on Writing From the information carefully detailed features, including content descr iption (at least 20 words). Try not to let owners to sp
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:2566
    • 提供者:李宁
  1. GoogleMapsWebDemo

    0下载:
  2. Java Google Map使用Demo,web前台使用Google API,调用Google地图-Java Google Map using the Demo, web front using the Google API, called Google Maps
  3. 所属分类:Web Server

    • 发布日期:2017-03-26
    • 文件大小:13877
    • 提供者:UCourse.Net
  1. pLSA

    1下载:
  2. 用于文本分析和分类的pLSA(Probability Latent Semantic Analysis)的Matlab算法,含有测试数据及算法原理介绍。也可用于图像分析。相比原来的版本,增加了示例程序demo.m,以实现可视化效果,用户更容易使用和理解pLSA算法。-For text analysis and classification of pLSA (Probability Latent Semantic Analysis) of the Matlab algorithm with tes
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:302486
    • 提供者:Tang Ketan
  1. radar

    0下载:
  2. The project of high-resolution synthetic aperture radar system designed for a small satellite is proposed. It is intended for expeditious producing of detailed radar images of natural and artificial origin objects. The offered radar system has sp
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:18353
    • 提供者:gaoyan
  1. javadb-10_5_3_0

    0下载:
  2. 这是一个Java语言,Java程序运行的基础-This is a Java language, Java programs running on the basis of
  3. 所属分类:Java Develop

    • 发布日期:2017-05-29
    • 文件大小:12140205
    • 提供者:deng
  1. SMSAPI

    0下载:
  2. 找不到的移动MAS平台API接口源文件,有JAVA版、有DELPHI版,欢迎使用。-The mobile MAS platform API interface, the source document, JAVA version, with DELPHI version, Welcome.
  3. 所属分类:SMS

    • 发布日期:2017-05-19
    • 文件大小:5458403
    • 提供者:jackLU
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com