利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序
上传时间: 2013-12-10
上传用户:Ants
单片机用于CAN 总线通讯,通过调试,性能稳定,用C51 实现的现场总线
上传时间: 2014-01-06
上传用户:zhouchang199
vb编写的opc客户端,访问西门子的工控软件WINCC ,给大家参考!
上传时间: 2015-12-28
上传用户:wl9454
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
利用ATMEGA128芯片的双串口,UART0连接西门子MC55,UART1连接到RS232,将RS232接收到的数据包,通过MC55自带的TCP/IP栈以GPRS连接到INTERNET,并发送到制定IP地址和端口的主机。开发环境AVRSTUDIO,WINAVR,GNU C++,通过测试。
上传时间: 2013-12-21
上传用户:gundamwzc
我们公司的大型空调电机启动的控制程序,是用西门子s7 200编写的.
上传时间: 2016-03-15
上传用户:sardinescn
本代码用义隆单片机编写,台湾义隆单片机价格便宜,功耗低,集成资源丰富,在电话机鼠标等消费电子中占有绝对优势。 本代码可以读写西门子4442加密卡,自动兼容大唐电子的4C28卡,使用程序请直接调用源程序的读写模块,注意要先赋值安全码,在代码的最后是子程序,已经列明所占用资源。 SLE4442卡的接线顺序在代码中有图示。试验完全可以读写,有被注释掉的代码是测试程序。可以恢复后进行测试,请参照注释。
上传时间: 2016-03-28
上传用户:liuchee
这个网络电话程序是linux下,用C语言实现的。它既不是实现的H.323 或 SIP协议, 也没有使用RTP协议,更没有使用到任何其它第三方软件,不过,它确实工作的很好。通话话音质量非常不错。
上传时间: 2016-04-21
上传用户:siguazgb
凌阳公司机sunplus1002在这个芯片下,我写的西门子4442IC卡驱动程序
上传时间: 2014-10-27
上传用户:努力努力再努力