代码搜索:DIP加高排针
找到约 4,861 项符合「DIP加高排针」的源代码
代码结果 4,861
www.eeworm.com/read/352747/10518981
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAX_SIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/423304/10571694
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/349332/10835108
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/464552/7064789
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/461110/7233746
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAX_SIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/456942/7336354
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/454932/7381626
h c10-1.h
// c10-1.h 待排记录的数据类型
#define MAXSIZE 20 // 一个用作示例的小顺序表的最大长度
typedef int KeyType; // 定义关键字类型为整型
struct RedType // 记录类型
{
KeyType key; // 关键字项
InfoType otherinfo; // 其它数据项,具体类型在主程中定义
www.eeworm.com/read/443457/7632647
cpp 1465.cpp
#include
void main()
{
int a,i;
__int64 s[21];
s[1]=0;
s[2]=1;
for(i=3;i