代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/438679/7728187
vhd write.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.all;
entity write is port(
clk,rst,
);
end write;
architecture a of write is
begin
end a;
entity read is port(
clk,rst,lint2,wrfull: in
www.eeworm.com/read/438449/7731125
c write.c
#include "mpi.h"
void mpi_file_write_(MPI_Fint *fh, void *buf, int *count,
MPI_Fint *datatype, MPI_Fint *status,
MPI_Fint *err)
{
MPI_File fh_c;
MPI_Datatype datatype_c;
MP
www.eeworm.com/read/436385/7770680
gif write.gif
www.eeworm.com/read/434738/7802703
gif write.gif
www.eeworm.com/read/399963/7819240
c write.c
#include
int main()
{
if ((write(1, "Here is some data\n", 18)) != 18)
write(2, "A write error has occurred on file descriptor 1\n",46);
exit(0);
}
www.eeworm.com/read/299665/7840100
h write.h
void LCD_writeline(uchar xx,uchar yy,uint n)
{
uint p;
uchar x,y;
// p=ch1*16;
p=n;
for(x=0+xx;x
www.eeworm.com/read/434240/7879655
gif write.gif
www.eeworm.com/read/398823/7918174