Hollosi Information eXchange /HIX/
HIX CODER 347
Copyright (C) HIX
1999-01-22
Új cikk beküldése (a cikk tartalma az író felelőssége)
Megrendelés Lemondás
1 Re: *** HIX CODER *** #346 -- ez+az (mind)  34 sor     (cikkei)
2 vonalrajzolo rutin (mind)  11 sor     (cikkei)
3 RE:caption nelkuli ablak (mind)  83 sor     (cikkei)
4 ASM Ciklusidok (mind)  27 sor     (cikkei)
5 Re:C nyelv gyakoroltato progi (mind)  10 sor     (cikkei)
6 scannelni szeretnek (mind)  31 sor     (cikkei)
7 ikon a System Tray-be (mind)  8 sor     (cikkei)
8 Linux idozites (mind)  9 sor     (cikkei)
9 process start - Windows NT (mind)  11 sor     (cikkei)
10 Re: win32api-help (mind)  22 sor     (cikkei)
11 Re: *** HIX CODER *** #346 (mind)  17 sor     (cikkei)
12 Re: vegrehajtasi ciklusok (mind)  14 sor     (cikkei)

+ - Re: *** HIX CODER *** #346 -- ez+az (mind) VÁLASZ  Feladó: (cikkei)

Hali!

> Felado :  [Hungary]
> Temakor: vegrehajtasi ciklusok ( 15 sor )
> ...
> elojottek az utasitasok vegrehajtasi ciklusaival. Tudnatok nekem kuldeni
> - esetleg maganban - egy tablazatot lehetoleg minel tobb asm utasitas
> vegrehajtasi ciklusidejerol? Nem fontos a 286-os ciklusidejet is leirni,
> ami erdekel az 486/Pentium, esetleg Celeron, Pentium II ...

Regebben a www.intel.com -on volt errol anyag.
Nezz korul ott.

> Felado :  [Hungary]
> Temakor: Linux debugger ( 13 sor )
> ...
> Keresek kenyelmes, hasznalhato debugger Linux ala. A DOS-os Turbo
> Debuggerhez hasonlot szeretnek. Sajnos a gdbvel es az xgdb-vel eddig nem
> boldogultam.

Tudtommal a gdb-n kivul nincs mas.  Viszont vannak remek frontendek hozza
izles szerint. pl. (x)emacs, ddd, Code Medic.

> Erdekel meg jo C fejleszto rendszer szinten Linux ala. A wpe-t nem
> mondjatok, nalam gyakran leall.
> Szoval mit tudtok ajanlani, Ti mit hasznaltok?

En emacsot.  Az rulez.

Sziasztok
-- 
May the Source be with you!

ImRe
+ - vonalrajzolo rutin (mind) VÁLASZ  Feladó: (cikkei)

Hello!

kellene egy olyan vonalrajzolo rutin, ami levagja, ami a kepernyon
kivul van.
asm kellene. vagy bapc. (meg C-t is elviselek, de csak vegso esetben)
ha van valakinek ilyen, lecci dobjon meg vele.

koszi

Bye,
	Panther / mnemonic
+ - RE:caption nelkuli ablak (mind) VÁLASZ  Feladó: (cikkei)

Hali!

Jol csinaltad, a WS_ -ekkel kell jatszanod.

A mikro$ devstudiojanak helpje ezt mondja a WS_ -ekrol:

 WS_BORDER   Creates a window that has a border.

 ˇ  WS_CAPTION   Creates a window that has a title bar (implies the
    WS_BORDER style). Cannot be used with the WS_DLGFRAME style.

 ˇ  WS_CHILD   Creates a child window. Cannot be used with the WS_POPUP
    style.

 ˇ  WS_CLIPCHILDREN   Excludes the area occupied by child windows when you
    draw within the parent window. Used when you create the parent window.

 ˇ  WS_CLIPSIBLINGS   Clips child windows relative to each other; that is,
    when a particular child window receives a paint message, the
    WS_CLIPSIBLINGS style clips all other overlapped child windows out of
    the region of the child window to be updated. (If WS_CLIPSIBLINGS is
    not given and child windows overlap, when you draw within the client
    area of a child window, it is possible to draw within the client area
    of a neighboring child window.) For use with the WS_CHILD style only.

 ˇ  WS_DISABLED   Creates a window that is initially disabled.

 ˇ  WS_DLGFRAME   Creates a window with a double border but no title.

 ˇ  WS_GROUP   Specifies the first control of a group of controls in which
    the user can move from one control to the next with the arrow keys. All
    controls defined with the WS_GROUP style after the first control belong
    to the same group. The next control with the WS_GROUP style ends the
    style group and starts the next group (that is, one group ends where
    the next begins).

 ˇ  WS_HSCROLL   Creates a window that has a horizontal scroll bar.

 ˇ  WS_MAXIMIZE   Creates a window of maximum size.

 ˇ  WS_MAXIMIZEBOX   Creates a window that has a Maximize button.

 ˇ  WS_MINIMIZE   Creates a window that is initially minimized. For use
    with the WS_OVERLAPPED style only.

 ˇ  WS_MINIMIZEBOX   Creates a window that has a Minimize button.

 ˇ  WS_OVERLAPPED   Creates an overlapped window. An overlapped window
    usually has a caption and a border.

 ˇ  WS_OVERLAPPEDWINDOW   Creates an overlapped window with the
    WS_OVERLAPPED, WS_CAPTION, WS_SYSMENU, WS_THICKFRAME, WS_MINIMIZEBOX,
    and WS_MAXIMIZEBOX styles.

 ˇ  WS_POPUP   Creates a pop-up window. Cannot be used with the WS_CHILD
    style.

 ˇ  WS_POPUPWINDOW   Creates a pop-up window with the WS_BORDER, WS_POPUP,
    and WS_SYSMENU styles. The WS_CAPTION style must be combined with the
    WS_POPUPWINDOW style to make the Control menu visible.

 ˇ  WS_SYSMENU   Creates a window that has a Control-menu box in its title
    bar. Used only for windows with title bars.

 ˇ  WS_TABSTOP   Specifies one of any number of controls through which the
    user can move by using the TAB key. The TAB key moves the user to the
    next control specified by the WS_TABSTOP style.

 ˇ  WS_THICKFRAME   Creates a window with a thick frame that can be used to
    size the window.

 ˇ  WS_VISIBLE   Creates a window that is initially visible.

 ˇ  WS_VSCROLL   Creates a window that has a vertical scroll bar.

Ezek alapjan Neked WS_POPUP vagy WS_OVERLAPPED kell. Add hozza meg vagy
kapcsolattal a WS_VISIBLE-t
illetve valamelyik border stilust. (WS_BORDER, vagy WS_THICKFRAME, vagy
WS_DLGFRAME).
Igy mar mennie kene.

Bye
Steve
+ - ASM Ciklusidok (mind) VÁLASZ  Feladó: (cikkei)

> Szeva mindenkinek!
>
> Lattam, hogy valamelyikotok egy asm forrast kert: a valaszokban nehanyan
> elojottek az utasitasok vegrehajtasi ciklusaival. Tudnatok nekem kuldeni
> - esetleg maganban - egy tablazatot lehetoleg minel tobb asm utasitas
> vegrehajtasi ciklusidejerol? Nem fontos a 286-os ciklusidejet is leirni,
> ami erdekel az 486/Pentium, esetleg Celeron, Pentium II ...

Szia!

Az utasitasok vegrehajtasi idejerol legkimeritobben a
developer.intel.com-on
lehet informaciot talalni. A Manuals alatt van tobbek kozott az
"Architecture
optimization manual", amely nem csak az utasitasok vegrehajtasi
idejevel,
hanem a procival kapcsolatos optimalizalasi modszerekkel is foglalkozik.
Ugyanitt megtalalhatok a procik teljes fejlesztoi leirasa is.
Mondjuk a bajuk az, hogy tekintelyes meretuek (nehany szaz oldal PDF) es 
angolul vannak.

Tsao!

-- 
ifj. Jako Balazs			
mailto:			mailto:	
http://www.extra.hu/bazsi		mhtel://35.99.87.3/624
+ - Re:C nyelv gyakoroltato progi (mind) VÁLASZ  Feladó: (cikkei)

>Felado : Magi Bela
>E-mail :  [Hungary]

>Olyan gyakorlo es okatoprogramokat keresek,
>amelyek lehetove teszik a C nyelv alaposabb elsajatitasat,
>teszkerdesek formajaban. Pl. szintaxis, ertekadas, stb.
>gyakorlasara.
Ha talalsz, legyszi szolj nekem is.

A'kos
+ - scannelni szeretnek (mind) VÁLASZ  Feladó: (cikkei)

Hello Mindenki!

Mivel eloszor irok, ezert elobb bemutatkozom.

Veres Sandor vagyok, 38 eves. Eddig programoztam R5, R10, PDP11/40 es PC
gepeket; assembly, Fortran, Pascal, Clipper es Delphi nyelveken (mi hol volt
:) ).

A feladat: adott cegnel az erkezo dokumentumok arhivalasat szeretnek
megoldani fenymasolas helyett bescannelessel es az eloallt kepek
archivalasaval (CD-re irassal). Tobb fajta dokumentumrol van szo, de az
azonos tipusu dokumentumok ugyanazzal a scanner beallitassal olvasandok be.
(Fontos a muvelet sebessege, nem lehet pepecselni a scannelessel. Egyszer
elore beallitjat az adott dokumentum-fajtahoz, aztan hajra!)

Jelenleg egy Primax 4500 Direct tipusu scanner van, a hozza kapott program
(driver?) tud ilyen tipus-beallitasokat megjegyezni (idaig OK), csak az
egyenkent megadando allomanynev nem lehet 8 karakternel hosszabb (win3.1-hez
keszult), sajna erre vigyaz is.

Megoldando, hogy a kapott kepeket tetszoleges (hossszu) allomanynevvel
lehessen elmenteni. A kepet beolvasni sikerul (ha valakit erdekel a
http://www.twain.org cimen nezelodjon), tarolni sikerul, csak az eppen
aktualis beallitasokat (szinmelyseg, kontraszt stb. ) nem tudom lekerdezni
(es tarolni majd visszaallitani).

Ha valaki tudna segiteni, akkor kerem jelentkezzen!

Elnezest a hosszu szovegert!

Veres Sandor
+ - ikon a System Tray-be (mind) VÁLASZ  Feladó: (cikkei)

Haliho!

  Tudja valaki, hogyan lehet rabirni egy Visual BASIC formot, hogy az
ikonjat ne a TaskBar-ra (Talca) hanem a System Tray-be tegye? (a taskbar
jobbszelen a kis keret ahol pl. az ido kijelzodik)
  Ugyanez Visual C ablakokra? A helpek,doksik hallgatnak mint a sir.

udv: VAti
+ - Linux idozites (mind) VÁLASZ  Feladó: (cikkei)

Sziasztok!

Linux alatt milyen modszer van arra, hogy egy
eljarast X idonkent a program tobbi reszetol
fuggetlenul meghivjak? Valami hasonlora kellene,
mint a DOS alatt az INT 8, vagy INT 1Ch.
Ja, nem X alatt kellene.

Udv.Csaboca.
+ - process start - Windows NT (mind) VÁLASZ  Feladó: (cikkei)

sziasztok,

meg tudna nekem mondani vki, hogy hogyan lehetne a windowsNT-tol levadaszni azt
 az esemenyt, hogy 
egy ujabb programot a user elinditott a gepen?

Win32 applicationhoz kellene, de igazabol barmilyen otlet megteszi.

ha van tipp elore is kosz.

boleny.
+ - Re: win32api-help (mind) VÁLASZ  Feladó: (cikkei)

Sziasztok,

banjo:
>hd=FindWindow(0,'valami.txt - Notepad')
>* O.K. megtalalja
>l=SetForegroundWindow(hd)
>* O.K. elorehozza
>j=SendMessage(hd,asc('a'),0,0)
>* b*szik raja, nem csinal semmit, 0-val jon vissza
Szerintem itt az utolso hivas nem jo. Mert nem adtad meg az uzenet
kodjat. Valahogy igy kellene:
SendMessage( hd, WM_CHAR, asc('a'), 0)

Most nem neztem meg a pontos parameterezeset a WM_CHAR-nak, s az is
lehet, hogy a notepad nem a WM_CHAR-ra veszi ki a karaktert, hanem pl.
a WM_KEYDOWN-ra (igaz, nem valoszinu.). Ha meg mindig nem mukodik,
akkor nem a hd ablaknak kell elkuldeni az uzenetet, hanem a legalso
gyerekablaknak, ami mar kozvetlenul az edit ablak, ezt a SPY-al
konnyen meg lehet nezni.

Sziasztok,
Juan
+ - Re: *** HIX CODER *** #346 (mind) VÁLASZ  Feladó: (cikkei)

Haliho!

>Felado :  [Hungary]
>Lattam, hogy valamelyikotok egy asm forrast kert: a valaszokban 
>nehanyan elojottek az utasitasok vegrehajtasi ciklusaival. 
>Tudnatok nekem kuldeni - esetleg maganban - egy tablazatot 
>lehetoleg minel tobb asm utasitas vegrehajtasi ciklusidejerol? 
Anno a MASM 6.0 mellekleteben talalkoztam orajeladatokkal, de 
csak 486-ig volt skalazva (ertheto, akkor meg nem volt penya).
Ha valaki bir ettol folfele adatokkal, akkor en is vevo lennek 
ra! :)

     Frank O'Yanco

___PMMail/2 2.00 - OS/2 Aurora - 100% Micro$oft free... B-)

Drive A: not responding. Formatting C: instead
+ - Re: vegrehajtasi ciklusok (mind) VÁLASZ  Feladó: (cikkei)

>Szeva mindenkinek!
>
>Lattam, hogy valamelyikotok egy asm forrast kert: a valaszokban nehanyan
>elojottek az utasitasok vegrehajtasi ciklusaival. Tudnatok nekem kuldeni
>- esetleg maganban - egy tablazatot lehetoleg minel tobb asm utasitas
>vegrehajtasi ciklusidejerol? Nem fontos a 286-os ciklusidejet is leirni,
>ami erdekel az 486/Pentium, esetleg Celeron, Pentium II ...
Hali!

Van egy HelpPc nevu progi. Egy csomo hasznos dolgot tud, ezt is, de
csak 486-ig.
Ha kell irj, elkuldom maganba.

JimBoo

AGYKONTROLL ALLAT AUTO AZSIA BUDAPEST CODER DOSZ FELVIDEK FILM FILOZOFIA FORUM GURU HANG HIPHOP HIRDETES HIRMONDO HIXDVD HUDOM HUNGARY JATEK KEP KONYHA KONYV KORNYESZ KUKKER KULTURA LINUX MAGELLAN MAHAL MOBIL MOKA MOZAIK NARANCS NARANCS1 NY NYELV OTTHON OTTHONKA PARA RANDI REJTVENY SCM SPORT SZABAD SZALON TANC TIPP TUDOMANY UK UTAZAS UTLEVEL VITA WEBMESTER WINDOWS