使用C++實現(xiàn)的Graham掃描法(求解凸包問題),可設置生成隨機點的個數(shù)、樣式,同時支持設置顯示范圍、顯示算法處理時間及使用文件導入導出點等功能。(文件格式為,頭四個字節(jié)是點的個數(shù),以后分別是各個點的x坐標和y坐標,每個數(shù)值均占4字節(jié))。
標簽: Graham
上傳時間: 2014-11-29
上傳用戶:pompey
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new code to the device over USB. This bootrom is installed at address 0x00000000 in the ARM, which means that it is the first piece of code to execute after reset. At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and writes it into flash.
標簽: bootloader processors download permits
上傳時間: 2015-11-30
上傳用戶:shus521
基于DirectX(SDK)的Visual C++游戲設計 電腦游戲經(jīng)過短短30年的發(fā)展,已經(jīng)成為影響公眾生活,改變公眾娛樂方式的重要產(chǎn)業(yè)。過去,人們主要是借助電影、電視、音樂等方式來娛樂。而今天,以游戲為代表的電子娛樂正在成為主流娛樂方式。游戲也正在迅速成長為一個龐大的產(chǎn)業(yè)。Microsoft Direct X(SDK)是一個基于COM技術的多媒體應用程序開發(fā)工具包,它代表了未來多媒體應用程序的開發(fā)方向。本文詳細介紹了游戲設計基本概念和 Direct X 的構架,包括DirectDraw、Direct 3D、DirectSound,并在 Visual C++6.0環(huán)境下使用Direct X(SDK)開發(fā)多媒體游戲作為本論文的實例
上傳時間: 2013-12-18
上傳用戶:wyc199288
手寫數(shù)字識別之Fisher線性判別的程序,是用C++寫的,有興趣的可以參考寫
上傳時間: 2014-01-16
上傳用戶:水中浮云
閱讀x.509文件的代碼,c語言開發(fā)。屬于ssl部分的知識。
上傳時間: 2013-12-13
上傳用戶:Altman
DeviceListener is an Objective-C example which demonstrates how to use the DiscRecording framework to listen for device plug and unplug events as well as media insertion events. Requirements: Mac OS X 10.2 and later Keywords: DiscRecording
標簽: DeviceListener DiscRecording demonstrates Objective-C
上傳時間: 2016-01-14
上傳用戶:日光微瀾
gpio驅動 leddrv.c為驅動源程序 writeled.c為應用程序 writeled.c 編譯方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 編譯方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目錄/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -mshort-load-bytes -msoft-float -DMODULE -c -o leddrv.o leddrv.c
標簽: writeled arm-elf-gcc leddrv gpio
上傳時間: 2013-12-13
上傳用戶:kytqcool
用C++中的MFC編程實現(xiàn)正軸等角割圓柱投影,實現(xiàn)以下要求: 取克拉索夫斯基橢球 (1)制圖區(qū)域: Bs=0°, BN=25° LE=105°, LE=125° (2)經(jīng)緯線間隔: ΔB=ΔL=5° (3)制圖比例尺: 1:M0=1:1000 000 (4)標準緯線: Bk=±15° 計算經(jīng)緯網(wǎng)格點的 x, y,m,n, p
標簽: MFC 編程實現(xiàn) 正 投影
上傳時間: 2013-12-29
上傳用戶:himbly
sin(x)的并行程序,用mpi庫和c語言編程
上傳時間: 2013-12-17
上傳用戶:zhliu007
.\ Info directory .\delphi\internet Delphi sample applications (all Delphi versions) .\cpp\internet C++Builder sample applications .\cpp\internet\bcb1 C++Builder version 1 projects .\cpp\internet\bcb3 C++Builder version 3 projects .\cpp\internet\bcb4 C++Builder version 4 projects .\cpp\internet\bcb5 C++Builder version 5 projects .\cpp\internet\bcb6 C++Builder version 6 projects .\delphi\vc Delphi 1.x files (winsock.pas 16 bits and *.dcr) .\delphi\vc32 Delphi (1/2/3/4/5/6/7) and C++Builder (1/3/4/5/6) components .\Delphi1 Automated build for Delphi 1. Not for beginners. .\Delphi2 Automated build for Delphi 2. Not for beginners. .\Delphi3 Automated build for Delphi 3. Not for beginners. .\bcb1 Automated build for Bcb 1. Not for beginners.
標簽: Delphi delphiinternet applications cppinternet
上傳時間: 2014-01-12
上傳用戶:star_in_rain