搜索资源列表
changemac
- 编程修改网卡 MAC 地址的方法,针对RELTECK公司的 RTL8029AS芯片介绍了一种直接修改网卡 MAC地址的方法 程序用C语言与汇编语言混合编程实现并在实践中检验通过-programming changes to the Ethernet MAC address, the address RELTECK RTL8029AS chip company introduced a direct Ethernet MAC address to amend the methods and pro
Library_of_Cryptographic
- a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5,
doxygen-1.5.3.src.tar
- Doxygen的词根来源于Document(文档)和Oxygen(氧气),它是一个功能强大、使用方便且支持各种操作系统和编程语言的代码文档生成系统。Doxygen由荷兰人Dimitri van Heesch.开发,并且在GNU公共许可证(GPL)下发布,目前已经成为各主要的Linux发行版的附带组件。众多重量级的软件项目(如KDE,Qt、ACE库等)都选用Doxygen作为其编档工具生成项目文档。 Doxygen最初在Linux下开发,但已经被移植到多个操作系统平台下,包括Unix的各
OPENHTM
- 1. PowerNetConfig 在Win2000系统下修改主机名、IP、网关、子网掩码和代理服务器 2. GetAllIP 得到多穴主机的多个IP地址 3. EnumHosts 枚举局域网内的计算机 4. GetMac 读取网卡的Mac地址 5. C_S Demo 一个小型的公司客服系统——C/S使用示例 6. Mount 在应用程序中映射网络驱动器 7. AddIEButton 往IE的工具条上添加自定义的图标 8. MyBrow
17004753344
- c#实现的读取本机mac地址的源码。可以给大家做格参考。
openssl_program(doc)
- openssl是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有:SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。 openssl采用C语言作为开发语言,这使得它具有优秀的跨平台性能。openssl支持Linux、UNIX、windows、Ma
SHA-1.rar
- MAC算法SHA—1算法的C语言实现源码,SHA-1 algorithm for the C language source
Linux-MAC20081224.rar
- 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
MAC DES的C与C++算法
- 银联MAC_DES的C与C++算法,是实际应用的,代码易懂好用-CUP MAC_DES the C and C++ algorithm, is the actual application, the code easy to understand easy to use
MAc
- 用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密。-Using C++ access to the hard drive serial number and ID card of the MAC address of the source code can be used this way md5 encryption algorithm combines encryption software.
mac_drv-c
- 芯片为 arm s3c2410,嵌入式linux系统,内核版本为2.4.18.读写指定nandflash 地址 内容驱动程序。用于保存网络芯片的mac地址。内核在启动时调用该地址内容作为mac地址。 -read/write nandflash data driver.save mac address.
get_ipmac.c
- linux下获取IP地址及MAC地址 在linux下获得IP和MAC地址,可在linux使用gcc顺利编译-Get Ip and Machine address for linux.
100-classic-algorithm-c-language-
- 经典C语言程序设计100例,C语言能够让你深入系统底层,你知道的操作系统,哪一个不是C语言写的?所有的windows,Unix,Linux,Mac,os/2,没有一个里外的,如果你不懂C语言,怎么可能深入到这些操作系统当中去呢?更不要说你去写它们的内核程序了。-Classic C Programming Language 100 cases, C language allows you in-depth the underlying system, you know the operating
mac
- 交换机中MAC的初始化操作放在此处也是在linux-Switch the switch initialization process in C under linux
arp.c
- arp protocol implementation in c.arp protocol retrieves mac address from ip address.
MAC
- 获取Mac 地址C源码,主要获取当前Ethernet1 的mack地址,其它可以类推-Get Mac Address C source code, the main access to the current Ethernet1 the mack address other possible analogy
mac-roman
- linux arch sh kernel adc.c SH3 on-chip ADC support. -linux arch sh kernel adc.c SH3 on-chip ADC support.
net_info.c
- 取得網卡ip address/mac address(Get the ip address or mac address of net device.)
Desktop
- c语言实现的http上传文件代码,并获取设备的ip地址,mac地址,根据mac地址获取随机数(C language to achieve HTTP upload file code, and get the IP address of the device, MAC address, according to the MAC address to get the random number.)
C++语言实现DES和MAC分散算法
- C++语言实现DES和MAC分散算法 支持Window/linux系统