Hi, I’m a newbie to the C programming language and wanted to make a VERY simple script. Basically, when the script is run, I’d like to have it provide the date and time that the machine has stored. In the unix terminal, all you have to do is write “date” and you get this answer. [...]
Implement
implement the following program in C/C++ using UNIX/Linux inter-process?
You are to create a binary to integer and integer to binary converter using bi-directional pipes. The program should be able to convert a given positive integer to its binary representation and vice versa. For example, given 17 it converts to 10001 and given 10001 converts to 17. The converter should be able to convert [...]
implement การค้นหา array ด้วย 5 ตัววิ่ง
เรามา implement ให้มีการ load ภาพ bmp ขึ้นมาในหน้าต่างโปรแกรม แล้วเมื่อมีการเอา mouse คลิกที่ตัวไหน ให้ pointer เข้าสิงตัวนั้นแล้วเข้าไปเปลี่ยนแปลงค่าในตัวนั้น โดยใช้การค้นหาแบบ 5 ตัวค้นหา คือ ใช้ st1, st2, st3, st4, st5 วิ่งเข้าไปในอาเรย์พร้อมๆ กับ อาเรย์มี [1000] ตัว มันจะวนแค่ 200 รอบ และในการวนแต่ละครั้ง ตําแหน่งที่ค้นหาจะมี 5 ตําแหน่ง คือ st1 วิ่งที่ 0-199, st2 วิ่งที่ 200-399 ไปเรื่อยๆ และถ้าตัวไหนเจอก่อน มันก็จะเด้งออกและ return ค่านั้นกลับมาให้ pointer เข้าสิง และเข้าไปแก้ไขข้อมูลหรือแก้ไข position ของมันได้ ในกรณีที่มี transaction เยอะๆ [...]
can i implement a feature of an existing software in my own software?
hello i have a legal software publishing question: can i implement a feature of an existing software in my own software? let me to discuss my problem with a sample: there is a shareware image compression software on market. i have never used reverse engineering to decompile or looking this software source code. but with [...]
how implement hybrid key algoritm?
Hi friends I looking for source code or a clear sample for hybrid (hybrid key) algorithms in energy efficiency for wireless lans in any language. please help me… I already found some example in cpp for RSA and ECC algoritm ,but I dont have any idea about how to implement hybrid algoritm,would you help me [...]