自制51編程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You need only 1 or 2 devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (e.g. Phillips 87C751).
標簽: programmer program device build
上傳時間: 2015-05-11
上傳用戶:sdq_123
Realtek RTD2523方案的全部源代碼,有興趣做LCD及LCD TV方案開發的可以看看。
上傳時間: 2015-05-13
上傳用戶:D&L37
提供一個人工免疫算法源程序,其算法過程包括: 1.設置各參數 2.隨機產生初始群體——pop=initpop(popsize,chromlength) 3.故障類型編碼,每一行為一種!code(1,:),正常;code(2,:),50%;code(3,:),150%。實際故障測得數據編碼,這里Unnoralcode,188% 4.開始迭代(M次): 1)計算目標函數值:歐氏距離[objvalue]=calobjvalue(pop,i) 2)計算群體中每個個體的適應度fitvalue=calfitvalue(objvalue) 3)選擇newpop=selection(pop,fitvalue) objvalue=calobjvalue(newpop,i) % 交叉newpop=crossover(newpop,pc,k) objvalue=calobjvalue(newpop,i) % 變異newpop=mutation(newpop,pm) objvalue=calobjvalue(newpop,i) % 5.求出群體中適應值最大的個體及其適應值 6.迭代停止判斷。
上傳時間: 2014-01-01
上傳用戶:trepb001
2410上的I/O控制數碼管的應用程序,沒有提供驅動。
上傳時間: 2015-05-14
上傳用戶:aa17807091
一個使用k路由算法的例子,給你的是k路由的DLL,盡管用就是了。
標簽: 路由算法
上傳時間: 2014-01-03
上傳用戶:lyy1234
這是我在復習備考軟件設計師時,寫的一個程序,拓樸排序在很多方面都會very important,so i think it will be useful many new hands,so i decide to upload it
標簽: important useful hands think
上傳時間: 2015-05-14
上傳用戶:tianyi223
cryptlib是功能強大的安全工具集。允許開發人員快速在自己的軟件中集成加密和認證服務。
上傳時間: 2015-05-14
上傳用戶:gaojiao1999
I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 patch. II. Screenshots $ ./kill-bill.pl . kill-bill : Microsoft ASN.1 remote exploit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. Examples: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1
標簽: I. vulnerability Introduction undisclosed
上傳時間: 2015-05-15
上傳用戶:xhz1993
用SST89系列單片機存儲超過64K的數據的一個例子,可節省外部的24C512,24C16,24C02等EEPROM,既省出了I/O的口,又增加了數據的保密性.
上傳時間: 2015-05-15
上傳用戶:moerwang
一個小型的社區醫療管理軟件。只有100多K。功能還可以。英文界面
上傳時間: 2014-01-27
上傳用戶:Shaikh