This file contains a test program for showing how to use the joystick and the LCD display. The display will show the joystick position. Joystick.c
標簽: the contains joystick display
上傳時間: 2016-07-01
上傳用戶:fxf126@126.com
This file contains a test program for showing how to use the joystick
標簽: contains joystick program showing
上傳時間: 2014-01-04
上傳用戶:天誠24
This file contains a test program for showing how to use the different
標簽: different contains program showing
上傳時間: 2014-01-01
上傳用戶:小眼睛LSL
CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP instead of loops: - it s more compact - it s more clear.
標簽: programming Processing functional package
上傳時間: 2013-12-19
上傳用戶:netwolf
對PL0原編譯器進行了以下的擴充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的運算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址運算符&(radsym),指向運算符@(padsym) 3.修改單詞:修改不等號#為<> 4.擴充語句:(1)增加了else子句 (2)增加了for語句 5.增加運算:(1).++運算 (2).--運算;(3).+=運算 (4).-=運算;(5).&取址運算; (6).@指向運算; 6.增加類型:(1).增加多維數組a[i1][i2][i3]……[i(n-1)][i(n-2)][in] (2).增加指針類型(任何變量都能存放指針,但不支持指針的指針,如b:=@@a應該改寫為c:=@a,b:=@c) 7.將過程procedure擴展為函數:(1).允許定義過程時在其后加參數(var a, var b,……..,var n) (2)允許通過指針向函數形式參數傳地址;(3)允許返回值;可以用 a:=p(a,b,c….,n) 返回
標簽: downtosym returnsym elsesym downto
上傳時間: 2016-07-02
上傳用戶:saharawalker
一個經典的權限管理系統 FrameWork權限設計是將權限抽象分為(查看/新增/修改/刪除/排序/打印/備用A/備用B)共八個權限。當然,也可以根據需要來進行擴展。 在FrameWork中,每個模塊都會在Module目錄下對應一個目錄(Module目錄結構參考)。 每個模塊目錄會對應到一個應用ID和模塊代碼。也就是說每個模塊都會對應到八個權限。每個模塊目錄通過其下的Web.config文件設定當前目錄所屬哪一個應用和模塊代碼,并在web.config中配置當前模塊目錄下文件對應的八個權限關系。 所有模塊目錄下的文件屬于八個權限中的哪一種權限,是在Web.config里配置的,如果模塊里的文件沒有在web.config中配對應的權限,則此文件默認屬于查看權限。當然,你也可以在aspx里進行權限的判斷定,我們也提供了在aspx里判斷權限八種權限對應的方法。
上傳時間: 2016-07-02
上傳用戶:小儒尼尼奧
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
標簽: relational following tables given
上傳時間: 2014-01-14
上傳用戶:cx111111
%調用格式 =trapez_g( f_name ,a,b,n) %f_name: 被積函數的文件名f(x) % a:x的上限 % b:x的下限 % 部分區間數 %實例:trapez_g( sin ,0,pi,20)
上傳時間: 2013-12-19
上傳用戶:cjl42111
libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm.
標簽: classification easy-to-use regression and
上傳時間: 2013-12-18
上傳用戶:253189838
USE CAN Library in PIC30 to transmit and receive CAN Message.
標簽: CAN transmit Library Message
上傳時間: 2016-07-04
上傳用戶:李彥東