C語言進階,包含以下的內(nèi)容:C語言進階-第一講概述.pdf\C語言進階-第二講C語言復(fù)習.pdf\C語言進階-第三講編譯匯編調(diào)試.pdf\C語言進階-第四講存儲器與指針.pdf\C語言進階-第五講 數(shù)據(jù)結(jié)構(gòu)與鏈表.pdf\C語言進階-第六講中斷與驅(qū)動.pdf\C語言進階-第七講編碼風格.pdf\C語言進階-第八講編寫安全無錯的代碼.pdf\C語言進階-lmalloc 第四講代碼.rar\C語言進階-ASIX Win link list 第五講代碼.rar
上傳時間: 2016-01-16
上傳用戶:pinksun9
This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).
標簽: theoretical simulates simulated results
上傳時間: 2016-01-19
上傳用戶:pompey
Atmel AT91SAM7SE256的一些基本驅(qū)動代碼, 包括Link Files, 中斷源配置, SDRAM, USART, Timer等外設(shè)的驅(qū)動代碼。可用于AT91SAM7SE系列處理器。
上傳時間: 2013-12-20
上傳用戶:zjf3110
Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to all applications.
標簽: Introduction collection available functions
上傳時間: 2014-01-26
上傳用戶:2467478207
This Microsoft(R) Macro Assembler Reference lists all MASM instructions, directives, statements, and operators. It also serves as a quick reference to the Programmer’s WorkBench commands, and the commands for Microsoft utilities such as LINK and LIB. This book documents features of MASM version 6.1, and is part of a complete MASM documentation set.
標簽: instructions directives statements Microsoft
上傳時間: 2016-01-31
上傳用戶:asddsd
非常適合內(nèi)嵌式mp3播放,例如控制臺!注意看壓縮包里readme.doc 詳細過程,在ARM及MIPS下通過 新建一個 wce application,選擇 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實編譯時的 object/library modules 只要看 sourse 文件包含哪個dll,或lib 就行
標簽: application windows readme simple
上傳時間: 2016-05-05
上傳用戶:ynsnjs
This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link lengths x0 y0 target0 x1 x2 target1
標簽: Computational described Geometry Chapter
上傳時間: 2014-01-25
上傳用戶:yan2267246
看n2實例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
標簽: simulator Simulator different Create
上傳時間: 2016-07-02
上傳用戶:wfl_yy
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標簽: private public Node LinkQuery
上傳時間: 2016-07-08
上傳用戶:天誠24
大一時學(xué)c語言時做的一個基于turbo-c圖形庫的學(xué)生管理系統(tǒng)(非文本圖形方式),應(yīng)該說當時花了不少心血。功能方面實現(xiàn):調(diào)色(對8個默認的調(diào)色板的值進行更改),換膚(改界面顏色),時間,文件加密(用了類似轉(zhuǎn)子加密的方法),快捷鍵,錯誤提示,分頁等,注釋比較詳細,供初學(xué)c語言的人參考。需要將egavga.obj文件link起來才能脫離turbo-c環(huán)境執(zhí)行,網(wǎng)上能找到相關(guān)教程。
上傳時間: 2014-01-02
上傳用戶:330402686
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1