代码搜索:测试流程

找到约 10,000 项符合「测试流程」的源代码

代码结果 10,000
www.eeworm.com/read/134396/13993115

c mousepsd.c

/*----------------------------------------------------------- 函数 mouse_pressed : 测试鼠标按钮的按下信息 -----------------------------------------------------------*/ #include
www.eeworm.com/read/202201/15389515

cpp f0401.cpp

//===================================== // f0401.cpp // 测试int的溢出 //===================================== #include using namespace std; //------------------------------------- int main
www.eeworm.com/read/202201/15389720

cpp f0605.cpp

//================================== // f0605.cpp // 内联性能测试 //================================== #include #include using namespace std; //---------------------------------- int
www.eeworm.com/read/111172/15517293

c test.c

/****************************************************************** * 文件名:TEST.C * 功能:测试IAP_Lite功能 * 日期:2003.11.10 ******************************************************************/ #include
www.eeworm.com/read/110960/15521334

c getmstus.c

/*----------------------------------------------------------- 函数 get_mouse_status : 测试鼠标按钮状态和鼠标光标位置 -----------------------------------------------------------*/ #include
www.eeworm.com/read/110960/15521442

c mousepsd.c

/*----------------------------------------------------------- 函数 mouse_pressed : 测试鼠标按钮的按下信息 -----------------------------------------------------------*/ #include
www.eeworm.com/read/105657/15662002

c getmstus.c

/*----------------------------------------------------------- 函数 get_mouse_status : 测试鼠标按钮状态和鼠标光标位置 -----------------------------------------------------------*/ #include
www.eeworm.com/read/105657/15662110

c mousepsd.c

/*----------------------------------------------------------- 函数 mouse_pressed : 测试鼠标按钮的按下信息 -----------------------------------------------------------*/ #include
www.eeworm.com/read/288690/8613587

txt 单片机c51串口中断接收和发送测试例程(含通信协议的实现).txt

单片机C51串口中断接收和发送测试例程(含通信协议的实现)     通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 ...