搜索结果
找到约 195 项符合
RESULT 的查询结果
按分类筛选
- 全部分类
- 技术资料 (30)
- 书籍 (15)
- 单片机编程 (11)
- 单片机开发 (10)
- 汇编语言 (9)
- matlab例程 (9)
- 其他 (8)
- DSP编程 (6)
- 电源技术 (5)
- Java编程 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- 数学计算 (4)
- 通讯编程文档 (4)
- VHDL/FPGA/Verilog (4)
- 其他嵌入式/单片机内容 (4)
- C/C++语言编程 (3)
- 其他书籍 (3)
- 教育系统应用 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 软件设计/软件工程 (3)
- 论文 (2)
- 无线通信 (2)
- 通讯/手机编程 (2)
- 软件工程 (2)
- 网络 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- 行业发展研究 (2)
- 源码 (1)
- PCB相关 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 工控技术 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- Modem编程 (1)
- *行业应用 (1)
- Applet (1)
- 多国语言处理 (1)
- 其他数据库 (1)
- STL (1)
- J2ME (1)
- VxWorks (1)
- 百货/超市行业 (1)
- 并行计算 (1)
源码 EEMD算法MATlab代码
EEMD算法MATlab代码,代码内容为定义一个EEMD函数,只需在同一文件夹写代码result =eemd(Y,Nstd,NE)即可
*行业应用 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 ...
单片机开发 Its functions are: n order within (excluding n) At the same time, 3 and 7 can be integral to all nat
Its functions are: n order within (excluding n) At the same time, 3 and 7 can be integral to all natural and a few of the square root of s, and function as a value to return, the final result s output to file out.dat China.
汇编语言 以查询方式将数据段中BUFFER开始的16个字节单元的数据从16550发送
以查询方式将数据段中BUFFER开始的16个字节单元的数据从16550发送,再通过16550接收端存入自内存单元RESULT处
编译器/解释器 算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code n
算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document
书籍 Millimeter+Wave+V2V+Communications
Recently millimeter-wave bands have been postu-
lated as a means to accommodate the foreseen extreme bandwidth
demands in vehicular communications, which result from the
dissemination of sensory data to nearby vehicles for enhanced
environmental awareness and improved safety level.
百货/超市行业 实现一个销售网络扩张后A、B 分店所在城市分布查询系统
实现一个销售网络扩张后A、B 分店所在城市分布查询系统,用命令行执行。从data1.txt读入,输出到result1.txt(详见内附说明)
Java编程 用java编写的用蝶式算法实现的fft
用java编写的用蝶式算法实现的fft,用来计算两个多项式的乘积,输入文件的格式如压缩包中的data5.txt,结果输出到result.txt中。