搜索:RAW
找到约 91 项符合「RAW」的查询结果
结果 91
按分类筛选
- 全部
- 技术资料 (14)
- Linux/Unix编程 (8)
- 网络 (6)
- 书籍 (5)
- Internet/网络编程 (5)
- 源码 (4)
- 压缩解压 (4)
- VC书籍 (4)
- 汇编语言 (3)
- 文章/文档 (3)
- 其他 (2)
- Java编程 (2)
- 文件格式 (2)
- 数学计算 (2)
- matlab例程 (2)
- Delphi控件源码 (2)
- Oracle数据库 (2)
- 设计相关 (1)
- DSP编程 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 通讯/手机编程 (1)
- 开发工具 (1)
- Modem编程 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 技术管理 (1)
- USB编程 (1)
- 其他数据库 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- uCOS (1)
- 微处理器开发 (1)
- Delphi/CppBuilder (1)
- 交通/航空行业 (1)
- Windows CE (1)
- 行业发展研究 (1)
https://www.eeworm.com/dl/652/322431.html
文章/文档
使用Visual Studio C++ 6.0和网络接口套接字Socket进行Windows环境下的网络编程
使用Visual Studio C++ 6.0和网络接口套接字Socket进行Windows环境下的网络编程,运用原始嵌套字RAW_SOCKET从IP层开始构造整个ICMP报文,通过ICMP协议所提供的回送请求(echo request)和回送应答(echo reply)这两种报文实现检测目的站的可达性与状态 ...
https://www.eeworm.com/dl/522507.html
书籍
Guide to Convolutional Neural Networks
General paradigm in solving a computer vision problem is to represent a raw image
using a more informative vector called feature vector and train a classifier on top of
feature vectors collected from training set. From classification perspective, there are
several off-the-shelf m ...
https://www.eeworm.com/dl/627/209040.html
语音压缩
1. 对给定语料估计其基音周期。 要求用MATLAB语言实现有关基音检测算法
1. 对给定语料估计其基音周期。
要求用MATLAB语言实现有关基音检测算法,并给出检测结果。2. 实验语料:aoYiSheng.raw
发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB分析帧长:20ms(160样点)总帧数:45 ...
https://www.eeworm.com/dl/635/128964.html
网络
hping 是一个运行在Linux,FreeBSD,NetBSD, OpenBSD, Solaris, MacOs X 命令行方式下的TCP/IP包分析器。它类似于unix命令下的ping命令
hping 是一个运行在Linux,FreeBSD,NetBSD, OpenBSD, Solaris, MacOs X 命令行方式下的TCP/IP包分析器。它类似于unix命令下的ping命令,但是hping它不能发送ICMP响应请求。它支持TCP, UDP, ICMP和RAW-IP 协议。它可以运行在跟踪模式,在一个隐蔽的通道内发送文件等各种功能。 ...
https://www.eeworm.com/dl/835912.html
技术资料
c++的socket编程相关资料汇总
1、原始套接字透析之前言大多数程序员所接触到的套接字(Socket)为两类服务应用:(1)流式套接字(SOCK-STREAM):一种面向连接的Socket,针对于面向连接的TCP(2)数据报式套接字(SOCK-DGRAM):一种无连接的Socket,对应于无连接的UDP服务应用.从用户的角度来看,SOCK-STREAM,SOCK-DGRAM这两类套 ...
https://www.eeworm.com/dl/652/327021.html
文章/文档
Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to o ...
https://www.eeworm.com/dl/619/408538.html
Linux/Unix编程
In this article, I will explain how to create UDP packets and then send them to a remote server thro
In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the I ...
https://www.eeworm.com/dl/645/207880.html
其他数据库
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the datab ...
https://www.eeworm.com/dl/664/131974.html
Delphi/CppBuilder
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creati ...