代码搜索:DIP加高排针
找到约 4,861 项符合「DIP加高排针」的源代码
代码结果 4,861
www.eeworm.com/read/166053/10039147
h c10-1.h
/* c10-1.h 待排记录的数据类型 */
#define MAXSIZE 20 /* 一个用作示例的小顺序表的最大长度 */
typedef int KeyType; /* 定义关键字类型为整型 */
typedef struct
{
KeyType key; /* 关键字项 */
InfoType otherinfo; /* 其它数据项,具体类型在主程中定
www.eeworm.com/read/355155/10290340
txt p7.43.txt
%1000个输入数据点
P=rands(2,1000);
plot(P(1,:),P(2,:),'+r')
axis([-1 1 -1 1]);
title('输入向量');
xlabel('p(1)');
ylabel('p(2)');
%设计网络,2维神经元为5*6排列形式
net=newsom([0 1;0 1],[5 6]);
cla
plotsom(net.iw{1,
www.eeworm.com/read/425971/10300058
c algo2-2.c
/* algo2-2.c 实现算法2.2的程序 */
#include"c1.h"
typedef int ElemType;
#include"c2-1.h"
#include"bo2-1.c"
void MergeList(SqList La,SqList Lb,SqList *Lc) /* 算法2.2 */
{ /* 已知线性表La和Lb中的数据元素按值非递减排
www.eeworm.com/read/425971/10300349
h c10-1.h
/* c10-1.h 待排记录的数据类型 */
#define MAXSIZE 20 /* 一个用作示例的小顺序表的最大长度 */
typedef int KeyType; /* 定义关键字类型为整型 */
typedef struct
{
KeyType key; /* 关键字项 */
InfoType otherinfo; /* 其它数据项,具体类型在主程中定
www.eeworm.com/read/352747/10519826
h c10-1.h
/* c10-1.h 待排记录的数据类型 */
#define MAX_SIZE 20 /* 一个用作示例的小顺序表的最大长度 */
typedef int KeyType; /* 定义关键字类型为整型 */
typedef struct
{
KeyType key; /* 关键字项 */
InfoType otherinfo; /* 其它数据项,具体类型在主程中
www.eeworm.com/read/423304/10572178
c algo2-2.c
/* algo2-2.c 实现算法2.2的程序 */
#include"c1.h"
typedef int ElemType;
#include"c2-1.h"
#include"bo2-1.c"
void MergeList(SqList La,SqList Lb,SqList *Lc) /* 算法2.2 */
{ /* 已知线性表La和Lb中的数据元素按值非递减排
www.eeworm.com/read/423304/10572662
h c10-1.h
/* c10-1.h 待排记录的数据类型 */
#define MAXSIZE 20 /* 一个用作示例的小顺序表的最大长度 */
typedef int KeyType; /* 定义关键字类型为整型 */
typedef struct
{
KeyType key; /* 关键字项 */
InfoType otherinfo; /* 其它数据项,具体类型在主程中定
www.eeworm.com/read/466955/7024748
c algo2-2.c
/* algo2-2.c 实现算法2.2的程序 */
#include"c1.h"
typedef int ElemType;
#include"c2-1.h"
#include"bo2-1.c"
void MergeList(SqList La,SqList Lb,SqList *Lc) /* 算法2.2 */
{ /* 已知线性表La和Lb中的数据元素按值非递减排
www.eeworm.com/read/466955/7024872
h c10-1.h
/* c10-1.h 待排记录的数据类型 */
#define MAXSIZE 20 /* 一个用作示例的小顺序表的最大长度 */
typedef int KeyType; /* 定义关键字类型为整型 */
typedef struct
{
KeyType key; /* 关键字项 */
InfoType otherinfo; /* 其它数据项,具体类型在主程中定
www.eeworm.com/read/455872/7362457
js lunar.js
/*********************************
=====以下是公历、农历、回历综合日历计算=====
Lunar:日历计算物件
使用条件:事先引用eph.js、JN.js、kwb.js三个文件
一、 calc:function(jd,jing)方法
·功能:
农历排月序计算,可定出农历基本信息(如大小月、闰月、合朔等)
·入口参数: