代码搜索:DIP加高排针
找到约 4,861 项符合「DIP加高排针」的源代码
代码结果 4,861
www.eeworm.com/read/382947/8988250
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAX_SIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/283721/8994006
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAX_SIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/283718/8994046
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAX_SIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/181815/9236428
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/372391/9511989
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/366495/9811662
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/168987/9886472
txt lcd_sub.txt
内部指令 :
MOV A,#38H ;使用8Bits汇流排,显示两行,使用 5*7的字型。
LCALL wr_ir; ;写指令到IR(指令)寄存器
MOV A,#0EH ;显示器开,光标开,光标闪烁。
LCALL wr_ir; ;写指令到IR寄存器
MOV A,#06H
www.eeworm.com/read/361582/10044412
txt 何意数排序.txt
using System;
public class Test
{
public static void Main()
{
//不知道怎么搞的,两个不能同进用,想不明白,可能是前一种方法已经把值给改变了
int x;
int temp;
Console.WriteLine ("你想排几个数的序:");
x=int.Parse (Console.ReadLi
www.eeworm.com/read/425971/10299714
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义