Archive for 03月, 2008

新编研究生英语口语教程(南工大)

新编研究生英语口语教程
unit-01-How-Chinese-People-spend-Spring-Festival.wma
unit-02-christmas-in-china.wma
unit-03-how-can-i-improve-my-english.wma
unit-04-cars-of-tomorrow.wma
unit-04-Traffic-Jam_James-taylor用.wma
unit-05-attitude-to-marriage.wma
unit-06-what-sports-do-they-enjoy.wma
unit-07-biramichi-river.wma
unit-08-job-interview.wma
unit-09-TV-makes-learning-less-efficient.wma
unit-10-Cooked-Tomatoes-are-Better-than-Raw-Ones.wma
unit-11-internet-gets-younger-with-blogging.wma
unit-12-america’s-favorite-foods.wma
unit-13-cheating-in-american-schools.wma
unit-13-Honesty-BillyJoel.asf
unit-14-booking-a-hotel-room.wma
unit-14-Holiday.wma
unit-15-renting apartments and dormitories.wma
unit-16-Bill-gates.wma
unit-17-Another_Day_in_Paradise.wma
unit-17-Nanjing.wma
unit-18-bad-presentation.mpg
unit-18-good-presentation.mpg

Jade远程通信实例讲解

首先下载以下压缩文件用于测试
下载测试文件
将下载文件分别拷贝到两台机器,假设分别为test1,test2
解压文件,将jade目录移到d:\
修改setenv.bat适合你机器的运行环境
set CLASSPATH=.\;D:\jade\lib\commons-codec\commons-codec-1.3.jar;D:\jade\lib\jadeTools.jar;D:\jade\lib\http.jar;D:\jade\lib\jade.jar;D:\jade\lib\iiop.jar;c:\Program Files\Java\jdk1.6.0_02\jre\lib\rt.jar;c:\Program Files\Java\jdk1.6.0_02\jre\lib\tools.jar
在test1机器进入dos命令状态
执行以下命令:
>setenv.bat
>java jade.Boot -gui test1:Receiver  /*Receiver class 已在压缩文件中*/
在test2机器进入dos命令状态
执行以下命令
>setenv.bat
>java jade.Boot -gui
启动图形界面
在AgentPlatforms上点击右键选择Add Platforms via AMS AID
NAME:test1@test1:1099/JADE
ADDRESS:http://test1:7778/acc
确定后在RemotePlatforms菜单中选择Refresh Agent List
你将看到test1的代理列表
在test1代理上点右键发送信息
SENDER:
name:ams@test2:1099/JADE address:http://test2:7778/acc
Receiver:
name:test1@test1:1099/JADE address:http://test1:7778/acc
CONTENT:
这是来自test2的信息
设置好以后确定,然后查看test1,将会看到“这是来自test2的信息”信息
Receiver代码:
import jade.core.Agent;
import jade.core.behaviours.*;
import jade.lang.acl.*;
public class Receiver extends Agent {
 protected void setup()
 {
 addBehaviour(new CyclicBehaviour(this)
 {
   public void action() {
   ACLMessage msg= receive();
   if (msg!=null)
   System.out.println( msg.getContent() );
   block();
   }
 });
  }
}

常用链接

http://www.sciencenews.org/
http://www.nytimes.com/yr/mo/day/
http://goldendict.berlios.de/

jess引擎

http://herzberg.ca.sandia.gov/jess/download.shtml

资源链接

http://jade.tilab.com/
http://blog.chinaunix.net/u/17663/article_38100.html

多代理

Developing multi-agent System with JADE
http://jade.tilab.com/
http://www.is.pku.edu.cn/dis/

语义网络

http://axel.deri.ie/~axepol/
This page provides pointers to material that help you go from ontology principles to practice using DAML+OIL
http://oiled.man.ac.uk/ 
a member of the W3C WebOntology working group that developed the OWL language (now a W3C recommendation), and was jointly responsible for the development of it’s predecessors OIL and DAML+OIL.
http://www.comlab.ox.ac.uk/people/ian.horrocks/ 
W3C 的 RDF 验证服务http://www.w3.org/RDF/Validator/
http://www.w3.org/2001/sw/WebOnt/ 
http://www.daml.org/services/ 
http://www.is.pku.edu.cn/~lz/teaching/dcn/swws.html
语义Web http://w3school.com.cn/rdf/rdf_owl.asp
http://www.cs.rpi.edu/~hendler/
http://zh.transwiki.org/cn/rdfprimer.htm
The Semantic Web: 1-2-3
课程http://www.cs.man.ac.uk/~horrocks/Teaching/cs646/
Ivan Herman, 万维网办事处总管 […]

有用链接

James Ustc 张焕杰:http://staff.ustc.edu.cn/~james/
四库全书电子版:
http://www.sikuquanshu.com/
影音风暴(MYMPC)官方站
BBS ,CET4/CET6:
http://bbs.topsage.com/
PHPec BLOG易懂,易用,易扩展的PHP5开发框架
http://www.phpec.com/
New Tsinghua BBS(新版):
http://www.newsmth.net/
The foreign Website include quantity of AI,data ming etc Video Recource:
http://videolectures.net/
This BBS include Micro Ecnomics,Games Theory
http://www.pinggu.org/bbs/
Computer Graphics,线性代数,概率统计 Online Course(中国地质大学):
http://course.cug.edu.cn/

Project

X-Media addresses the issue of knowledge management in complex distributed environments.
http://www.x-media-project.org/Software.html 
JAM Agent:
http://www.marcush.net/IRS/irs_downloads.html
OpenLdap:
http://www.openldap.org/
org.apache.commons.math Class view
http://commons.apache.org/math/apidocs/index.html
禾子一木的个人博客:J2me
http://jimlovelll.spaces.live.com/
J2me Resource and code:
http://www.j2medev.com/code/Index.asp?page=7
XML Book and Teaching:
http://bbs.xml.org.cn/dispbbs.asp?boardid=35&id=6192&star=1#9163

xml

XML-RPC for PHP
http://phpxmlrpc.sourceforge.net/ 
XML.ObjTree class is a parser/generater for XML source code and JavaScript object. This is a JavaScript version of XML::TreePP for Perl.
http://www.activewidgets.com/
JKL.ParseXML -convert remote XML file into JavaScript object 拼音注音等
http://www.kawa.net/xp/index-e.html
XML-RPC Flash Lib
http://members.netmadeira.com/killer/xmlrpc/
XML-RPC Client for ActionScript
http://sourceforge.net/projects/xmlrpcflash/
AMFPHP is a free open-source PHP implementation of the Action Message Format(AMF)
http://www.amfphp.org/