Windows CE 是微软公司开发的一种嵌入式操作系统。它是一种模块化的、实时的、有强大通信能力的、抢先式、多任务的嵌入式操作系统。
上传时间: 2013-12-27
上传用户:225588
1硬件初始化,与CPU相关的配置,SSIO功能设置2SD卡的数据包、命令索引表和命令回应3命令相应的实现,读写SD卡,命令协议的封包拆包4SD卡配置的相关结构体信息分析(CID、CSD)
上传时间: 2013-12-04
上传用户:恋天使569
信道估计程序,对多用户,多入射角度情况进行仿真.
上传时间: 2014-01-19
上传用户:皇族传媒
用JAVA 编写的 NeuQuant Neural-Net量子化运算公式
标签: Neural-Net NeuQuant JAVA 编写
上传时间: 2014-03-04
上传用户:佳期如梦
VB开发的手机短信接收发送管理程序,有兴趣朋友可以研究一下
上传时间: 2015-04-30
上传用户:源码3
C#开发的手机短信发送接收程序,有兴趣朋友可以研究下
上传时间: 2014-01-25
上传用户:cooran
CoLIN 人工语言模拟 汉化版 2002年8月9日 原作者 布朗 alan j. brown 15 Kinloch Road Renfrew Scotland PA4 0RJ alan@barc0de.demon.co.uk http://www.barc0de.demon.co.uk/ 汉化者 陈辉 主页: http://go2debug.yeah.net 邮件: go2debug@hotmail.com ICQ: 149054569 简介 通过菜单可以清空数据库。 程序会从你的输入中学习,如果你不想这样,就请关闭学习功能。 原作者声明 This program is giftware. If you like it send me something nice. Copyright is fully reserved by Alan J. Brown, any program developed from the CoLIN source code must give Alan J. Brown appropriate credit. 更多问题 请到我的主页 http://go2debug.yeah.net 或者给我发信 go2debug@hotmail.com 另外在布朗的主页上有留言板
标签: j. Scotland Kinloch Renfrew
上传时间: 2014-01-20
上传用户:彭玖华
这是我课程设计的一个程序,程序实现echo request icmp 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间
上传时间: 2013-12-20
上传用户:13160677563
接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
标签: Pop3Message Function Retrieve response
上传时间: 2013-12-28
上传用户:fnhhs
cost207 的信道模型的matlab实现
上传时间: 2014-01-25
上传用户:liuchee