代码搜索:输出数据
找到约 10,000 项符合「输出数据」的源代码
代码结果 10,000
www.eeworm.com/read/420886/10769354
txt 混沌保密通信传输图像数据.txt
a=imread('in.jpg');
aa=double(a);
k=0;
for i=1:99
for j=1:99
k=k+1;
in(k)=aa(i,j)/255;
end
end
dt=0.01;
x1(1)=0;x2(1)=0;x3(1)=0;x4(1)=0;
for i=1:9801
y4(i)=(abs
www.eeworm.com/read/420886/10769355
jpg 混沌保密通信传输图像数据.jpg
www.eeworm.com/read/420793/10774642
rar 数据库课程设计.rar
www.eeworm.com/read/349658/10807091
sql 供求数据库备份.sql
www.eeworm.com/read/419802/10837909
cpp 数据结构_并查集.cpp
#include
using namespace std;
const int MAXN = 1000001;
int p[MAXN];
void makeset(int n)
{
for(int i = 1; i
www.eeworm.com/read/419633/10851850
exe 数据库自动附加器.exe
www.eeworm.com/read/419527/10863532
doc 数据库设计报告封面.doc
www.eeworm.com/read/274339/10875219
txt sgip1.1数据结构.txt
//SGIP1.1 Head数据体
type
SGIP_Head = record
MessageLength : array[0..3] of byte; //消息的总长度(字节)
CommandID : array[0..3] of byte; //命令ID
SequenceNumber: array[0..11] of byte;
www.eeworm.com/read/348640/10879780