搜索结果

找到约 66 项符合 127 的查询结果

电子书籍 [网络命令 / 未知 著 ] win2000网络命令初步 1】ping 用来测试网络是否建立连接

[网络命令 / 未知 著 ] win2000网络命令初步 1】ping 用来测试网络是否建立连接,获取ip地址,也可以用来攻击 ping -l 65500 -t 127.0.0.0『对某个地址连续发送大小为65500大小的数据包,一直到它死机,对98使用较好 2】netstat -a 查看自己开的端口,常常用来手工查看是否中了木马,或者黑客程序 3】netsta ...
https://www.eeworm.com/dl/cadence/ebook/445732.html
下载: 190
查看: 1107

Applet 这个是一个由客户端和服务端程序的UDP通信的Java应用程序

这个是一个由客户端和服务端程序的UDP通信的Java应用程序,使用时,可以在本机上,也可以在局域网两台机子上,只要把源代码中对应的hostname值由127.0.0.1改为对应的IP地址即可,是个很不错的例子,
https://www.eeworm.com/dl/634/467305.html
下载: 52
查看: 1057

*行业应用 client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i

client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_fami ...
https://www.eeworm.com/dl/631/471268.html
下载: 76
查看: 1036

Linux/uClinux/Unix编程 C语言算法速查手册 书本附件

第1章 绪论 1 1.1 程序设计语言概述 1 1.1.1 机器语言 1 1.1.2 汇编语言 2 1.1.3 高级语言 2 1.1.4 C语言 3 1.2 C语言的优点和缺点 4 1.2.1 C语言的优点 4 1.2.2 C语言的缺点 6 1.3 算法概述 7 1.3.1 算法的基本特征 7 1.3.2 算法的复杂度 8 1.3.3 算法的准确性 10 1.3.4 算法的稳定性 14 第 ...
https://www.eeworm.com/dl/507562.html
下载: 2
查看: 360

数据库系统 redis官方手册翻译

Redis 命令参考 1 Key(键) 1 1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
https://www.eeworm.com/dl/509572.html
下载: 1
查看: 91

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52

嵌入式综合 红外遥控RGB

#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit led_r = P1^3; sbit led_g = P1^4; sbit led_b = P1^5; sbit led_wd = P1^7; sbit K1 =P3^0 ; //增加键 sbit K2 =P3^1 ; ...
https://www.eeworm.com/dl/512141.html
下载: 1
查看: 113

源码 jtbc内容管理系统

数据库的链接配置位于common/incfiles/const.inc.php。 $db_host = '127.0.0.1'; //数据库主机地址  $db_username = 'root'; //用户名 $db_password = ''; //密码 $db_database = 'jtbc_database'; //数据库名称 数据库的创建脚本在 _mysql 目录中。 默认的管理员路径为http://您的网站地址/admin/,默认的用户名和 ...
https://www.eeworm.com/dl/521738.html
查看: 196

技术资料 Multisim官方示例Multisim仿真例程基础电路范例135例合集

Multisim官方示例Multisim仿真例程基础电路范例135例合集:Chapter 1 - RLC CircuitsChapter 2 - DiodesChapter 3 - TransistorsChapter 4 - AmplifiersChapter 5 - OpampsChapter 6 - FiltersChapter 7 - Miscellaneous CircuitsFundamental Circuits.pdf004 Parallel DC Circuits.ms10005 Series-Parrallel DC Circuit.ms1 ...
https://www.eeworm.com/dl/744771.html
下载: 8
查看: 7950

技术资料 51单片机基础应用设计C语言实例(400例)合集

100-24c02记忆开机次数101-24c02存储上次使用中状态102-DS1302 时钟原理103-DS1302可调时钟104-DS1302时钟串口自动更新时间105-1602液晶显示DS1302时钟106-字库ST7920 12864液晶基础显示107-按键 12864显示108-PCF8591 1路AD数码管显示109-PCF8591 4路AD数码管显示11-LED循环右移110-PCF8591 DA输出模拟111-PCF8591 输出锯 ...
https://www.eeworm.com/dl/745412.html
下载: 9
查看: 4047