Navicat for MySQL11.1.13
資源簡介:Navicat for MySQL11.1.13
上傳時間: 2020-09-23
上傳用戶:test012
資源簡介:Arm Operate iic for ads 1.2 IDE
上傳時間: 2013-12-17
上傳用戶:
資源簡介:The code for this article was written for version 1.0 of the Active Template Library (ATL). The current version of the code (in SieveATL) was built with Visual C++ 6.0 and the ATL provided with that compiler. It may be slightly differe...
上傳時間: 2013-12-01
上傳用戶:古谷仁美
資源簡介:1) 隨機產生四個1-13的數,分別代表13張牌。 2) 提示玩家輸入算式。 3) 判斷玩家輸入的表達式是否合法,其中算式中的四個數字只能是程序所給的四個數字,非法則回到1)。 4) 如果玩家認為這四張牌算不出24點(如:1,1,1,1),可只輸入?,程序將...
上傳時間: 2014-01-18
上傳用戶:er1219
資源簡介:ARM AT9140008 中斷編程 DEMO for ADS 1.2
上傳時間: 2014-12-02
上傳用戶:aa54
資源簡介:ARM AT9140008 LED DEMO for ADS 1.2
上傳時間: 2014-07-19
上傳用戶:zxc23456789
資源簡介:ARM AT9140008 串口編程 DEMO for ADS 1.2
上傳時間: 2014-01-01
上傳用戶:許小華
資源簡介:He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn t full support yet >:-) So as I promised...here s the source code. I hope it helps someone.
上傳時間: 2015-05-03
上傳用戶:498732662
資源簡介:%code2_1 for lecture 1 Simpson s rule
上傳時間: 2015-05-12
上傳用戶:
資源簡介:Arm Operate DMA for ads 1.2 IDE
上傳時間: 2014-01-01
上傳用戶:fnhhs
資源簡介:Arm Operate PWM for ads 1.2 IDE
上傳時間: 2015-05-19
上傳用戶:gxmm
資源簡介:加減乘除24,java的GUI界面,輸入的數字在1-13的范圍內,產生的結果中已去除了冗余的結果,并統計產生結果的個數.
上傳時間: 2013-12-11
上傳用戶:qunquan
資源簡介:自己編寫的bootloader for S3c4510. 1、支持串口下載,啟動uClinux。 2、FLASH編程。
上傳時間: 2015-07-03
上傳用戶:wcl168881111111
資源簡介:This example is written for version 1.0.3 of MIDP and CLDC The PngViewer program completes download and view a png file from the internet using an http connection.
上傳時間: 2015-08-10
上傳用戶:hn891122
資源簡介:針對基于LINUX的S3C2410下的BOOTLOADER,u-boot1.1.13,支持NANDFlash,網卡已經移植.調試OK
上傳時間: 2014-01-06
上傳用戶:lmeeworm
資源簡介:《MATLAB時尚百例實例》實例1-13
上傳時間: 2015-11-18
上傳用戶:hewenzhi
資源簡介:《MATLAB時尚百例實例》實例1-13
上傳時間: 2015-11-18
上傳用戶:watch100
資源簡介:1.Xvid Mpeg4 1.13 version 2.Building 0 error(s), 0 warning(s) By Jesse Stone Taiwan
上傳時間: 2016-01-08
上傳用戶:yulg
資源簡介:usb protocal for usb 1.1
上傳時間: 2016-02-27
上傳用戶:kikye
資源簡介:給定四個數(1--13),判經過四則運算后能否得到結果24,若能,輸出表達式。
上傳時間: 2013-12-20
上傳用戶:水中浮云
資源簡介:loongson 2E user manual for development!!1
上傳時間: 2014-01-15
上傳用戶:ZJX5201314
資源簡介:There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run jakesmodel.m first 2] Then run bpsk_spread.m . 3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the...
上傳時間: 2016-05-19
上傳用戶:ynsnjs
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2014-01-15
上傳用戶:hongmo
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2013-12-26
上傳用戶:dreamboy36
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2016-06-28
上傳用戶:change0329
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2014-09-03
上傳用戶:jjj0202
資源簡介:LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
上傳時間: 2013-12-15
上傳用戶:jennyzai
資源簡介:UCOS-II for STM32F103XX 1 本程序是我自己移植,只使用KEIL進行過軟仿真,測試沒有發現問題。支持從任何一個中斷服務程序里釋放信號量。 2 此代碼作為參考和學習使用,如果在使用過程中造成損失,本人不負任何責任。 3 此代碼作為參考和學習使用,因為...
上傳時間: 2014-01-24
上傳用戶:zsjzc
資源簡介:set for Swarm2.1是圣菲研究院的開發人員對Swarm的特性及其使用描述的最為完備的指南性文檔。從這里可以獲得最細致的平臺說明。
上傳時間: 2014-01-24
上傳用戶:yan2267246
資源簡介:單片機應用實例1-13 匯編程序單片機應用實例1-13 匯編程序
上傳時間: 2013-12-23
上傳用戶:waizhang