You are not logged in.

  • Login

Search results

Search results 1-20 of 968 for "array".

Friday, June 16th 2006, 3:33pm

Author: Darkhead

Mehrdimensionale arrays

also es geht darum, ich möchte eine liste ausgeben, jedoch werden die daten teilweise doppelt ausgegeben. etwa so: Server 161.43.32.1 kontrollobjekt Server 161.43.32.1 kontrollobjekt2 server2 161.43.32.2 kontrollobjekt3 server2 161.43.32.2 kontrollobjekt4 es sollte jedoch so aussehen: Server 161.43.32.1 kontrollobjekt kontrollobjekt2 server2 161.43.32.2 kontrollobjekt3 kontrollobjekt4 jemand hat mir mal gesagt das man es mit einem mehrdimensionalen array in einer schleife machen könnte, habe jed...

PHP: Array Funktionen Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Variablen und typbezogene Erweit...

Tuesday, February 28th 2006, 4:57pm

Author: Kalua31

Array mit Strings ----Problemo----

Hallo Forum, ich möchte ein Array der Größe 3 mit 3 strings füllen, die ich dann nachher einzeln abfragen kann. Wie mache ich das am besten. Bisher habe ich eine Methode fillArray: Quoted void fillArray () { char* strings [2]; char* name; int n; for (n=0; n<2; n++) { cin >> name; strings[n]= name; } } Und wie steuere ich dann nachher die einzelnen Einträge an? Vielen Dank

Thursday, April 27th 2006, 10:15am

Author: d0nUt

Maximum Sub Array Problem

Gegeben sei ein Feld n ganzen Zahlen. Suchen Sie eine zusammenhängende Teilfolge, so dass die Summe der Elemente dieser Teilfolge maximal ist (Maximum-Sub-Array Problem). Zum Beispiel ist im folgenden Beispiel mit 10 Elementen, die von 0 bis 9 indiziert sind, die Lösung die Teilfolge von 2 bis 6 mit dem maximalen Wert 187. Hierbei handelt es sich um die iterative Lösung. Eine rekursive Lösung findet ihr hier: Maximum Sub Array Rekursiv Java Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ...

Tuesday, November 22nd 2005, 3:07pm

Author: d0nUt

Java Array, Sortierfunktionen, ...

Java Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 /** * * @author Torben Brodt * @version 1.0 * * <p />Liest n ganze Zahlen ein und gibt folgendes aus * <ul> * <li> Quersumme</li> * <li> Array in richtiger Reihenfolge</li> * <li> Array in umgekehrter Reihenfolge</li> * <li> n...

Sunday, June 11th 2006, 1:15pm

Author: phphelp12

Sajax array aus php in javascript

Guten Tag Helfen Sie mir bitte, Ich brauche aus php ajaxfunction eine array zu bekommen wie kann ich php array auf JavaScript zu importieren ? Code: PHP Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 //php Sajax function add_existind(){ $info["id"] ="1"; $info["text"] ="text"; return $info; } // javascript function Ajax_add(){ x_add_existind(show_result); // wrapper } function show_result(){ //result ist array $info aus php function //wie kann ich id , text elementen aus array result zu ...

Wednesday, April 26th 2006, 5:43pm

Author: lex

Maximum Sub Array Problem: Rekursiv

Endlich....es ist vollbracht !!!!!!!!!!!!!!!!!!!!!!!!!!!! 1000 Dank an Stefan & Marco :shock: Java Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 package ueb4; import fhw.ADSTool; public class A2 { /** * @param args */ public static void main(String[] args) { // int[] a = ADSTool.readInt...

Sunday, June 11th 2006, 2:01pm

Author: d0nUt

Re: Sajax array aus php in javascript

Quoted from ""phphelp12"" Ich brauche aus php ajaxfunction eine array zu bekommen wie kann ich php array auf JavaScript zu importieren ? was ist denn jetzt das array? javascript array, php array, oder willst du ein string nach einem bestimmen trennzeichen in ein array bekommen? wenn du ein array hast, die indizes aber nicht mehr weißt, dann hilft print_r

Wednesday, March 1st 2006, 11:29am

Author: code-tux

Strings in ein Byte-Array umwandeln

Hi, ich habe folgendes Problem: Ich muss Personalnummern, die als std::string's existieren, also string pn = "01234567"; in ein Byte-Array umwandeln, bei dem immer vier Bit eine Ziffer darstellen sollen, also: 01 23 45 67 (4 Bytes). Kann mir jemand sagen, wie das am besten geht? Gruss, Tux

Thursday, May 25th 2006, 7:17pm

Author: paddymann

Array-Daten zu String zusammensetzen?

Hallo! Ich versuche mich gerade zu Übungszweicken(wirklich keine schlechten absichten) an einem Keylogger. Ich habe ein Array, das mit Daten vom Typ byte gefüllt ist. Dem Array werden die Daten aus wParam zugewiesen. Diese Daten versuche ich jetztz einzeln in Buchstaben umzuwandeln und zu einem einzigen String aneinander zu reihen. Den String wird dann in einer TextDatei ausgegeben. Jedoch kommmen keine vernünftigen Buchstaben raus sondern immer irgendwelche komischen Zeichen: z.B.: $$$$$ Hier m...

Friday, June 9th 2006, 9:47pm

Author: hornetracer83

Zugriff auf mehrdimensionales Array aus Klasse

Hi Leute, ich habe mal ne Frage. Und zwar versuche ich jetzt auf die Klassen-Elemente zuzugreifen. Das funktioniert aber leider nicht, ich bekomme immer die Fehlermeldung: "Exception in thread "main" java.lang.NullPointerException at gameServer.tPoker.main(tPoker.java:14)" Java Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 public class tPoker { /** * @param args */ public static void main(String[] args) { int i, i2; tCard card[][] = new tCard[4][13]; for(i=0; i<4; i++) { for(i2=0;...

Sunday, June 11th 2006, 1:49am

Author: zyklo

Re: [FRAGE] Zugriff auf mehrdimensionales Array aus Klasse

Quoted from ""hornetracer83"" Fehlermeldung: "Exception in thread "main" java.lang.NullPointerException at gameServer.tPoker.main(tPoker.java:14)" komisch dass der "Null Pointer Exception" sagt - ich hätte jetz darauf getippt: die For-Schleife z.B. sei i2 = 12, dann ist die Bedingung ja erfüllt nich ? dann machste ein "++" *gibts das in Java auch ?!* somit ist i2 = 13 im Extremfall, aber wenn das Array halt wie in C++ nur von 0 bis 12 geht, hat man ein Problem. Aber warum es in C++ nun geht, da...

Arrays Advanced Bash Scripting Guide: Prev Next Chapter 27. Arrays Newer versions of Bash support one dimensional arrays. Array elements may be initialized with the variable[xx] notation. Alternatively, a script may introduce the entire array by an explicit declare a variable statement. To dereference (retrieve the contents of) an array element, use curly bracket notation, that is, ${element[xx]} . Example 27 1. Simple array usage

PHP: Arrays Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Variablen und typbezogene Erweiterungen Ar...

PHP: is_array Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Variablen und typbezogene Erweiterungen ...

Prototype JavaScript framework: Array Prototype Javascript Framework easing the pain of dynamic web applications Download API Docs Tips and Tutorials Blog Discuss Contribute Array clear clone compact each first flatten from indexOf inspect last reduce reverse size toArray toJSON uniq without API Docs Utility Methods Ajax Array Class Date Element Element.Methods Element.Methods.Simulated Enumerable Event Form Form

PHP: filter_input_array Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Variablen und typbezogene Erwe...

PHP: filter_var_array Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Variablen und typbezogene Erweit...

PHP: Sorting Arrays Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Variablen und typbezogene Erweiter...

PHP: array_change_key_case Manual downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list PHP Manual Funktionsreferenz Variablen und typbezogene E...

powered by: