java環境下基于c\s模式的 通信小程序
上傳時間: 2013-12-23
上傳用戶:ghostparker
sd卡+VS1003模塊+M16組成的mp3 VS1003模塊使用www.icdev.com.cn的,sd卡直接連接,M16使用內部RC8M。 硬件連接參照board.h,PORTB:PB0連接sd卡cs腳,PB1連接VS1003復位腳,PB2連接VS1003命令片選腳,PB5PB6PB7組成SPI接口復用連接sd卡和VS1003;PORTA:PA0連接VS1003的DREQ腳,PA1連接sd卡插入檢測腳,PA2連接VS1003數據片選腳。
上傳時間: 2016-05-28
上傳用戶:lepoke
自主開發的文件系統,自由協議 調用 mov ax,600 mov [7e20h],ax mov al, A mov [7f00h],al mov al,0 文件名以數字0結束 mov [7f01h,al 本例中文件數據位于內存 0000:2000h mov ax,cs mov ds,ax mov ax,7600h jmp ax
標簽: 文件系統
上傳時間: 2013-12-17
上傳用戶:qiao8960
#include intvcon 輸出電壓變量 sbitDIN=0x91 定義P2.1為串行數據口 sbitCLK=0x92;P2.2為串行時鐘端 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位 數據 svcon<<=1; CLK=0; CLK=1; } CS=1 禁止片選 return } voidmain0 { dac5618(0x7FF) }
標簽: include intvcon sbitDIN sbitCLK
上傳時間: 2016-06-15
上傳用戶:wsf950131
利用手機或短信發射機發送短信的源碼,功能齊全。引用了mycom.cs類,并做了優化。
上傳時間: 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
標簽: the password machine Client
上傳時間: 2016-06-27
上傳用戶:xsnjzljj
本程序是雷達SAR圖像算法的經典程序集合,包含波數域算法,RD算法和CS算法,對于學習SAR成像非常有幫助
上傳時間: 2013-12-27
上傳用戶:541657925
功能:用msp430驅動1621芯片的段碼液晶 作者:徐世龍(網名:清風徐徐) 說明:源創(調試絕對能用) ---------------------------------------------------- cs-----p65 wr-----p64 dat----p63 mcu----msp430f135 ------------------------------------------------------------*/ /*------------------------ 功能:延時 參數:uint y 返回:無 說明:無 -------------------------*/
上傳時間: 2014-01-02
上傳用戶:kernaling
AES加密算法,可實現CS模式加解密文件,有簡單的圖形界面
上傳時間: 2013-12-23
上傳用戶:ruan2570406
學生成績智能管理系統源碼 該網站為畢業設計源碼,為了初學者參考方便。大部分文件名采用了中文(實際開發項目中不建議采用此方式) 分為管理員、教師和學生三個角色權限,管理后臺主要有 賬戶信息管理 學生信息管理 教師信息管理 成績課程管理 等模塊 教師后臺:查看課程成績 密碼修改 查看課程信息 成績修改 成績分布 成績錄入 學生后臺:學生成績查詢 成績排名 任課老師查詢 修改密碼 修改基本信息 DB_51aspx下為Sql數據庫文件,附加完畢后在站點所有.cs文件中替換Sql連接字符串中的相關信息(server=. database=學生成績智能管理系統 user id=sa password=sa ) 默認管理帳號/密碼:51aspx/51aspx 教師帳號/密碼:002/002 學生帳號/密碼:00001/00001
上傳時間: 2016-07-31
上傳用戶:shanml