Jump to content

Recommended Posts

Posted

epeidi paidia 8elw kapou na ta lew kai epeidi kapoia paidia isws 8eloun an poun pws egrapsan stis exetaseis lew na arxisw ayto to topicaki kai opoios exei orexi as pei gia tis epityxies t ...:P egw simero egrapsa physica poli eykola mas valane gia omala etavallomeni kinisi kai episis gia dinameis/energeies askiseis..eixe kai swsto i la8os (3 mono):P kai na dwsoume monades sta mege8i...

Posted

Epeidh h fisiki htan apo ta agaphmena mou... Gia na doume pio asteri tha mas lisei afto :)

 

Swma mazas m einai demeno sto elefthero akro orizodiou idanikou elatiriou statheras k = 10stonkibo N/m to allo tou opoiou einai stereomeno se stathero katakorifo toixo... To sistima ektelei ameiwti apli armoniki taladwsi kata ti diarkeia tis opoias to swma dierxete 200 fores apo ti thesi isorropias tou se xrwniko diastima Δτ = 10π s Gnwrizoume oti ti xroniki stigmi t = 0 h kinitiki energeia tou swmatos einai triplasia tis dinamikis tou energeias kai epishs oti gia t = 0 einai x > 0 kai υ < 0 Me dedomeno oti an to platos taladwshs htan diplasio tote h megisti kinitiki energeia tou swmatos htan megaliteri kata 60 J, na ipologisete ti maza m tou swmatos

 

Sas edwsa parapanw plirofories alla to zhthma afto eixe kialles erwtiseis tis opoies paralipw... Mhn balw kai kati pooooooooooooooli diskolo ^^

 

Enas typos kai na balete to mialo sas na doulepsei gia 1 poso einai ps :P Tha to pari to potami to bradi :P

Posted

Pf, siga afta ta kserei kai i koutsi Maria opws leme ;D

 

Pou na ebaza kai kati diskolo dld ^^ px. na mou vriskate tin arxikh fash ths taladwsis...

 

As to parei to potami loipon...

 

Afou to swma se Δτ = 10π s dierxete 200 fores apo ti thesi isoropias right? Opote N = 100 plhreis taladwseis se xrono Δτ. Etsi gia ti sixnothata taladwseis exoume...

 

f = n/Δτ ~> f = 100/10x ~> x = 10/π Hz

 

OPOTE

 

f = 1/T ~> f= 1/2π V-(riza einai afto  )k/m ~> m = k/ 4π(τετράγωνο)f(τετράγωνο) ~> m = 2.5kg

 

xa0xa0x0a killer owned :P m dose tin lisi prin ti grapsi :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • Hey guys, I came up with this idea while needing to write down multiple locations. When you use the /loc command, a text file is created (only the first time) and stores all the locations you debug.   Output:   --- a/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/handler/usercommandhandlers/Loc.java @@ -1,5 +1,10 @@ package net.sf.l2j.gameserver.handler.usercommandhandlers; +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileWriter; +import java.io.IOException; + import net.sf.l2j.gameserver.data.xml.MapRegionData; import net.sf.l2j.gameserver.handler.IUserCommandHandler; import net.sf.l2j.gameserver.model.actor.Player; @@ -13,6 +18,7 @@ 0 }; + @SuppressWarnings("resource") @Override public void useUserCommand(int id, Player player) { @@ -100,6 +106,26 @@ } player.sendPacket(SystemMessage.getSystemMessage(msg).addNumber(player.getX()).addNumber(player.getY()).addNumber(player.getZ())); + + if (player.isGM()) + { + try + { + String fileLoc = "./data/locations.txt"; + final File file = new File(fileLoc); + file.createNewFile(); + + FileWriter fw = new FileWriter(fileLoc, true); + BufferedWriter bw = new BufferedWriter(fw); + bw.write(player.getX() + ", " + player.getY() + ", " + player.getZ()); + bw.newLine(); + bw.close(); + } + catch (IOException e) + { + e.printStackTrace(); + } + } } @Override  
    • Not any training model, i should fix that, just a very well done bot engine. As we use it on a local Internet Cafe spot and people join to test server, they don't seem to understand they are bots. Their behaviour is really well done. Many actions that other bots can't do are possible and the are complicated patterns that can be done due to structure of the engine such as Pick items of dead party pk member and later on trade them back to owner. So i'll fix later the title to Bot Engine rather than A.I. 
    • its old ver ))   this is new https://gamerip.ru/index.php?/topic/3308-lineage2-chronicle3-rise-of-darkness-new-version-172-030225/
  • Topics

×
×
  • Create New...