為Delphi2005做了改動(dòng) DSPack 2.3.3 (Sep 2004). DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6.
標(biāo)簽: DSPack Components Multimedia Delphi
上傳時(shí)間: 2014-01-22
上傳用戶:hzy5825468
802.11a 的仿真模型,適合Matlab6.5和7.0的版本
上傳時(shí)間: 2013-12-19
上傳用戶:lgnf
您想您的應(yīng)用程序具有MacOS,WinXP或者更多專業(yè)的UI設(shè)計(jì)的界面風(fēng)格和外觀嗎?現(xiàn)在您可以實(shí)現(xiàn)這一切,并且不用寫一行代碼! > >SUIPack是一款為Delphi和C++Builder開發(fā)的所見即所得的界面增強(qiáng)VCL組件,它可以幫助您創(chuàng)建具有專業(yè)的界面外觀 設(shè)計(jì)的應(yīng)用程序,大大節(jié)省您的時(shí)間和開發(fā)成本。 > >這些界面風(fēng)格和外觀大部分出自我們的UI設(shè)計(jì)師的精心設(shè)計(jì)。 > >請(qǐng)注意,我們提供的不僅僅是界面實(shí)現(xiàn)控件,更包含專業(yè)的界面方案設(shè)計(jì)! > >SUIPack兼容:Delphi 2005, Delphi 5/6/7, C++Builder 5/6. >使用SUIPack的程序,可以運(yùn)行在:Win95及其以上所有版本W(wǎng)indows平臺(tái). qq:313433524
標(biāo)簽: MacOS 應(yīng)用程序
上傳時(shí)間: 2015-04-20
上傳用戶:wkchong
數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上傳時(shí)間: 2015-05-21
上傳用戶:daguda
源代碼\用動(dòng)態(tài)規(guī)劃算法計(jì)算序列關(guān)系個(gè)數(shù) 用關(guān)系"<"和"="將3個(gè)數(shù)a,b,c依次序排列時(shí),有13種不同的序列關(guān)系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要將n個(gè)數(shù)依序列,設(shè)計(jì)一個(gè)動(dòng)態(tài)規(guī)劃算法,計(jì)算出有多少種不同的序列關(guān)系, 要求算法只占用O(n),只耗時(shí)O(n*n).
標(biāo)簽: lt 源代碼 動(dòng)態(tài)規(guī)劃 序列
上傳時(shí)間: 2013-12-26
上傳用戶:siguazgb
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標(biāo)簽: government streamline important alphabet
上傳時(shí)間: 2015-06-09
上傳用戶:weixiao99
電力系統(tǒng)在臺(tái)穩(wěn)定計(jì)算式電力系統(tǒng)不正常運(yùn)行方式的一種計(jì)算。它的任務(wù)是已知電力系統(tǒng)某一正常運(yùn)行狀態(tài)和受到某種擾動(dòng),計(jì)算電力系統(tǒng)所有發(fā)電機(jī)能否同步運(yùn)行 1運(yùn)行說明: 請(qǐng)輸入初始功率S0,形如a+bi 請(qǐng)輸入無限大系統(tǒng)母線電壓V0 請(qǐng)輸入系統(tǒng)等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運(yùn)行時(shí)的系統(tǒng)直軸等值電抗Xd 2故障運(yùn)行時(shí)的系統(tǒng)直軸等值電抗X d 3故障切除后的系統(tǒng)直軸等值電抗 請(qǐng)輸入慣性時(shí)間常數(shù)Tj 請(qǐng)輸入時(shí)段數(shù)N 請(qǐng)輸入哪個(gè)時(shí)段發(fā)生故障Ni 請(qǐng)輸入每時(shí)段間隔的時(shí)間dt
標(biāo)簽: 電力系統(tǒng) 正 計(jì)算 運(yùn)行
上傳時(shí)間: 2015-06-13
上傳用戶:it男一枚
STC-Download/STC-ISP下載工具(STC89C51單片機(jī)在線下載器) 必須組件: SPComm(必須), VCLSkin(可以去掉) ------------------------------------------ 23:13 2005年7月4日 ------------------- 1.增加了重復(fù)下載功能,便于多個(gè)芯片下載 2.改進(jìn)連機(jī)搜索算法 13:23 2005年7月4日 ------------------- 1.增加了Hex文件功能,可以直接載入Hex文件 2.修改了Bin文件載入功能,實(shí)現(xiàn)Bin文件直接載入,Hex解碼到內(nèi)存再載入 1:12 2005年7月4日 ------------------- 1.優(yōu)化下載速度,將波特率由原來的1200提高到57600 2.增強(qiáng)芯片識(shí)別率,只要以16H結(jié)尾,都是芯片合法回應(yīng)值 3.增加芯片版本識(shí)別,可以燒寫固件版本2.9和3.0和芯片 4.關(guān)閉調(diào)試串輸出,狀態(tài)欄只顯示操作信息和時(shí)間 -------------------------------- 作者: 吳江濤 Http://www.ktao.net E-Mail: ik3000cn@126.com
標(biāo)簽: STC-Download STC-ISP VCLSkin SPComm
上傳時(shí)間: 2015-06-14
上傳用戶:thuyenvinh
DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP
標(biāo)簽: Applications Components Multimedia and
上傳時(shí)間: 2015-07-20
上傳用戶:hanli8870
一套非常優(yōu)秀的皮膚組件包,含源代碼。 For Delphi 5, 6, 7, 2005, 2006. For C++Builder 5, 6. See bsfsb.zip with SkinBuilder sources.
標(biāo)簽:
上傳時(shí)間: 2015-08-21
上傳用戶:cc1015285075
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1