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