搜索资源列表
csd_of_communication_signals.r
- 对数字调制信号计算循环谱相关,并画出三维图以及二位截面图,Digital modulation signal to the cycle spectral correlation calculation, and draw three-dimensional map, as well as two sections
Simulate_802.11b_Channel_NS2.r
- 用NS2仿真802.11b WLAN信道。指出现有NS2代码中的错误,给出SNR、BER的计算公式和代码实现。,Simulate 802.11b Channel within NS2 This document describes how to simulate one 802.11b channel in NS2. It focuses on how to simulate wireless transmission error due to bad channel quality. Th
AccountServer.rar
- 魔域帐号服务器 一、帐号服务器功能分为两部分: 1、客户端登录线程:取得认证ID号AuthenID。 客户端连接到帐号服务器(以后可改为UDP) 登录后服务器到帐号数据库查帐号 返回认证ID号,并断开连接(如出错则返回错误) 将该认证ID号传给计点线程,转发给游戏服务器,用于玩家登录游戏服务器。 2、实时计点:与游戏服务器连接通讯,计算玩家使用的点数。(可提高线程优先级) 游戏服务器启动时登录到帐号服务器。 玩家登录后实时发送计点消息给帐号
Avi_Com_deco
- 利用VC++实现AVI文件的合成和分解源码,演示了如何将一组静态Bmp图片合成一个avi视频文件以及如何将一个avi视频文件解析保存为一系列的bmp图像文件-AVI using VC++ to achieve the synthesis and decomposition of source documents, demonstrates how a group of pictures into one static Bmp avi video files and how to resolve
r
- 读取支票的一个数值金额,并输出其文字表示。例如,数字112.43 应该写为:ONE HUNDRED TWELVE and 43/1-Read a numerical check amount, and express the output of its text. For example, the number 112.43 should be written as: ONE HUNDRED TWELVE and 43/1
rtree
- R-tree用于索引多维数据对象,利用数据对象间的相对位置建立最小边界矩形(MBR),可在此结构上完成高效查询算法如kNN与范围查询-R-tree Index for multi-dimensional data objects, using data objects between the relative position of the establishment of the minimum boundary rectangle (MBR), this structure can be c
SimpleFTP20_src
- 基于多线程的FTP服务器开这个自行设计的FTP服务器其基本模式为C/S 模式,那么宏观的C/S模式如下图-Based on multi-threaded FTP server designed to open the FTP server of its basic model C/S mode, then a macro-C/S model as illustrated
DMB-R
- 可行性报告的标准格式,供大家参考,申请基金使用,这是WORD文档,可作为格式模板。-Report on the feasibility of a standard format for your information to apply for the use of the Fund, this is WORD document format can be used as a template.
Meeting
- 在线会议系统。 系统采用 .NET FrameWork2.0 + IIS + SQL Sever 2005数据库: 1、将源代码文件夹Meeting从光盘拷贝到你的电脑中,比如放在如下路径“E:\学习\Meeting”; 2、启动SQL Sever 2005,将“E:\学习\Meeting”下的“db”文件夹中“meeting.mdf”数据库文件附加到SQL Sever 2005中; 3、为该数据库meeting创建登录名为“meetingo
aircrack-ng-1.0-rc3.tar
- Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attac
r-EmEditor
- 阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上-Read your paper bag and then write their specific functions (at least 20 words). As far as possible not to let the station to the time you spend in the amended statement
EasyHook_The_reinvention_of_Windows_API_hooking.r
- The EasyHook Contains API Hooking in C++ and Best Libraries for Microsoft C# as good as possible
KeyFilter
- 键盘过滤驱动源码,按1键变8键,按需要可自行修改功能如锁定键盘、记录按键信息等。-Keyboard filter driver source code, a key variable in accordance with 8 key, according to the need to amend its own functions such as locking the keyboard, records and other key information.
chap11
- 数字验证码识别,需要训练。目录主要包括:文档和两个源代码。 其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目
LCD1602_PDF_cn.RAR
- 液晶1602的电子文档以及实例程序,对初学液晶的人绝对的有用-LCD 1602 of the electronic document, as well as examples of procedures, liquid crystals have the absolute beginner useful
r
- 运用r语言构造有效前沿的步骤大致可按照获取数据、将数据加工处理为收益率矩阵、以收益率矩阵为输入计算得到有效前沿这三个步骤来完成。(The steps of using R language to construct an effective frontier can be achieved in three steps: data acquisition, data processing as yield matrix, and yield matrix as input.)
R数据可视化手册
- R语言的可视化手册,可以作为工具书使用。(R language visualization manual, can be used as a reference book.)
模糊聚类R代码
- 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means clustering algorithm or FCM. Among many fuzzy clustering algorithms, the Fuzzy C-Means algori
学习R
- 书名:学习R,可以作为学习资料参考使用,适合初学者(Title: learning R, which can be used as a reference for learning materials, suitable for beginners)
时间序列分析——基于R(第2版)习题数据
- 时间序列分析r语言练习数据。时间序列分析(Time-Series Analysis)是指将原来的销售分解为四部分来看——趋势、周期、时期和不稳定因素, 然后综合这些因素, 提出销售预测。强调的是通过对一个区域进行一定时间段内的连续遥感观测,提取图像有关特征,并分析其变化过程与发展规模。当然,首先需要根据检测对象的时相变化特点来确定遥感监测的周期,从而选择合适的遥感数据。(Time series analysis is to decompose the original sales into fo