#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2015-05-22
上傳用戶:lwwhust
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2015-05-22
上傳用戶:cc1915
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2014-01-03
上傳用戶:JIUSHICHEN
資源簡介:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5
上傳時間: 2014-06-01
上傳用戶:yepeng139
資源簡介:#include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next
上傳時間: 2014-01-01
上傳用戶:caiiicc
資源簡介:#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////...
上傳時間: 2015-07-16
上傳用戶:ynsnjs
資源簡介:C++完美演繹 經典算法 如 /* 頭文件:my_include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數,圓的面積 */ /* 將比較數值大小的...
上傳時間: 2014-01-17
上傳用戶:epson850
資源簡介:感知器的VC實現#include "percept.h" #include "stdio.h" #include "stdlib.h"
上傳時間: 2013-12-17
上傳用戶:偷心的海盜
資源簡介:#include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #define wait_time 0x1
上傳時間: 2016-05-18
上傳用戶:agent
資源簡介:操作系統課程設計_進程調度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*進程標識符*/ int prio /*進程優先數*/ int round /*進程時間輪轉時間片*/ int cputime /*進程占...
上傳時間: 2016-08-09
上傳用戶:鳳臨西北
資源簡介:#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_string "[myshell]$" #define QUIT_string "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim exter...
上傳時間: 2016-12-31
上傳用戶:colinal
資源簡介:幀緩沖#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
資源簡介:#include <stc12c2052AD.H>// 標準庫的頭文件 #include <intrins.h> #include <absacc.h> #define uchar unsigned char #define uint unsigned int
上傳時間: 2016-08-29
上傳用戶:rocwangdp
資源簡介:數學函數,所在函數庫為math.h、stdlib.h、string.h、float.h
上傳時間: 2014-01-15
上傳用戶:xauthu
資源簡介:H.323協議學習的好幫手,詳解H.323協議
上傳時間: 2015-08-21
上傳用戶:英雄
資源簡介:H.264壓縮原理及實現細節,在進行H.264開發的朋友們值得一看
上傳時間: 2014-01-01
上傳用戶:2404
資源簡介:一本學習H.264不錯的書和一些相關資料h.264標準翻譯稿包括(正文+附錄都翻譯)
上傳時間: 2015-12-03
上傳用戶:123啊
資源簡介:C針對模式識別問題H描述了支持向量機的基本思想H著重討論了OD=?PI最小二乘=?PI加權=?P 和直接 =?P 等新的支持向量機方法H用于降低訓練時間和減少計算復雜性的海量樣本數據訓練算法分塊法I分解法H提 高泛化能力的模型選擇方法H以及逐一鑒別法I一一區分法IPD....
上傳時間: 2014-01-15
上傳用戶:Ants
資源簡介://初始化 initscr() //獲得屏幕尺寸 getmaxyx(stdscr, h, w) //畫背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 ...
上傳時間: 2014-08-30
上傳用戶:龍飛艇
資源簡介: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
資源簡介:1、順序表 Seqlist.h Test.cpp 2、單鏈表 ListNode.h SingleList.h test.cpp 3、雙向鏈表 NodeList.h DoubleList.h Test.cpp 4、循環鏈表 ListNode.h CircularList.h Test.cpp
上傳時間: 2017-08-14
上傳用戶:zmy123
資源簡介:1.ADS 1.2集成開發環境的安裝與使用; 2.H-JTAG軟件的安裝與設置及EasyJTAG-H仿真器的使用; 3.GPIO原理及應用; 4.SPI原理及應用; 5.I2C原理及應用; 6.UART0原理及應用; 7.串口調試軟件EasyARM.exe的使用。
上傳時間: 2017-08-30
上傳用戶:com1com2
資源簡介:#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<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
資源簡介:基于終端的訂花系統_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd....
上傳時間: 2014-01-18
上傳用戶:003030
資源簡介:BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //學習樣本個數 #define IN 3 //輸入層神經元...
上傳時間: 2017-06-15
上傳用戶:xinzhch
資源簡介:#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <string.h> #include <util/delay.h> #include <avr/eeprom.h> #include <stdio.h> #include "defines.h"
上傳時間: 2017-07-31
上傳用戶:diets
資源簡介:微型打印機的C語言源程序:微型打印機的C51源程序#define uchar unsigned char#define uint unsigned int#include <reg52.h>#include <stdio.h>#include <absacc.h>#include <math.h>#include <string.h>#include <ctype.h>#include <stdlib.h>#define PIN XB...
上傳時間: 2013-10-18
上傳用戶:hasan2015
資源簡介:??? C語言函數大全,已包含絕大部分的函數。每個函數包含函數名,功能,用法,舉例,內容詳盡。希望對大家有所幫助~~ 函數名: abort 功 能: 異常終止一個進程 用 法: void abort(void); 程序例: #include #include ...
上傳時間: 2013-12-06
上傳用戶:feifei0302
資源簡介:#include?<malloc.h>??? ?? #include?<stdio.h>??? ?? #include?<stdlib.h>??? ?? #include?<string.h>??? ?? #define?NULL?0?? ?? #define?MaxSize?30?? ?? ??? typedef...
上傳時間: 2016-12-28
上傳用戶:150501