The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
标签: language translates compiler assembly
上传时间: 2015-04-08
上传用户:Avoid98
This code is to estimate the parameter of model of Mixture Gauss which is popular model used in pattern classification . JAVA 写的估计复合高斯模型中的参数
标签: model parameter estimate Mixture
上传时间: 2015-04-10
上传用户:kikye
RADIUS 服务器介绍 RADIUS服务器支持标准的RADIUS协议,并支持设备提供商自己定义的扩展RADIUS属性,具有高稳定性、高性能、高度可配置性、高负荷量等特点,是宽带网络运营商理想的认证、授权、计费服务器。 特 点 ◆ 支持多种接入方式 PPPoE接入、DHCP+Web接入、专线接入、无线和有线LAN或WAN基于IEEE802.1x的接入 ◆ 支持多种认证类型 PPPoE用户帐号认证、计算机网卡MAC地址认证、计算机IP地址认证、卡用户认证、专线用户认证、 用户VLAN ID认证等等。 ◆ 支持多种认证方式 PPP PAP认证、PPP CHAP认证、PPP MS-CHAP认证、Unix系统认证、PAM认证、ARAP认证、LDAP认证、EAP/MD5和EAP/TLS认证。 ◆ 支持多种上网控制方式 上网时长控制、上网时段控制、累积时长控制、空闲时长控制、带宽控制。 ◆ 支持漫游特性 A城市的用户在B城市上网,可将用户计费信息发往A城市的RADIUS服务器。
上传时间: 2013-11-28
上传用户:ynzfm
这是ieee 802.15.4标准,也是大名鼎鼎的zigbee mac和phy部分。
上传时间: 2013-12-31
上传用户:lifangyuan12
this is a trade sale system realized by java. It can run some easy functions and has a good design pattern CVS. A good project to learn CVS.
标签: functions realized design system
上传时间: 2015-04-17
上传用户:sz_hjbf
HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。
上传时间: 2013-12-18
上传用户:dragonhaixm
匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:)
标签: 匹配算法
上传时间: 2014-01-19
上传用户:gonuiln
最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel电子表格文件。 4.能对某一地址范围的主机进行ping,端口扫描操作,找出所有的WEB服务器,FTP服务器等。能向某一主机发送消息。 5.局域网机器间拷贝文件时,提供文件和目录的断点续传的功能。同时支持FTP下载的断点续传。 6.采用类似资源管理器的界面,操作十分方便。绿色软件,开放源代码。
上传时间: 2015-04-29
上传用户:cmc_68289287
LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The LVQ program accepts input consisting of vectors and calculates the LVQ network weights. If a test set is specified, the winning neuron (class) for each neuron is identified and the Euclidean distance between the pattern and each neuron is reported. Output is directed to the screen.
标签: implementing quantization directory Learning
上传时间: 2015-05-02
上传用户:hewenzhi
书"Simulation and software radio for mobile communications"的源代码matlab版,从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析,可以全面的了解通信系统。
标签: communications Simulation software mobile
上传时间: 2015-05-02
上传用户:小眼睛LSL