搜索资源列表
1207290964_2_client4rj-0.4.2-s1.tar
- linux下的锐捷认证程序。 支持锐捷3.2-rujie client for linux
Linux
- 天下没有难学的Linux 大学生攻克Linux系统教程(S1.0) -There is no hard science students overcome Linux Tutorial Linux system (S1.0)
ElGamal
- ElGamal數位簽章加解密程式, 可自行修改訊息M用以產生簽章S1與S2-ElGamal digital signature encryption and decryption program can modify the message M to produce the Signature S1 and S2
rb532_button
- Support for the S1 button on Routerboard 532-Support for the S1 button on Routerboard 532
strpbrk
- Find the first occurrence in s1 of a character in s2 (excluding NUL).
Demo
- 号码分配过程中,用如下格式表示已经分配的号码:a1-b1,a2-b2, ... ,ai-bi, ... ,an-bn,其中ai-bi表示一段连续号码,ai代表起始号码,bi代表结束号码,简称号码段。 例如: 12-30,40-50,100-200 表示12到30号,40到50号,100到200号已经分配。 号码段之间用“,”分隔,号码段起止号码用“-”连接。 给定字符串s1,代表已经分配的号码,格式如上; s2代表将要分配的号码,格式为a1-b1,即一个号码段。 编写
hid-steelseries
- HID driver for Steelseries SRW-S1.
hid-steelseries
- HID driver for Steelseries SRW-S1.
rb532_button
- Support for the S1 button on Routerboard 532.
path
- First N chars of S1 match S2, and S2 is N chars long.
strcpy
- Copy string s2 to s1. s1 must be large enough. return s1.
bcopy
- Copy s1 to s2, always copy n bytes. For overlapped copies it does the right thing.
path-util
- Concatenate s2 on the end of s1 separated by a (unless s1 is empty). Check for spurious s. s1 s space must be large enough. -Concatenate s2 on the end of s1 separated by a (unless s1 is empty). Check for spurious s. s1 s space must be large
acutab
- Copy s2 to s1, truncating or null-padding to always copy n bytes return s1.
memcpy
- Copy s2 to s1, always copy n bytes. Return s1.
strdup
- returns pointer to a new string which is the duplicate of string pointed to by s1.
diffie_hellman
- Implement Diffie-Hellman Key exchange protocol and demonstrate that at the end, both person will have a common Key. Do the following: 1. Set a variable p ( e.g. p = 37) and g (e.g. g = 5). 2. Generate a, a random number mod p. Now generate A,