虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

HDmi 1.4 Specification

  • Alicebot and AIML Software Implementations The AI Foundation and our community has three open sour

    Alicebot and AIML Software Implementations The AI Foundation and our community has three open source free software "products" 1. The specification of the AIML language itself. 2. Various free software interpreters that implement (1). 3. The contents of the ALICE brain written in AIML (and other free AIML sets that exist).

    标签: Implementations Foundation and community

    上传时间: 2017-04-23

    上传用户:jkhjkh1982

  • jbossgs4x中文文档 本书的目标就是

    jbossgs4x中文文档 本书的目标就是,尽快使得用户能够将J2EE 1.4 应用部署并运行在JBoss 4.0.x上.。

    标签: jbossgs4x 文档

    上传时间: 2014-11-28

    上传用户:许小华

  • 在实际项目项目开发中

    在实际项目项目开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。 一般用Javamail发送,目前最新的版本是1.4.2 可以在http://java.sun.com/products/javamail/index.jsp 下载最新版本 如果使用的不是J2SE6,那么需要把 JavaBeans Activation Framework加到环境变量 可以在http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp 下载 不过为了简化开发,可以直接使用apache common项目的mail 官方网站为: http://commons.apache.org/email/

    标签: 项目

    上传时间: 2014-02-13

    上传用户:龙飞艇

  • 【问题描述】 在一个N*N的点阵中

    【问题描述】 在一个N*N的点阵中,如N=4,你现在站在(1,1),出口在(4,4)。你可以通过上、下、左、右四种移动方法,在迷宫内行走,但是同一个位置不可以访问两次,亦不可以越界。表格最上面的一行加黑数字A[1..4]分别表示迷宫第I列中需要访问并仅可以访问的格子数。右边一行加下划线数字B[1..4]则表示迷宫第I行需要访问并仅可以访问的格子数。如图中带括号红色数字就是一条符合条件的路线。 给定N,A[1..N] B[1..N]。输出一条符合条件的路线,若无解,输出NO ANSWER。(使用U,D,L,R分别表示上、下、左、右。) 2 2 1 2 (4,4) 1 (2,3) (3,3) (4,3) 3 (1,2) (2,2) 2 (1,1) 1 【输入格式】 第一行是数m (n < 6 )。第二行有n个数,表示a[1]..a[n]。第三行有n个数,表示b[1]..b[n]。 【输出格式】 仅有一行。若有解则输出一条可行路线,否则输出“NO ANSWER”。

    标签: 点阵

    上传时间: 2014-06-21

    上传用户:llandlu

  • This should again compile without problems. We finally need to configure a logging system - Hibernat

    This should again compile without problems. We finally need to configure a logging system - Hibernate uses commons logging and leaves you the choice between Log4j and JDK 1.4 logging. Most developers prefer Log4j: copy log4j.properties

    标签: configure Hibernat problems compile

    上传时间: 2013-11-26

    上传用户:wangchong

  • 這是個prolog程式

    這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]]

    标签: prolog 程式

    上传时间: 2017-07-21

    上传用户:rocwangdp

  • 对公司四位员工销售情况的统计记录

    对公司四位员工销售情况的统计记录,有四位员工编号1-4,每位员工销售相同的五种产品编号1-5,程序来实现对于每个月中,每个人每种商品的销售总额计算,每种商品月销售总额计算,每个员工所有商品销售总额的计算。读取数据是通过在程序中用canf()来实现的,共需要读取600个数据,每位员工的数据是150个。

    标签: 销售 记录

    上传时间: 2017-08-24

    上传用户:372825274

  • Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

    Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5

    标签: Implementation calculates algorithm Edmonds

    上传时间: 2014-01-04

    上传用户:kiklkook

  • Bomberman + source code. This Bomberman has many, many more features then regular Bomberman-games d

    Bomberman + source code. This Bomberman has many, many more features then regular Bomberman-games do. Fun to play, 1-4 players.

    标签: Bomberman many Bomberman-games features

    上传时间: 2017-08-31

    上传用户:alan-ee

  • TI达芬奇系列的uboot源码及其移植说明

    TI达芬奇系列的uboot源码及其移植说明,其中包括ti提供的uboot 1.1.3源码,uboot1.1.4的移植补丁及修改后生成的文件,同时附移植文档一份,可参考此文档对其他版本的uboot进行移植。

    标签: uboot 达芬奇 源码 移植

    上传时间: 2013-12-29

    上传用户:dave520l