代码搜索:交换技术
找到约 10,000 项符合「交换技术」的源代码
代码结果 10,000
www.eeworm.com/read/353058/3090480
properties corp_zh_cn.properties
#corp properties
company_name=镇江云网软件技术有限公司
www.eeworm.com/read/335785/12499498
c lcd12864_1.c
//=====================================================================
// LCD12864 液晶显示技术I
// Make Time: 2008-4-8
//===================================================
www.eeworm.com/read/335785/12499553
c lcd12864_b.c
//=====================================================================
// LCD12864 液晶显示技术II
// Make Time: 2008-4-8
//==================================================
www.eeworm.com/read/149310/12387191
txt ping命令的使用技巧.txt
Ping命令的使用技巧
Ping是个使用频率极高的实用程序,用于确定本地主机是否能与另一台主机交换(发送与接收)数据包。根据返回的信息,我们就可以推断TCP/IP参数是否设置得正确以及运行是否正常。需要注意的是:成功地与另一台主机进行一次或两次数据包交换并不表示TCP/IP配置就是正确的,我们必须执行大量的本地主机与远程主机的数据包交换,才能确信TCP/IP的正确性。
简单的说,Pin ...
www.eeworm.com/read/388285/8619439
asm s6.asm
Size equ 10 ; 数据个数
Array equ 50h ; 数据起始地址
Change equ 0 ; 交换标志
Sort:
mov r0, #Array
mov r7, #Size-1
clr Change
Goon
www.eeworm.com/read/286613/8756048
cpp p1-70.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/286613/8756628
cpp p1-70.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/185058/9059080
cpp shellsort.cpp
#include //希尔排序
void output(int table[],int n); //输出数组的N个元素,略
void swap(int table[],int i,int j) //交换table[i]、table[j]的值
{
www.eeworm.com/read/182678/9196018
cpp p1-70.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp
www.eeworm.com/read/180877/9282415
cpp p1-70.cpp
#include
//定义结构
struct student {
char name[10];
float grade;
};
//交换student类型的数据
void swap(student &x,student &y) //swap的参数为引用传递方式
{
student temp;
temp