搜索结果
找到约 2,214 项符合
top-e 的查询结果
嵌入式/单片机编程 crosstool构建流程 来自顶嵌 www.top-e.org
crosstool构建流程 来自顶嵌 www.top-e.org
源码 利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。
#include <stdlib.h>
#include<stdio.h>
#include <malloc.h>
#define stack_init_size 100
#define stackincrement 10
typedef struct sqstack
{
int *base;
int *top;
int stacksize;
} sqstack;
int StackInit(sqstack *s)
{
s->base=(int *)malloc(stack_init_size *sizeof(int));
if(!s->base)
return 0;
s->top=s->ba ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
通信技术 PCI-E电气规格标准
PCI-E电气规格标准
元器件 2004年《电子零件e购指南》 56篇 pdf版
2004年《电子零件e购指南》 56篇 pdf版
元器件 TDK CORE 磁芯 e文
TDK CORE 磁芯 e文
C语言 Visual C++ 2008入门经典(高清E文)
Visual C++ 2008入门经典(高清E文)
C语言 c#2008从入门到精通 e文
c#2008从入门到精通 e文
数字处理及显示 数字功放设计 PDF版 e文
数字功放设计 PDF版 e文
器件手册 2004年《电子零件e购指南》 56篇 pdf版
2004年《电子零件e购指南》 56篇 pdf版