Results 1 to 2 of 2

Thread: อยากทราบเกี่ยวกับ hash function ชนิดนี้ว่ามีในโลกหรือไม่

  1. #1
    Junior Member
    Join Date
    Oct 2006
    Posts
    14


    กำหนด function hash ขึ้นมาตัวหนึ่งกำหนดให้เป็น h

    กำหนด function สำหรับหาความยาวของ string s ขั้นมาให้ชื่อเป็น len(s)

    กำหนด string s1 ซึ่งเมื่อผ่านฟังก์ชั่น h แล้ว จะได้เป็น string s1&#39; โดย len(s1&#39 < len(s1)

    กำหนด string s2 ซึ่ง s1 เป็น subset ของ s2 (คือ s1 เป็น string ที่อยู่ใน s2)
    ซึ่งเมื่อนำ s2 ผ่านฟังก์ชั่น h แล้วจะได้ string s2&#39; โดย len(s2&#39 < len(s2) และ s1&#39; เป็น subset ของ s2&#39; (คือ s1&#39; เป็น string ที่อยู่ใน s2&#39

    คืออยากถามผู้รู้ว่า มีฟังก์ชั่น hash ที่มีความสามารถดังที่กล่าวมาหรือไม่ ถ้ามีคือฟังก์ชั่นอะไร ถ้าเป็นไปได้ขอ reference และเอกสารอ้างอิงด้วย ขอบคุณมากๆ

  2. #2
    Senior Member
    Join Date
    Jul 2004
    Location
    Bangkok
    Posts
    187


    Let a is subset of A and f() is a 1:1 function
    then f(a) is subset of f(A)

Similar Threads

  1. Replies: 1
    Last Post: 11-06-2010, 12:49 AM
  2. Replies: 4
    Last Post: 31-03-2010, 03:06 PM
  3. Replies: 2
    Last Post: 05-07-2008, 05:36 PM
  4. Re: อยากทราบเกี่ยวกับ HTTP Versionล่าสุด
    By Anonymous in forum ข่าวสารด้าน IT ใหม่ๆ
    Replies: 1
    Last Post: 28-10-2004, 11:19 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •