帮忙翻译个Java线程(伪代码翻译成Java线程)

问题描述

Initialize()ReadEventPlayerFile()//ReadintheEventPlayerFileandstorein//Memory(iffilesdoesnotgettobig)//JustKeepProcessingtheEventPlayerFileRecordsuntilendreachedWHILEnotEndofFileDo://RetrievethenextrecordCurrentRecord=getCurrentRecord();//RetrievetheTimeTicsvaluefromcurrentrecordTimeTics=getTimeTics(CurrentRecord);//Determinehowlongfromnowtosendthenextmessage//Adderrorcheckingfornegativecases,etc…DiffTics=TimeTics-getCurrentSystemTimeTics();//SleepuntiltimetofiretheRawEventSleep(DiffTics)//WakeupandsendtheRawEventtotheidentifiedCOLLECTORsendRawEvent(CurrentRecord)END

上面是伪代码,完成的功能是读一个xml文档,然后按照xml文档里记录的事件依次运行,xml文档组织结构如下:<?xmlversion="1.0"encoding="UTF-8"?><javaversion="1.6.0_0"class="java.beans.XMLDecoder"><objectclass="EventList"><voidproperty="MEventList"><voidmethod="add"><objectclass="Event"><voidproperty="MCollectorId"><int>1</int></void><voidproperty="MRawEventCode"><int>50</int></void><voidproperty="MRepeatCode"><int>1</int></void><voidproperty="MTimeTics"><int>1300</int></void></object></void></void><voidmethod="add"><objectclass="Event"><voidproperty="MCollectorId"><int>8</int></void><voidproperty="MRawEventCode"><int>85</int></void><voidproperty="MRepeatCode"><int>1</int></void><voidproperty="MTimeTics"><int>2000</int></void></object></void><voidmethod="add"><objectclass="Event"><voidproperty="MCollectorId"><int>9</int></void><voidproperty="MRawEventCode"><int>90</int></void><voidproperty="MRepeatCode"><int>1</int></void><voidproperty="MTimeTics"><int>2100</int></void></object></void></void></object></java>

谢谢各位大侠了!

解决方案

解决方案二:
该回复于2010-05-26 08:25:28被版主删除
解决方案三:
顶起来不要沉,大侠们帮忙啊
解决方案四:
呵呵,顶一下

时间: 2024-11-01 22:36:04

帮忙翻译个Java线程(伪代码翻译成Java线程)的相关文章

java-Java ee 视图切换成Java后,什么都不显示

问题描述 Java ee 视图切换成Java后,什么都不显示 描述,如题:Java ee 视图切换成Java后,什么都不显示 解决方案 切换成java后,,就变成j2se视图了,, 解决方案二: 右键它,有一个reset,点击一下就行了~ 解决方案三: 可能是你把Java的某些常用视图给关闭了,重新打开就行了. 打开方法参考:http://ask.csdn.net/questions/238131这个问题的第一个回答的第一幅图片. 就是windows-show view这个菜单,打开常用的视图.

java-像下面这样复杂格式的Json,用JSON-lib或者Gson怎么转换成Java对象,求好心人指教

问题描述 像下面这样复杂格式的Json,用JSON-lib或者Gson怎么转换成Java对象,求好心人指教 { "facets":{}, "hits":{ "hits":[ {"_source": {"author":"侯振清%刘洋%王鑫娟%张其清","ffund":"厦门大学基金","firstauthor":"侯振

请帮忙把字节码翻译成java代码

问题描述 请帮忙把字节码翻译成java代码 有人能帮忙把下面的字节码翻译成对应的java代码吗,谢谢 // Byte code: // 0: ldc 40 // 2: dup // 3: astore_2 // 4: monitorenter // 5: aconst_null // 6: astore_3 // 7: aconst_null // 8: astore 4 // 10: aconst_null // 11: astore 5 // 13: aload_1 // 14: invok

c-求帮忙把这段校验代码翻译成JAVA

问题描述 求帮忙把这段校验代码翻译成JAVA const u8 CRCHi[] = { 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0,0x80, 0x41, 0x01, 0xC0, 0x80

fortran-一段matlab的代码翻译成java的

问题描述 一段matlab的代码翻译成java的 def find_all_paths(graph, start, end, path=): path = path + if start == end: return if not graph.has_key(start): return paths = for node in graph: if node not in path: newpaths = find_all_paths(graph, node, end, path) for new

c++ java-C++ 代码 把这个方法翻译成java版本

问题描述 C++ 代码 把这个方法翻译成java版本 把这个方法翻译成java版本 unsigned short HJTCoder::GenCRC(unsigned char* data, int len) { int i,j; unsigned short temp1; unsigned short temp=0xffff; for( i=0; i< len; i++) { temp = *(data+i) ^ ((temp>>8) & 0xFF); for (j=0; j&l

java-高分,帮忙下,谁知道把PhP代码转成Java代码

问题描述 高分,帮忙下,谁知道把PhP代码转成Java代码 <?php $prize_arr = array( '0' => array('id'=>1,'prize'=>'平板电脑','v'=>3), '1' => array('id'=>2,'prize'=>'数码相机','v'=>5), '2' => array('id'=>3,'prize'=>'音箱设备','v'=>10), '3' => array('id'=

delphi 转java-求帮忙,delphi 代码转成java...

问题描述 求帮忙,delphi 代码转成java... 因开发条屏的需要,厂家没有开发文档,只给了段delphi代码,看不太懂,需要把这段代码转换成java的,求大神帮忙... procedure TFmain.sendled(addr: Integer; sendstr: string); var TmpWord:Word; str:string; cd:Integer; begin cd:=Length(sendstr); sbuf[0]:= addr; //地址 sbuf[1]:= Byt

java语法-java中把伪代码写成这样,语法有错误吗

问题描述 java中把伪代码写成这样,语法有错误吗 public Class A { A a = new A (); public a A () { return a;} 解决方案 public A getA(){return this.a;};

java.net.URLEncoder翻译

encode   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.4.2-rc) on Fri Jun 13 00:14:25 PDT 2