Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: swim
  • Content: Threads
  • Order by date
  1. swim

    Support vector machine ?

    Hi, all I'm going to program Haar Wavelet for image analysis. I wonder how to program Support vector machine(SVM). Thanks for any help.
  2. swim

    how to program uPnP?

    Hi, Can I program via uPnP to find any machine's IP and port on my local net which supports uPnP? Thanks advanced.
  3. swim

    Delphi supports GetAdaptersAddresses?

    Hi, I wrote a C++ Dll to use GetAdatpersAddresses to get local IPv6 IP address. It works fine. Is it can be done with delphi? Thanks advanced.
  4. swim

    Does Delphi support SIP programming?

    Hi, Anyone knows that Delphi supports SIP(Session Initiation Protocol) programming? Both of Server side and Client side? Thanks advanced.
  5. swim

    How to handle Navigation keys (Tab, arrow keys) with OnKeyDown ?

    I know that navigation keys (Tab, BackTab, the arrow keys, and so on) are unaffected by KeyPreview because they do not generate keyboard events. But I really want to handle Navigation keys with OnKeyDown event. I added the codes as follows, but it still does not work: procedure...
  6. swim

    Change system menu's item text

    Hi, Use the following code to change system menu item text. It works well, but the icon on the left of the item disappeared. The same problem is with AppendMenu function. Any help? procedure TForm1.ChangeSystemMenuItemText; const strCLOSE = 'Close This Window'; var SysMenu : HMenu...
  7. swim

    Does delphi support getaddrinfo function?

    Hi, Anyone knows that does delphi support getaddinfo() function which is used for get host ipv6 addr? I can't find it in winsock2.pas. Thanks!!!
  8. swim

    how to code for clock synchronization ?

    Hi, Any one knows how to code for PCs clock synchronization? Thanks a lots! Swim
  9. swim

    Is there a trunc() function in XPath?

    Hi All, XPath provides math operation functions such as round(). But I want to TRUNCATE a real-type value. Is there a function like trunc() in XPath? Thanks.

Part and Inventory Search

Back
Top