资源列表
bujing
- 无线创感器网络布景算法,用于在NS2仿真前的布景工作
Exercise9_2
- 创建一个名为comparablecylinder的类。扩展cylinder类并实现comparable接口,实现compareto方法,使其根据体积比较两个圆柱。编写测试程序找出两个comparablecylinder对象中的较大者-Create a class called comparablecylinder. Cylinder to expand and achieve comparable type interface, compareto implementation method t
CSVParser
- Parser for CSV archives in C# .Net
EMD
- 计算EMD的小程序,很实用,HHT里面会用到-Calculating EMD small program, very practical, HHT will be used inside
communication
- 设计一个建立同学通讯录文件的程序,文件中的每条记录包括各位同学的姓名,学校,专业,班级,电话号码,通信地址,邮政编码等数据-Designed to establish a student contacts the file, file each record including Members of student' s name, school, professional, class, phone number, mailing address, zip code and other
findSameElement
- 找出数组的相同元素,find the same elements in two ascending ordered integer arrays,then output their addresses in first array-find the same elements in two ascending ordered integer arrays,then output their addresses in first array
xindaorongliang
- 介绍了基于MATLAB 的信道编码,主要包括实验操作界面制作以及循环码和卷积码编译码。-Introduced the MATLAB-based channel coding, including experimental production, and user interface code and convolution code decoding cycle.
STBC
- stbc 在源码内容中搜索2发1收alamouti码matlab仿真程序hot -stbc stbc alamouti space time code
Browser_2
- 网络编程 浏览器的实现 客户端程序 使用eclipse-Browser implementations of network programming client program using eclipse
kuaisupaixu
- 快速排序,都懂的,没有错误,放心下载,最重要的是发扬光大。-this program is write to get some numbers,you know
file_cp
- 使用fopen等文件访问库函数编写的应用程序,该应用程序实现文件的复制功能-Applications written by the library function fopen such as file access, the application file copy function
webchat
- Python编程语言很强大,能做出很多的工具供在不同环境下使用,今天介绍的python源码是:Python Tornado实现web实时消息聊天的方法源码。 tornado在Python语言的学习过程中会或多或少的接触一些。今天就来讲Tornado 实现实时消息聊天的方法,及源码下载。在网络上能找到很多类似这样的案例,我也参考着再写一次,当做练手了。 (1)代码用中到的前端是: twitter 的项目 bootstrap ajax 框架是 jquery (