代码搜索:dat
找到约 10,000 项符合「dat」的源代码
代码结果 10,000
www.eeworm.com/read/173806/9634848
dat dat1.dat
0.0129 9.5600
0.0247 8.1845
0.0530 5.2616
0.1550 2.7917
0.3010 2.2611
0.4710 1.7340
0.8020 1.2370
1.2700 1.0674
1.4300 1.11
www.eeworm.com/read/215853/15038362
asm ex01.asm
***DSP指令实验***
.title "ex1"
.mmregs
.def _c_int00
ExNo .SET 00H
DAT0 .SET 01H
DAT1 .SET 02H
DAT2 .SET 03H
.data
buff .space 100h*16
.text
ADD3 .MACRO P1,P2,P3,ADDRP ;三数相
www.eeworm.com/read/317315/13506400
pl hexdump.pl
opendir(DIR,"./");
foreach (readdir(DIR)){
if(/qrv\d.*dat$|rsc\d.*dat$/){
open(DAT,$_);
my $s = "";
while(my $l=){$s.=$l}
open(DAT_HEX,">$_.hex");
print DAT_HEX unpack("H*",$s
www.eeworm.com/read/168054/9940915
c data.c
#include
#include
#include
void dat_add_num(double num)//置数字数据
{
if (num_dat_sta==NULL)
{
num_dat_sta=(struct num_dat *)malloc(sizeof(struct num_d
www.eeworm.com/read/371229/9560854
v crc32_128_tb.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
www.eeworm.com/read/282699/9072500
h usart.h
void USART_int();
void USART_send_dat(unsigned char *dat,unsigned char lng);
void USART_rev();
void USART_send_c(unsigned char c);
extern unsigned char USART_dat_send[13];
extern volatile unsig