#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
資源簡介:#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 "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////...
上傳時間: 2015-07-16
上傳用戶:ynsnjs
資源簡介:#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
資源簡介:一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #define DB_VAL //定義設置模式的最大時間間隔 #define TIMEOUT 200 //定...
上傳時間: 2014-12-19
上傳用戶:zukfu
資源簡介: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
資源簡介://通過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
資源簡介://1602液晶顯示字屏為:TX-1C MCU GOTOYUNLONGDZ #include<reg52.h> #define uchar unsigned char #define uint unsigned int
上傳時間: 2014-11-14
上傳用戶:caiiicc
資源簡介:#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
資源簡介:可預置的8位計數器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //變量類型的宏定義 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的數碼管段碼 0x49,0x41,0x1f,0x01...
上傳時間: 2015-04-29
上傳用戶:changeboy
資源簡介:#include <stc12c2052AD.H>// 標準庫的頭文件 #include <intrins.h> #include <absacc.h> #define uchar unsigned char #define uint unsigned int
上傳時間: 2016-08-29
上傳用戶:rocwangdp
資源簡介:遙控解碼通過電腦串口顯示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定義一個4字節的數組用來存儲代碼 uchar CodeTemp //編碼字節緩存變量 uchar i,j,k //延時用的循環變量 sbit IRsignal=P...
上傳時間: 2013-12-12
上傳用戶:Breathe0125
資源簡介:#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 "stdlib.h" #include "string.h" typedef struct node { char name[10] /*進程標識符*/ int prio /*進程優先數*/ int round /*進程時間輪轉時間片*/ int cputime /*進程占...
上傳時間: 2016-08-09
上傳用戶:鳳臨西北
資源簡介:光電檢測技術
上傳時間: 2013-06-14
上傳用戶:eeworm
資源簡介:n個石頭(每相鄰兩個的距離是1米,最邊上石頭和岸的距離也是1米),禮物放在第m個石頭上,青蛙第i次跳2*i-1米.問能否得到禮物.(n>=49肯定能得到禮物,n<49,可以bfs或遞歸)
上傳時間: 2013-12-30
上傳用戶:linlin
資源簡介:< 后工業社會的來臨——對社會預測的一項探索>> 三聯書社推薦的一本書
上傳時間: 2014-01-24
上傳用戶:windwolf2000
資源簡介:<莎士比亞、牛頓和貝多芬 ——不同的創造模式>,介紹科學研究模式的好書
上傳時間: 2013-12-29
上傳用戶:ma1301115706
資源簡介:這是篇<基于FPGA 的OFDM 寬帶數據通信同步系統設計與實現>, 覺得甚是有用,大家共同學學。
上傳時間: 2015-11-02
上傳用戶:253189838
資源簡介:<計算機語音通信核心技術內幕-CT Media應用程序開發指南>商用語音通信軟件開發,是一套叢書的一本
上傳時間: 2014-01-16
上傳用戶:zjf3110
資源簡介:< 你的燈還亮著嗎-解決問題的方法>>,軟件大師與思想家溫伯格的著作,重要性不必再說!
上傳時間: 2016-08-06
上傳用戶:yyq123456789
資源簡介:<1>學習3D中的地形.pdf <2>Mathematics.for.3D.Game.Programming.and.Computer.Graphics.2E.July.2005.pdf <3>向量在游戲中的應用.pdf <4>3D-Math-Primer for graphics and game development.pdf 這我所找到相關游戲開發過程,可能遇到的3d游戲方面數學上...
上傳時間: 2013-12-26
上傳用戶:love_stanford
資源簡介:坦克大戰網絡版是以以前公布的視頻為基礎的, 觀眾應該首先觀看<<尚學堂科技_馬士兵_坦克大戰視頻教程_java_eclipse>>和<<尚學堂科技_馬士兵_坦克大戰圖片版>>.
上傳時間: 2017-03-16
上傳用戶:lijianyu172
資源簡介:構造大數運算類 +;-;*;/ 并測試。<br>1. 不考慮括號 <br>2. 輸入數據最大長度為40 位,要捕獲異常 <br>3. 不考慮輸入小數部分,<br>4. 測試要完整,先輸入兩個數,可輸出上面兩個數的運算結果 <br>5. 需要輸出商和余數
上傳時間: 2017-04-16
上傳用戶:開懷常笑
資源簡介://初始化 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
上傳用戶:龍飛艇
資源簡介:簡單的floyd運用 第一行輸入一個整數C。C是測試的情況(0< C <=30).第二行一個正整數N( 0< N <=100),表示道路的總數.緊接N行,每一行包含兩個字符串, Si,,Ti,和一個整數Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個字符串,S 和 T,你得找出從...
上傳時間: 2016-03-10
上傳用戶:wyc199288
資源簡介:基于瀏覽器的網絡郵件程序客戶端軟件 > 支持MIME郵件格式RFC2045,RFC2046,RFC2047 > 支持郵件內圖像格式image/jpeg,image/gif > 支持在單頁內顯示message/rfc822,message/digest > 運用了新穎的立即算法,郵件處理更快速,高效 > 支持附件傳送
上傳時間: 2014-01-26
上傳用戶:ippler8