Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bsd
Search - bsd - List
这是一本关于BSD系统的架构的书籍。由于对操作系统的实现比较感兴趣,在网络上找到的。-This is a book about BSD system architecture books. Because of the realization of the operating system more interested in the network to find.
Update : 2024-05-22 Size : 1529856 Publisher : 韩鹏飞

DL : 0
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
Update : 2024-05-22 Size : 1024 Publisher : 王立冰

free bsd 的elf 介绍参考手册,可用于学习elf格式-free bsd introduction of elf reference manual, can be used to study elf format
Update : 2024-05-22 Size : 10240 Publisher : tim

DL : 0
When we wrote the fi rst edition of this book, it was not very common for college courses on networking to include programming components. That seems diffi cult to believe now, when the Internet has become so important to our world, and the pedagogical benefi ts of hands-on programming and real-world protocol examples are sowidely accepted. Although there are now other languages that provide access to the Internet, interest in the original C-based Berkeley Sockets remains high. The Sockets API (application programming interface) for networking was developed at UC Berkeley in the 1980s for the BSD fl avor of UNIX—one of the very fi rst examples of what would now be called an open-source project.
Update : 2024-05-22 Size : 791552 Publisher : xovnu

apex20k boundary scan program
Update : 2024-05-22 Size : 15360 Publisher : henry

OpenSIPStack is an ongoing attempt to provide software developers a platform agnostic stack implementation of RFC 3261. Currently, OpenSIPStack can be compiled in Linux, Solaris, BSD, Darwin and Windows. It boasts of an event driven architecture which makes the library ideal for use in a high volume deployment-OpenSIPStack is an ongoing attempt to provide software developers a platform agnostic stack implementation of RFC 3261. Currently, OpenSIPStack can be compiled in Linux, Solaris, BSD, Darwin and Windows. It boasts of an event driven architecture which makes the library ideal for use in a high volume deployment
Update : 2024-05-22 Size : 16117760 Publisher : Santhosh

1alwip lwip Swedish Institute of Computer Science TCP\IP b BSD TCP BSD blwip YASS2 TCP server client b lwiplwip-1alwip lwip Swedish Institute of Computer Science TCP\IP b BSD TCP BSD blwip YASS2 TCP server client b lwiplwip
Update : 2024-05-22 Size : 339968 Publisher : hzp

DL : 0
简单的说,Linux是Unix克隆(Unix clone)或Unix风格(Unix alike)的操作系统(OS),在原代码级上兼容绝大部分Unix标准(指的是IEEE POSIX,System V,BSD),是一个支持多用户, 多进程,多线程,实时性较好的功能 强大而稳定的操作系统.它可以运行在x86 PC,Sun Sparc,Digital Alpha,680x0,PowerPC, MIPS等平台上,可 以说Linux是目前运行硬件平台最多的操作系统-Simply put, Linux is a Unix clone (Unix clone) or a Unix-style (Unix alike) operating system (OS), the original source-level compatible with most Unix standard (refer to the IEEE POSIX, System V, BSD), is a a support for multi-user, multi-process, multi-threaded, real-time nature of good and powerful and stable operating system. It can run on x86 PC, Sun Sparc, Digital Alpha, 680x0, PowerPC, MIPS and other platforms, it can be said that Linux is a currently running operating system, hardware platform, the most
Update : 2024-05-22 Size : 171008 Publisher : 罗芳

Vi editor source code for BSD
Update : 2024-05-22 Size : 512000 Publisher : cfcheung

锐捷/联想/神州数码 802.1x客户端支持MacOS、BSD-Rui Jie/Lenovo/Digital 802.1x client support MacOS, BSD
Update : 2024-05-22 Size : 51200 Publisher : 覃松

This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java− language, and which has various methods to avoid memory problems in C++. Using this library you can compile Java s source code under C++. This document serves as a "Home of C++ language". The information given here will help you to program properly in C++ language and applies to all the operating systems that is − Linux, MS DOS, BeOS, Apple Macintosh OS, Microsoft Windows 95/98/NT/2000, OS/2, IBM OSes (MVS, AS/400 etc..), VAX VMS, Novell Netware, all flavors of Unix like Solaris, HPUX, AIX, SCO, Sinix, BSD, etc.. and to all other operating systems which support "C++" compiler (it means almost all the operating systems on this planet).-This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java− language, and which has various methods to avoid memory problems in C++. Using this library you can compile Java s source code under C++. This document serves as a "Home of C++ language". The information given here will help you to program properly in C++ language and applies to all the operating systems that is − Linux, MS DOS, BeOS, Apple Macintosh OS, Microsoft Windows 95/98/NT/2000, OS/2, IBM OSes (MVS, AS/400 etc..), VAX VMS, Novell Netware, all flavors of Unix like Solaris, HPUX, AIX, SCO, Sinix, BSD, etc.. and to all other operating systems which support "C++" compiler (it means almost all the operating systems on this planet).
Update : 2024-05-22 Size : 121856 Publisher : AmR EiSa

FreeMODBUS 是针对通用的Modbus协议栈在嵌入式系统中应用的一个实现。Modbus协议是一个在工业制造领域中得到广泛应用的一个网络协议。一个Modbus通信协议栈包括两层:定义了数据结构和功能Modbus应用协议和网络层。在FreeMODBUS的当前版本中,提供了Modbus Application Protocol v1.1a 的实现并且支持在Modbus over serial line specification 1.0中定义的RTU/ASCII传输模式。从0.7版本开始,FreeModbus也支持在TCP defined in Modbus Messaging on TCP/IP Implementation Guide v1.0a中定义的TCP传输。Freemodbus遵循BSD[1] ,这意味着本协议栈的实现代码可以应用于商业用途。-FreeMODBUS is common Modbus protocol stack for embedded systems applications in an implementation. Modbus protocol is an area in the industrial manufacturing of a widely used network protocol. A Modbus communication protocol stack including the two: the definition of a data structure and function of Modbus Application Protocol and network layer. In FreeMODBUS current version, provides a Modbus Application Protocol v1.1a implementation and support for Modbus over serial line specification 1.0 as defined in RTU/ASCII transfer mode. Starting from the 0.7 version, FreeModbus also supports TCP defined in Modbus Messaging on TCP/IP Implementation Guide v1.0a defined in the TCP transmission. Freemodbus follow the BSD [1], which means that the protocol stack implementation of the code can be used for commercial purposes.
Update : 2024-05-22 Size : 2948096 Publisher : RoverX

带有BSD 套接字API 的Microchip TCP/IP栈 中文版-BSD sockets API, with the Microchip TCP/IP stack Chinese
Update : 2024-05-22 Size : 376832 Publisher : 杨宏

Linux的网络协议栈是内核的一部分,它的实现是基于TCP/IP协议栈的,共分五层,分别是:应用层、BSD Socket层、INET Socket层、网络层和数据链接/硬件层。这是继承了unix的网络系统,现在linux的网络系统不断注入了新的理论。 我要研究的是linux下网络协议栈一个通信协议——TCP协议栈。TCP协议是面向对象的协议,本论文主要从缓存sk_buff,TCP相关数据结构,TCP连接的建立与关闭,TCP数据的发送与接收,TCP的流量控制与拥塞控制这几方面阐述我对TCP协议栈的理解,主要研究了TCP在内核中如何实现,以及一些算法的实现。 -Linux network protocol stack is a core part of its implementation is based on TCP/IP protocol stack is divided into five, namely: the application layer, BSD Socket Layer, INET Socket layer, network layer and data link/hardware layer. This is the inheritance of the unix network system, network system is linux and keep adding a new theory. I need to study is a network protocol stack under linux communication protocols- TCP protocol stack. TCP protocol is object-oriented protocol, this thesis from the cache sk_buff, TCP data structures, TCP connection establishment and closure, TCP send and receive data, TCP flow control and congestion control these areas and explain my TCP protocol understanding of the stack, a major study how TCP in the kernel, and some algorithm.
Update : 2024-05-22 Size : 227328 Publisher : 弥一强

DL : 0
QTrack是使用opencv库编写的面部追踪系统。性能比使用camshift的系统要好-QTrack is a face tracker for use with OpenCV. QTrack is both faster and more robust than OpenCV s Camshift for tracking faces. QTrack version 0.90 was written by Robin Hewitt and is distributed under the BSD license. You can download the complete QTrack package, including installer, sample code, use license, and a minimal runtime version of OpenCV 1.0 from either
Update : 2024-05-22 Size : 3940352 Publisher : Hercules_z

DL : 0
ESQ measure: --- --- - Usage of the PESQ objective measure is as follows: [pesq_mos]=pesqESQ measure--- --- - Usage of the PESQ objective measure is as follows: [pesq_mos]=pesq(cleanfile.wav,enhanced.wav) where cleanfile.wav contains the clean speech file and enhanced.wav contains the enhanced file. ------------------------- Loizou, P. (2007) "Speech enhancement: Theory and Practice", CRC Press. Any questions, please email: loizou@utdallas.edu.-ESQ measure------------- Usage of the PESQ objective measure is as follows: [pesq_mos]=pesq(cleanfile.wav,enhanced.wav) where cleanfile.wav contains the clean speech file and enhanced.wav contains the enhanced file. ------------------------- Loizou, P. (2007) "Speech enhancement: Theory and Practice", CRC Press. Any questions, please email: loizou@utdallas.edu
Update : 2024-05-22 Size : 456704 Publisher : 阿铁

三星S3C2410的JTAG底层BSD S3C2410_JTAG_BSDL-S3C2410_JTAG_BSDL
Update : 2024-05-22 Size : 5120 Publisher : jieen

Lock free data structures using CAS, MCAS etc. operations to.
Update : 2024-05-22 Size : 64512 Publisher : drspliff

RefDB是一个文献数据库和书目管理的软件,支持 SGML,XML和LaTeX的/ BibTeX等格式的工具。它允许用户通过网络共享数据库。这是可以通过命令行工具,Web界面,从文字编辑器(Emacs,Vim)来共享,程序员可以 使用 Perl和PHP库在自己的项目融入RefDB功能。 RefDB发布根据GNU通用公共许可证和Linux上运行时,* BSD系统,OS X操作系统,Solaris和Windows / Cygwin的。-RefDB is a bibliographic database and bibliographic management software, support for SGML, XML, and LaTeX' s/BibTeX tools and other formats. It allows users to share databases over the network. This is a command line tool, Web interface, from the text editor (Emacs, Vim) to share, programmers can use Perl and PHP libraries in their own projects into the RefDB function. RefDB released under the GNU General Public License and running on Linux,* BSD system, OS X operating system, Solaris, and Windows/Cygwin for.
Update : 2024-05-22 Size : 3209216 Publisher : zzw

Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸 Verdens Gang (http://www.vg.no) 使用3台Varnish代替了原来的12台squid,性能居然比以前更好。 Varnish 的作者Poul-Henning Kamp是FreeBSD的内核开发者之一,他认为现在的计算机比起1975年已经复杂许多。在1975年时,储存媒介只有两种:内存与硬盘。但现在计算 机系统的内存除了主存外,还包括了cpu内的L1、L2,甚至有L3快取。硬盘上也有自己的快取装置,因此squid cache自行处理物件替换的架构不可能得知这些情况而做到最佳化,但操作系统可以得知这些情况,所以这部份的工作应该交给操作系统处理,这就是 Varnish cache设计架构。-Varnish is a state-of-the-art, high-performance HTTP accelerator. It uses the advanced features in Linux 2.6, FreeBSD 6/7 and Solaris 10 to achieve its high performance. Some of the features include A modern design VCL- a very flexible configuration language Load balancing with health checking of backends Partial support for ESI URL rewriting Graceful handling of "dead" backends more features... Varnish is free software and is licenced under a modified BSD licence. Please read the introduction to get started with Varnish.
Update : 2024-05-22 Size : 886784 Publisher : lijun
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 34 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.