java環(huán)境下基于c\s模式的 通信小程序
上傳時(shí)間: 2013-12-23
上傳用戶:ghostparker
sd卡+VS1003模塊+M16組成的mp3 VS1003模塊使用www.icdev.com.cn的,sd卡直接連接,M16使用內(nèi)部RC8M。 硬件連接參照board.h,PORTB:PB0連接sd卡cs腳,PB1連接VS1003復(fù)位腳,PB2連接VS1003命令片選腳,PB5PB6PB7組成SPI接口復(fù)用連接sd卡和VS1003;PORTA:PA0連接VS1003的DREQ腳,PA1連接sd卡插入檢測(cè)腳,PA2連接VS1003數(shù)據(jù)片選腳。
上傳時(shí)間: 2016-05-28
上傳用戶:lepoke
自主開(kāi)發(fā)的文件系統(tǒng),自由協(xié)議 調(diào)用 mov ax,600 mov [7e20h],ax mov al, A mov [7f00h],al mov al,0 文件名以數(shù)字0結(jié)束 mov [7f01h,al 本例中文件數(shù)據(jù)位于內(nèi)存 0000:2000h mov ax,cs mov ds,ax mov ax,7600h jmp ax
標(biāo)簽: 文件系統(tǒng)
上傳時(shí)間: 2013-12-17
上傳用戶:qiao8960
#include intvcon 輸出電壓變量 sbitDIN=0x91 定義P2.1為串行數(shù)據(jù)口 sbitCLK=0x92;P2.2為串行時(shí)鐘端 sbitCS=0x93 P2.3為片選端 voiddac5618(intvcon)TLC5618DAC子程序,三線串行方式 { chari intsvcon svcon=vcon|0x8000 vcon最高位置1,選擇 TLC5618的A通道 CS=0 置5618的CS=0,允許片選 for(i=0 i<16 i++) { DIN=svcon&0x8000 串行方式送16位 數(shù)據(jù) svcon<<=1; CLK=0; CLK=1; } CS=1 禁止片選 return } voidmain0 { dac5618(0x7FF) }
標(biāo)簽: include intvcon sbitDIN sbitCLK
上傳時(shí)間: 2016-06-15
上傳用戶:wsf950131
利用手機(jī)或短信發(fā)射機(jī)發(fā)送短信的源碼,功能齊全。引用了mycom.cs類,并做了優(yōu)化。
標(biāo)簽: 短信 手機(jī) 發(fā)射機(jī) 發(fā)送
上傳時(shí)間: 2016-06-20
上傳用戶:gengxiaochao
Of the password is: Server: "1." Client: + for the month of the date of the machine. Such as "2005/08/05", compared with the number "85" Database: "xzxq". I made the changes: 1, stations and customer-service once every 30 seconds to exchange information (to ensure continuous line) 2, computer services-an increase of the serial number 3, client-service to send the card serial number and send IP addresses to the service side 4, the desktop client by the embargo, since the definition of the icon to start the process faster (from the window Superman Code) 5, CS-shielding some function keys, but CTRL + ALT + DEL keys can not shield the hope that a revised modify these friends 6, there are some corners of Laws (such as title, etc.). Client desktop icon in the Settings page set up first class to enter FXZWN999 open on to add, delete icon button
標(biāo)簽: the password machine Client
上傳時(shí)間: 2016-06-27
上傳用戶:xsnjzljj
本程序是雷達(dá)SAR圖像算法的經(jīng)典程序集合,包含波數(shù)域算法,RD算法和CS算法,對(duì)于學(xué)習(xí)SAR成像非常有幫助
上傳時(shí)間: 2013-12-27
上傳用戶:541657925
功能:用msp430驅(qū)動(dòng)1621芯片的段碼液晶 作者:徐世龍(網(wǎng)名:清風(fēng)徐徐) 說(shuō)明:源創(chuàng)(調(diào)試絕對(duì)能用) ---------------------------------------------------- cs-----p65 wr-----p64 dat----p63 mcu----msp430f135 ------------------------------------------------------------*/ /*------------------------ 功能:延時(shí) 參數(shù):uint y 返回:無(wú) 說(shuō)明:無(wú) -------------------------*/
標(biāo)簽: 1621 msp 430 驅(qū)動(dòng)
上傳時(shí)間: 2014-01-02
上傳用戶:kernaling
AES加密算法,可實(shí)現(xiàn)CS模式加解密文件,有簡(jiǎn)單的圖形界面
上傳時(shí)間: 2013-12-23
上傳用戶:ruan2570406
學(xué)生成績(jī)智能管理系統(tǒng)源碼 該網(wǎng)站為畢業(yè)設(shè)計(jì)源碼,為了初學(xué)者參考方便。大部分文件名采用了中文(實(shí)際開(kāi)發(fā)項(xiàng)目中不建議采用此方式) 分為管理員、教師和學(xué)生三個(gè)角色權(quán)限,管理后臺(tái)主要有 賬戶信息管理 學(xué)生信息管理 教師信息管理 成績(jī)課程管理 等模塊 教師后臺(tái):查看課程成績(jī) 密碼修改 查看課程信息 成績(jī)修改 成績(jī)分布 成績(jī)錄入 學(xué)生后臺(tái):學(xué)生成績(jī)查詢 成績(jī)排名 任課老師查詢 修改密碼 修改基本信息 DB_51aspx下為Sql數(shù)據(jù)庫(kù)文件,附加完畢后在站點(diǎn)所有.cs文件中替換Sql連接字符串中的相關(guān)信息(server=. database=學(xué)生成績(jī)智能管理系統(tǒng) user id=sa password=sa ) 默認(rèn)管理帳號(hào)/密碼:51aspx/51aspx 教師帳號(hào)/密碼:002/002 學(xué)生帳號(hào)/密碼:00001/00001
標(biāo)簽: 源碼 智能管理 畢業(yè)設(shè)計(jì)
上傳時(shí)間: 2016-07-31
上傳用戶:shanml
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1