Welcome![Sign In][Sign Up]
Location:
Search - WIFI

Search list

[Software Engineeringwifi流程

Description:
Platform: | Size: 38912 | Author: letuszhang | Hits:

[Linux-UnixDigi Connect Wi-Wave 802.11b/g wireless card schematics

Description: Digi Connect Wi-Wave 802.11b/g wireless card schematics (for embedded systems)
Platform: | Size: 67154 | Author: wrtoch | Hits:

[Linux-Unixmad wifi

Description:
Platform: | Size: 806 | Author: 228558960@qq.com | Hits:

[SourceCodeRT3090_ap-v2.5.0.4.tar.bz2

Description: RT3090AP 使用的无线WIFI驱动
Platform: | Size: 3718979 | Author: huangcheng1998@163.com | Hits:

[SourceCodeVoice(C#)

Description: 语音技术实现的源代码(C#)-Voice technology to achieve the source code (C#)
Platform: | Size: 8192 | Author: Roking | Hits:

[Linux-Unix局域网服务器

Description: 配置Linux局域网服务器-Linux LAN server configuration
Platform: | Size: 26624 | Author: xfh | Hits:

[CommunicationBluetooth 蓝牙规范10.1版

Description: 蓝牙规范10.1版本,英文资料,PDF格式-10.1 Bluetooth specification version, in English, PDF format
Platform: | Size: 5115904 | Author: 落花 | Hits:

[matlab802.11b PHY Simulink Model

Description: 802.11b物理层的simulink建模。模型支持1Mbps, 2Mbps, 5.5Mbps, and 11Mbps 的模式,模型包括帧的生成,BPSK、QPSK调制,巴克码扩展,CCK以及信道频移量的选择和一个AWGN信道。 使用说明:先将压缩包解压缩到一个新文件夹中,改变matlab当前执行目录,然后运行WiFi.mdl文件。 压缩包中包括6个文件:WiFi.mdl,WiFi_lib.mdl,WiFi_init.m,cck_codes.mat,ber_test.m,test_level_1.m。 模型使用标准:IEEE Std 802.11b-1999, 来源于: http://standards.ieee.org/reading/ieee/std/lanman/ -802.11b Physical Layer Simulink modeling. Model support 1Mbps and 2Mbps, 5.5Mbps and 11Mbps and model, model generation, including frames, BPSK, QPSK modulation, Barker Code expansion, CCK and channel frequency shift of choice and an AWGN. Use : first decompress compressed to a new folder and change the current implementation of Matlab directory, and then run WiFi.mdl document. Compressed include six documents : WiFi.mdl, WiFi_lib.mdl, WiFi_init.m, cck_codes.mat, ber_test.m, test_level_1.m. Standard Model : IEEE Std 802.11b-1999, from : http://standards.ieee.org/reading/ieee/std/lanman/
Platform: | Size: 35840 | Author: 飞的 | Hits:

[Windows Developsf_200562516252

Description: 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connection session,such as find a unique id. SetIoCompletionPort(socket, s) // make connection socket associate with a custom structure } void myIocp::OnRead(void* p, char* buf, int len) { TSession*s = (TSession*)p send(s->socket, buf, len, 0) // return received message to client void myIocp::OnClose(void* p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) //start listenning net port,wait for client connect.
Platform: | Size: 2048 | Author: boxu | Hits:

[Books模式识别应用

Description: 这是一本模式识别类经典著作,再国际模式识别领域学术和教育界享有崇高的声誉和影响!-This is a pattern recognition classics, and the international academic field of pattern recognition and education enjoys a high reputation and influence!
Platform: | Size: 5625856 | Author: 石峰 | Hits:

[Internet-Networkkwifimanager.tar

Description: Linux/Unix下无限网卡配置和管理程序,包括参数配置,信号检测等-Linux/Unix unlimited LAN configuration and management procedures, including the configuration parameters, such as signal detection
Platform: | Size: 672768 | Author: 何云龙 | Hits:

[Education soft systembms20050319_nojre

Description: 不带JRE, 1.2M, 已安装java运行环境的下载此包即可.-without JRE, WiFi has been installed, the java runtime environment can download this package.
Platform: | Size: 1240064 | Author: Langley | Hits:

[Windows CEWINCE-usb-DRIVER

Description: WINCE USB DRIVER,是ARM2410内嵌的USB控制器驱动程序,很不错吆-pulled USB DRIVER, ARM2410 is embedded USB controller driver, a very good shout
Platform: | Size: 107520 | Author: liuli | Hits:

[VOIP programTalkG726

Description: G726局域网语音通话程序和源代码 这是使用G726语音压缩(16kbps)和RTP进行传输的程序,因为我没有带WIFI的PPC,所以每个程序都是单独测试的,PC端和PPC端分别都工作正常。 G726编解码算法来自OpenH323.传输使用的RTP可以在RTP程序中找到讲解,这个程序主要是G726的函数。将整个 G726封装为g726_Encode和g726_Decode两个函数,参数为压缩和解压数据存储的地址指针,可以将960字节压缩到120字节和将 120字节解压为960字节。这里G726使用的时候,音频设置为8kHz,16位量化,单声道。 使用方法很简单,只用两端各自输入对方的IP,然后按下“开始对话”,就可以进行语音通信了。 PPC端的运行比较稳定,已经进行了自收自发近一个小时连续工作的测试,非常稳定,话音清晰。-G726 LAN voice calls procedures and the source code is the use of voice compression G726 (16kbps ) and RTP for the transmission process, because I did not bring WIFI the PPC, there are separate procedures for each test, PC- and PPC-were all normal work. G726 codec algorithm from the OpenH323. RTP transmission can be used in the process to find RTP stresses Xie, this procedure is mainly a function of G726. Packaging whole G726 for g726_Encode and g726_Decode two functions, Parameters for the compression and decompression of data storage address pointer, 960 bytes can be compressed to 120 to 120 bytes and bytes to 960 bytes decompression. G726 used here, Audio set to 8kHz, 16 quantify mono. It is very simple to use, with only two ends of the respective input each other's IP, then press
Platform: | Size: 1002496 | Author: Xia Tao | Hits:

[SCMPICMCU_c

Description: 《PIC单片机C语言开发入门》所有章节源程序,光盘中配套-"PIC C-language development Easy" all the chapters of source files, CD-ROM support
Platform: | Size: 67584 | Author: 邱朋 | Hits:

[Internet-NetworkRT73_Linux_STA_Drv1.0.3.6.tar

Description: 无线网卡驱动程序,RT73_Linux_STA_Drv1.0.3.6.tar-wireless network card driver, RT73_Linux_STA_Drv1.0.3.6.tar
Platform: | Size: 337920 | Author: 肖力 | Hits:

[matlabbluetooth_GFSK_modem

Description: 利用Matlab编程模擬实现,藍芽GFSK調變解調,希望供大家参考学习-Matlab simulation programming, Bluetooth GFSK modulation and demodulation and hope for your consideration study
Platform: | Size: 77824 | Author: 蔡宗軒 | Hits:

[Internet-NetworkWifiScanner-1.0.2.tar

Description: Linux下的无线网络管理软件,可使用主动扫描的方式探测AP和AD-Hoc网络,支持Prism54、prism2、prism2.5、思科系列的无线网卡-Linux wireless network management software. Active scanning can be used to detect the AP and AD-Hoc networks, support Prism54. prism2, prism2.5, Cisco Wireless LAN Series
Platform: | Size: 1415168 | Author: wulu | Hits:

[Internet-NetworkGetWLAN

Description: 主要使用NDIS提供给用户的一个接口,资料来源于网上,我做了整理并且调试通过。 因为周围没有AP,所以取得AP的部分就只写了显示AP个数,其他的AP信息可以在信息结构体里面取得,我在程序中做了注释,使用NDIS还可以完成更多的功能,我以后再慢慢扩展。 -mainly use NDIS available to a user interface, information from the Internet, I have done through the collation and debugging. Around because no AP, AP achieved only on the part of the show was the number of AP. AP other information can structure the information they have secured, I do the procedures Notes NDIS can also use more complete function, I will gradually expand.
Platform: | Size: 62464 | Author: king | Hits:

[Program docBlueTooth_RFcomm

Description: BlueTooth RFcomm, the rs232 via RF-RFcomm Bluetooth, RF via the rs232
Platform: | Size: 128000 | Author: aa | Hits:
« 1 2 ... 43 44 45 46 47 4849 50 »

CodeBus www.codebus.net