#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }
資源簡介:#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }
上傳時間: 2016-03-03
上傳用戶:rishian
資源簡介:數據結構 課程 2叉樹的遍歷 #include "stdafx.h" #include <iostream.h> typedef char ElemType
上傳時間: 2013-11-30
上傳用戶:tb_6877751
資源簡介:1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the pole-zero locations in the z-plane.
上傳時間: 2014-07-10
上傳用戶:himbly
資源簡介:操作系統課程設計_進程調度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*進程標識符*/ int prio /*進程優先數*/ int round /*進程時間輪轉時間片*/ int cputime /*進程占...
上傳時間: 2016-08-09
上傳用戶:鳳臨西北
資源簡介:[問題描述] 在二叉排序樹中查找關鍵字為KEY的記錄 [輸入] 有序表輸入要查找元素的關鍵字 [輸出] 查找成功是即可顯示查找成功 #include <stdlib.h> #include <stdio.h> typedef int KeyType typedef struct{
上傳時間: 2015-11-16
上傳用戶:erkuizhang
資源簡介:數據結構(嚴慰敏)配套純c代碼實驗十 typedef int InfoType // 定義其它數據項的類型 typedef int KeyType // 定義RedType類型的關鍵字為整型 struct RedType // 記錄類型(同c10-1.h) { KeyType key // 關鍵字項 InfoType otherinfo // 其它數據...
上傳時間: 2016-03-03
上傳用戶:2404
資源簡介:12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
上傳時間: 2016-04-25
上傳用戶:zsjinju
資源簡介:#include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用帶表頭結點的有序鏈表表示多項式 float coef //系數 int expn //指數 struct LinkList *next //指向...
上傳時間: 2014-12-06
上傳用戶:1079836864
資源簡介:yaffs2 source code for linux2.4/2.6. include the utile
上傳時間: 2017-03-26
上傳用戶:縹緲
資源簡介:devent UniDAC 2.003 include sources
上傳時間: 2014-01-22
上傳用戶:BOBOniu
資源簡介:h.263英文協議 詳細介紹了h.263協議
上傳時間: 2013-12-26
上傳用戶:yzhl1988
資源簡介:一般來說用int型變量超過2^31的數就會溢出。此程序是利用數組對長度很長的整形字符串進行加減操作,并且進行自動測試的例子
上傳時間: 2013-11-26
上傳用戶:zl5712176
資源簡介:2410開發板在ADS下的中斷測試程序。 運行步驟: 1 打開int.mcp工程文件 2 運行 3 按下開發板上的Eint0,Eint5,Eint19按鍵 觀察終端上的中斷輸出 文件說明: int_test.c 開發板初始化文件 Eint.c 中斷實驗主程序文件
上傳時間: 2015-05-01
上傳用戶:bjgaofei
資源簡介:H.264 over IP. Useful document for H.264 over IP. Published by IEEE.
上傳時間: 2015-12-08
上傳用戶:851197153
資源簡介:梯形公式計算面積近似值:In=Tn=h/2(f(a)+f(b)) 變長梯形面積:T2n=Tn/2+h/2∑f(Xk+h/2) 辛普生面積:I2n=(4T2n-Tn)/3
上傳時間: 2016-01-06
上傳用戶:qw12
資源簡介:1) H.264 decoder 2) H.264 encoder
上傳時間: 2014-01-13
上傳用戶:wanqunsheng
資源簡介:基于Atmel ATMega88+ATA682的應用實例 主要功能包括: 1) PWM輸出控制 2) H-Bridge,4 POWER FET 驅動 3) 模擬量比較
上傳時間: 2013-12-12
上傳用戶:miaochun888
資源簡介:H.264碼流格式,是學習H.264很好資料
上傳時間: 2017-03-05
上傳用戶:wangchong
資源簡介:jh knink jhbjhbv vhvhvg vhvghv hgvhv h hgv hgv h hbvhvhvghvh vhvhgvhvhvh hv hv hvhg hv h
上傳時間: 2017-03-26
上傳用戶:wendy15
資源簡介:題目:離散富立葉變換(DFT)和頻譜分析.matlab實現 1信號函數h(t)= e-a*t*tsin(2πft)2編程計算的離散富立葉變換(DFT)和IDFT圖像。3計算振幅譜,相位譜以及檢測信號主頻
上傳時間: 2017-07-10
上傳用戶:Late_Li
資源簡介:相關分析與卷積運算 。matlab 實現。 信號函數為x(t)=(1-|t|/T)[u(t+T)-u(t-T)],h(t)= e-a*t*tsin(2πft)
上傳時間: 2017-07-10
上傳用戶:731140412
資源簡介:語法分析 C2.1 實驗目的 編制一個遞歸下降分析程序,實現對詞法分析程序所提供的單詞序列的語法檢查和結構分析. C2.2 實驗要求 利用C語言編制遞歸下降分析程序,并對簡單語言進行語法分析. C2.2.1待分析的簡單語言的語法 用擴充的BNF表示如下: (1)<程序>...
上傳時間: 2014-09-05
上傳用戶:caiiicc
資源簡介:#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*樹元素的類...
上傳時間: 2013-12-15
上傳用戶:liansi
資源簡介:河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("...
上傳時間: 2016-12-08
上傳用戶:努力努力再努力
資源簡介:幀緩沖#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #def...
上傳時間: 2013-12-11
上傳用戶:bjgaofei
資源簡介:// algo3-12.cpp 銀行業務模擬。實現算法3.6、3.7的程序 #define Qu 4 // 客戶隊列數 #define Khjg 5 // 兩相鄰到達的客戶的時間間隔最大值 #define Blsj 30 // 每個客戶辦理業務的時間最大值 #include"c1.h" typedef struct // 定義ElemType為結...
上傳時間: 2016-03-03
上傳用戶:jcljkh
資源簡介://通過18B20檢測的數字溫度可在電腦上顯示當前溫度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive...
上傳時間: 2014-01-19
上傳用戶:Andy123456
資源簡介:#include<stdlib.h> #include "dos.h" #include "graphics.h" #include "math.h" #define PI 3.1415926 #define NULL 0 #include<stdio.h> #include<string.h>
上傳時間: 2013-12-29
上傳用戶:王者A
資源簡介:兩個鏈表的交集 #include<stdio.h> #include<stdlib.h> typedef struct Node{ ? int data; ? struct ?Node *next; }Node; void initpointer(struct Node *p){ ? p=NULL; } int ?printlist(struct Node* head){ ? int flag=1; ? head=head->next; ...
上傳時間: 2015-04-27
上傳用戶:coco2017co
資源簡介:#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;//鏈棧 ty...
上傳時間: 2018-05-09
上傳用戶:123456..