代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/188191/8564129

c n6100.c

// Reset = PortB.4 // CS = PortB.0 (~SS) // GND = GND // SData = PortB.2 (MOSI) // SClk = PORTB.1 (SCK) #include #include #include #include
www.eeworm.com/read/387240/8698407

c mpi-1.c

#include "mpi.h" /*MPI head file*/ int main( int argc, char** argv ) { int rank, size, tag=1; int senddata,recvdata; MPI_Status status; MPI_Init(&argc, &argv); /*initializing */ MPI_Comm_ran
www.eeworm.com/read/428494/8863933

h spi.h

//[SPI.h]SPI通信头文件------------------------------------------------------ //SPI通信需要用到的头文件 #include "mc9s12dg128.h" //MCU映像寄存器名 #include "Type.h" //类型别名定义 //SPI通信寄存器及标志位定义
www.eeworm.com/read/282690/9073952

cpp commtestdlg.cpp

// CommTestDlg.cpp : implementation file // #include "stdafx.h" #include "CommTest.h" #include "CommTestDlg.h" #include "string.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE sta
www.eeworm.com/read/184124/9120936

c uartcom1.c

/*********************************************************************/ /* 模 块 名:单片机(C51) 文件名:uart_com1.c */ /* 提交日期:2006年1月16日 作 者:金雨和(jinyuhe@163.com) */ /* 版 本:
www.eeworm.com/read/365941/9839053

c lcd.c

/* DISPLAY REGISTER +------+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ +LINE 0|00|01|02|03|04|05|06|07|08|09|0A|0B|0C|0D|0E|0F|10|11|12|13| +------+--+--+--+--+--+--+--+--+--+--+
www.eeworm.com/read/423649/10539980

asm 1602232.asm

;******************************************************************************** ;232通信程序2400速率,12m晶体, 烧写后关掉XLISP软件,编程仿真切换到仿真状态(按下 * ;使用配套光盘的工具软件:串口调试助手,设置波特率2400, 连接232电缆到串口, * ;连接1602液晶到开发板,
www.eeworm.com/read/423579/10545870

lst tsaks.lst

1 .file "Tsaks.c" 2 .arch atmega16 3 __SREG__ = 0x3f 4 __SP_H__ = 0x3e 5 __SP_L__ = 0x3d 6
www.eeworm.com/read/422805/10609253

c main.c

#include "config.h" #define BUFFER_1_WRITE 0x84 // buffer1写指令代码 #define B1_TO_MM_PAGE_NO_ERA 0x88 // 无在线擦除的buffer1写主内存页指令代码 #define MM_PAGE_READ 0xD2 // 主内存页读指令代码 #define STAT_REG_READ 0xD
www.eeworm.com/read/421989/10670251

c ide.c

/* ;***************************************************************************************************** ;* Copyright (c) 2006 by JiaoJinXing. ;* All rights reserved. ;* ;*---