Software per testare la RAM

Pagina 1 di 3 1 2 3 ultimo
Visualizzazione dei risultati da 1 a 10 su 21
  1. #1

    Predefinito

    Ciao a tutti.
    Vorrei proporre un mio software per il test della memoria.
    Lo potete scaricare al sito http://web.tiscalinet.it/sababros
    Il programma si chiama Massive RAM Test e si trova sotto la sezione software.

    Ci sono alcuni test già fatti che è possibile confrontare, fra cui anche un PII 600 che, dopo un piccolo trattamento con wpcredit, ha migliorato di molto le prestazioni della memoria.

    Ovviamente ogni suggerimento/critica è bene accetto, e se vorrete inviarmi i vostri risultati ne sarò ben felice!

    Ciao!

  2. #2
    mebibyte L'avatar di The_qwer
    Registrato
    Sep 2000
    Località
    Varese
    Età
    24
    Messaggi
    796

    Predefinito

    Certo che te ne intendi di VB... Mio grande amico allora! CMQ molte funzioni dove parli di librerie aggiuntive, tipo l'ALPHA BLEND si possono raggiungere con chiamate API... certo solo su Windows 98 o più recenti...

  3. #3
    mebibyte L'avatar di The_qwer
    Registrato
    Sep 2000
    Località
    Varese
    Età
    24
    Messaggi
    796

    Predefinito

    Ho effettutato un test, ma quando tento di aprire qualunque file mi da l'errore di runtime. nn riesce a tovare math.dll? Forse nn lo avrai messo nello ZIP? Boh...

  4. #4

    Predefinito

    Ciao the_qwer, mi fa piacere che anche tu sia un appassionato di Visual Basic!
    Cmq colpa mia... avevo dimenticato quella dll... ora dovrebbe essere tutto a posto.

    Cmq non conosco le funzione della DLL per Windows che permette la gestione dell'alpha blending, però nella mia DLL ho implementato una sorta di "mappatura" che permette di visualizzare zone con maggiore o minore intensità di blending e non credo che questo sia supportato da msimg32.dll. E poi funziona anche con Win95.

    Cmq aspetto i risultati della tua macchina!

  5. #5
    mebibyte L'avatar di The_qwer
    Registrato
    Sep 2000
    Località
    Varese
    Età
    24
    Messaggi
    796

    Predefinito

    *** Alpha belnd usando un oggetto con hDC.

    Declare Function AlphaBlend Lib "msimg32.dll" (ByVal hdc As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal hdc As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal lInt As Long, ByVal BLENDFUNCT As Long) As Long

    · hdcDest
    [in] Handle to the destination device context.

    · nXOriginDest
    [in] Specifies the x-coordinate, in logical units, of the upper-left corner of the destination rectangle.

    · nYOriginDest
    [in] Specifies the y-coordinate, in logical units, of the upper-left corner of the destination rectangle.

    · nWidthDest
    [in] Specifies the width, in logical units, of the destination rectangle.

    · nHeightDest
    [in] Specifies the height, in logical units, of the destination rectangle.

    · hdcSrc
    [in] Handle to the source device context.

    · nXOriginSrc
    [in] Specifies the x-coordinate, in logical units, of the upper-left corner of the source rectangle.

    · nYOriginSrc
    [in] Specifies the y-coordinate, in logical units, of the upper-left corner of the source rectangle.

    · nWidthSrc
    [in] Specifies the width, in logical units, of the source rectangle.

    · nHeightSrc
    [in] Specifies the height, in logical units, of the source rectangle.

    · blendFunction
    [in] Specifies the alpha-blending function for source and destination bitmaps, a global alpha value to be applied to the entire source bitmap, and format information for the source bitmap. The source and destination blend functions are currently limited to AC_SRC_OVER. See the BLE

    *** In alternativa, animazioni di finestre:
    Declare Function AnimateWindow Lib "user32" (ByVal hwnd As Long, ByVal dwTime As Long, ByVal dwFlags As Long) As Boolean

    · hwnd
    [in] Handle to the window to animate. The calling thread must own this window.

    · dwTime
    [in] Specifies how long it takes to play the animation, in milliseconds. Typically, an animation takes 200 milliseconds to play.

    · dwFlags
    [in] Specifies the type of animation. This parameter can be one or more of the following values.
    AW_SLIDE
    Uses slide animation. By default, roll animation is used. This flag is ignored when used with AW_CENTER.
    AW_ACTIVATE
    Activates the window. Do not use this value with AW_HIDE.
    AW_BLEND
    Uses a fade effect. This flag can be used only if hwnd is a top-level window.
    AW_HIDE
    Hides the window. By default, the window is shown.
    AW_CENTER
    Makes the window appear to collapse inward if AW_HIDE is used or expand outward if the AW_HIDE is not used.
    AW_HOR_POSITIVE
    Animates the window from left to right. This flag can be used with roll or slide animation. It is ignored when used with AW_CENTER or AW_BLEND.
    AW_HOR_NEGATIVE
    Animates the window from right to left. This flag can be used with roll or slide animation. It is ignored when used with AW_CENTER or AW_BLEND.
    AW_VER_POSITIVE
    Animates the window from top to bottom. This flag can be used with roll or slide animation. It is ignored when used with AW_CENTER or AW_BLEND.
    AW_VER_NEGATIVE
    Animates the window from bottom to top. This flag can be used with roll or slide animation. It is ignored when used with AW_CENTER or AW_BLEND.

    *** Risultati:
    http://digilander.iol.it/microsolk/A...on 800@900.mrc

    *** Grazie X l'upload sul sito

    Bye!

  6. #6

    Predefinito

    Resto sempre dell'idea che la mia dll sia più flessibile :p

    Figurati che ci ho fatto uno scripter per un cd multimediale, e il cd multimediale è venuto niente male!

    Cmq, tornando a noi, grazie per l'upload sul sito

    Che te ne pare come software? Ci sarebbe ancora da migliorare, però, in linea di massima secondo me va benone...

    Ciao!

  7. #7
    mebibyte L'avatar di The_qwer
    Registrato
    Sep 2000
    Località
    Varese
    Età
    24
    Messaggi
    796

    Predefinito

    Originariamente postato da blackshard
    Resto sempre dell'idea che la mia dll sia più flessibile :p

    Figurati che ci ho fatto uno scripter per un cd multimediale, e il cd multimediale è venuto niente male!

    Cmq, tornando a noi, grazie per l'upload sul sito

    Che te ne pare come software? Ci sarebbe ancora da migliorare, però, in linea di massima secondo me va benone...

    Ciao!
    CMQ certamente quella DLL è meglio, Xchè è dedicata...
    CMQ il prog è carino... Xò dovresti riempirlo ancora di tante novità, Xchè ne esistono a bizzeffe così...

  8. #8

    Predefinito

    Del tipo? Vorrei metterci mano prima possibile!

  9. #9
    mebibyte L'avatar di The_qwer
    Registrato
    Sep 2000
    Località
    Varese
    Età
    24
    Messaggi
    796

    Predefinito

    Allora, magari una tabella di comparizione basata sull'ocx MSCHARTS, che così fornirebbe una grafiga molto più bella, poi altre chicche, come i burn in, cioè la possibilità di ripetere quante volte si vuole il test al fine di testare la stabilità del processore, poi la possibilità di eseguire un test completo che fornisca un resultato a punti che rappresenti una media di tutti i valori calcolati. Essenziali poi sono: Tool Tips Text sugli oggetti, rilevamento del sistema operativo e della RAM + configurazione moduli automatici (ci sono 2 api appunto dedicate), finestra about con collegamento al sito... Per ora penso che vada bene come versione 0.2 beta.

    Bye!

  10. #10

    Predefinito

    OCX non ho affatto intenzione di utilizzarli per una questione di principio, ma soprattutto di praticità (per registrare un OCX è necessario un setup, ma se io voglio distribuire lo zip da 120 kb, dove ce lo metto il setup???).
    L'autorilevamento già l'avevo in mente, anzi se mi dici le due api mi fai un favore.
    Il burn in non dovrebbe essere affatto difficile da realizzare.
    Il risultato a punti, poi, è relativo...
    I tooltip non sono difficili da implementare...
    Insomma, se po ffa'...

    Ciao

Pagina 1 di 3 1 2 3 ultimo

Informazioni Thread

Users Browsing this Thread

Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)

Discussioni simili

  1. Programma Per Testare RAM
    By x4ng3lx in forum -= RAM =-
    Risposte: 1
    Ultimo messaggio: 06-06-2009, 22:43
  2. Testare le ram su vista...
    By marcosaurus in forum -= RAM =-
    Risposte: 11
    Ultimo messaggio: 10-06-2007, 22:23
  3. Come testare le memorie RAM
    By pikenzu in forum -= Hardware generico =-
    Risposte: 5
    Ultimo messaggio: 14-09-2004, 09:40
  4. cerco Software x testare le ram !
    By Harlock in forum -= Sistemi Operativi Windows e software generale =-
    Risposte: 6
    Ultimo messaggio: 13-10-2002, 14:25
  5. un soft per testare le ram
    By renartex in forum -= Sistemi Operativi Windows e software generale =-
    Risposte: 3
    Ultimo messaggio: 06-09-2001, 13:17

Tags

Regole d'invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
nexthardware.com - © 2002-2022