Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bsd
Search - bsd - List
DL : 0
BSD unix sprintf函数的实现
Update : 2024-05-22 Size : 1024 Publisher : dsre

Welcome to Designing BSD Rootkits! This book will introduce you to the fundamentals of programming and developing kernelmode rootkits under the FreeBSD operating system.Through the “learn by example” method, I’ll detail the different techniques that a rootkit can employ so that you can learn what makes up rootkit code at its simplest level.
Update : 2024-05-22 Size : 8473600 Publisher : Aoshi Hanate

4.4BSD TCP/IP协议栈源代码,最早实现的TCP/IP协议栈,现在普遍使用的.-4.4BSD TCP/IP protocol stack source code.
Update : 2024-05-22 Size : 507904 Publisher :

Qwt 类库是对Qt 图形库的一种有益的扩展,主要是 为开发科学领域方面的软件提供实用的组件库。Qwt 包 括各种2D 图形显示组件及配套的控件,如刻度、旋转体、 罗盘、滑尺以及用于相应曲线显示的数据类等。Qwt 属 于SourceForge 下的一个类库项目,能够使用在各种平台 下,包括32 b MSWindows (95/ 98/ NT/ 2000/ XP) ,POS2 IX OS (Linux/ BSD/ Unix2like OSes) ,OSX等。它的发布 基于Qwt License (Version 1. 0) 协议,软件开发人员可以 在遵守相应条例的基础上,自由地使用它进行软件系统 的开发。
Update : 2024-05-22 Size : 3688448 Publisher : allen

DL : 0
A simple client in the internet domain using TCP The port number is passed as an argument. This code is written based on BSD to help other community members
Update : 2024-05-22 Size : 1024 Publisher : gailu

DL : 0
A simple server in the internet domain using TCP The port number is passed as an argument. This code is written based on BSD to help other community members
Update : 2024-05-22 Size : 1024 Publisher : gailu

DL : 0
A deadlock example to show how deadlock happens in on OS in real life so that developers can correct their code. This code is written based on BSD to help other community members
Update : 2024-05-22 Size : 1024 Publisher : gailu

DL : 0
A attached code shows spinlock implementation in the linux kernel. It helps to understand how to avoid race condition in multicore. This code is written based on BSD to help other community members
Update : 2024-05-22 Size : 6144 Publisher : gailu

DL : 0
Attached code provides the implementation of mutexex in linux. Mutex is used to protect shared resources in C/C++ appllications. This code is written based on BSD to help other community members
Update : 2024-05-22 Size : 2048 Publisher : gailu

DL : 0
Attached code provides the implementation of mutexex in linux. Mutex is used to protect shared resources in C/C++ appllications. This code is written based on BSD to help other community members
Update : 2024-05-22 Size : 1024 Publisher : gailu

DL : 0
百度开源的web编辑器,基于bsd授权,代码简洁,易于使用,非常强大-Baidu open source web editor, based on bsd licensed, code is simple and easy to use and very powerful
Update : 2024-05-22 Size : 186368 Publisher : lyuehh

DL : 0
Duilib 是一款强大的界面开发工具,可以将用户界面和处理逻辑彻底分离,极大地提高用户界面的开发效率。提供所见即所得的开发工具UIDesigner。使用DirectUI后将使得我们的设计人员彻底解 放,不会受到开发的束缚,可以充分地发挥其设计能力来设计软件界面,并参与到用户界面开发过程中。 Duilib 目前支持Windows 32 、Window CE、Mobile等平台,使用C++开发,遵循BSD协议,可以免费用于商业项目 。-Duilib is a powerful interface development tools user interface and processing logic will be completely separated, greatly enhancing the efficiency of user interface development. Provides WYSIWYG development tools UIDesigner. DirectUI will make use of our designers complete liberation, the development will not be bound, can give full play to its ability to design software interface design, and participate in user interface development process. Duilib currently supports Windows 32, Window CE, Mobile and other platforms, using C++ development, follow the BSD protocol, free for commercial projects.
Update : 2024-05-22 Size : 163840 Publisher : 我行我素

libdvbpsi是一个轻便的用来实现MPEG-2 TS流和DVB PSI表的解码和编码的开源库,可以解析的PSI/SI表有:PAT,PMT,NIT,BAT,CAT,SDT,SIS,EIT,TOT,所有的MPEG 2描述子,支持的平台有GNU/Linux, *BSD, Windows and MacOS X-libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI tables according to standards ISO/IEC 13818 and ITU-T H.222.0.
Update : 2024-05-22 Size : 430080 Publisher : martin

JSVM 框架 JSVM2.0JSVM (JavaScript Virtual Machine 的缩写) 是一个面向 JavaScript 开发领域的基础框架。该软件是自由软件,2003年底由万常华(wch3116)发起, 目前是2.0版,采用的是 BSD License 授权协议。-JSVM framework JSVM2.0JSVM (JavaScript Virtual Machine acronym) is a foundation for the field of JavaScript development framework. The software is free software, the end of 2003 by the Wan Hua Chang (wch3116) was launched, currently version 2.0, using the BSD License license.
Update : 2024-05-22 Size : 393216 Publisher : zhangsaoming

DL : 0
CanPHP框架(简称CP),是一个简单、自由、实用、高效的php框架。CanPHP框架以面向应用为主,不纠结于OOP,不纠结于MVC,不纠结于设计模式,不拘一格,力求简单快速优质的完成项目开发,是中小型项目开发首选php框架。 CanPHP框架(CP) 特点: 只要您会输出 hello world ,就可以轻松学习CP框架,提升php水平! 不管您是在做大项目还是小项目或对开源系统二次开发,CP框架都可以帮助您。 CanPHP框架 v1.4 升级日志: 1、新增强大的表单验证类 2、新增数据库备份与恢复类,支持分卷。 3、新增zip压缩压缩与解压缩类 4、新增汉字转拼音类 5、新增ip地理位置信息类 6、新增模型调用函数model() 修正的问题有: 1、Http.class.php类http协议由1.1改成1.0,解决采用socket方式,返回的数据多了几个字符的问题。 2、修正1.3版本中生成的缓存没有后缀的bug 3、修正其他一些细节bug cp低版本升级到高版本方法,直接覆盖即可 -ThinkSAAS APP based on ThinkSAAS social networking platform. Ueditor is composed of Baidu web front of the R & D department to develop a WYSIWYG editor, has light weight, can be customized, pay more attention to the user experience etc.. Ueditor based on the open-source BSD protocol, in addition to having the code simplification, fast loading lightweight characteristics, also uses a hierarchical concept, so developers can according to the actual application and demand free customization. Informed sources, Ueditor editor is divided to three layer architecture. Among them, the core layer provide developers such as range, selection, domUtils the bottom of API interface, the command center plug layer not only provided the bulk of the basis of command, also allows developers to based on the core layer of command commands to the development, and the user end interface layer can be provided free to customize the user interface. Ueditor open source editor that has distribution pattern
Update : 2024-05-22 Size : 182272 Publisher : 是的夫人

pop3 client library written in C and uses BSD-style sockets
Update : 2024-05-22 Size : 120832 Publisher : alinaqvi

osCommerce是一套基于GNU GPL授权的开源在线购物电子商务解决方案。该系统具有易于操作的可视化安装界面、完善的前台商品展示和户在线购物车功能、强大的后台管理和维护功能模块简单易用、70,000人的官方社区用户和活跃的论坛、121,300家已经注册的在线商店的解决方案3,000个成熟的插件供你选择。osCommerce采用了Open Source世界里多种主流的技术方案,提供了一整套的免费和开放式的平台,包括强大的 PHP动态网站开发语言,稳定的Apache web服务器, 和速度一流的MySQL数据库服务器。 安装和使用osCommerce,不需要特殊的系统平台,sCommerce可以运行在任何支持PHP 4.1+的web服务器上,环境需要支持 PHP和MySQL即可,操作系统可以支持Linux,Solaris,BSD,或者Microsoft Windows -osCommerce is an online shop e-commerce solution that offers a wide range of out-of-the-box features that allows online stores to be setup fairly quickly with ease, and is available for free as an Open Source based solution released under the GNU General Public License. osCommerce was started in March 2000 and has since matured to a solution that is currently powering 12,458 registered live shops around the world. Today, osCommerce has been taken to the next level, moving towards an e-commerce framework solution that not only remains easy to setup and maintain, but also making it easier for store administrators to present their stores to their customers with their own unique requirements. The success of osCommerce is secured by a great and active community where members help one another out and participate in development issues reflecting upon the current state of the project. You are more than welcome to contribute to the success of osCommerce by helping out in the realiza
Update : 2024-05-22 Size : 2856960 Publisher : 陈铮

FileVerifier++是一款Windows功能软件,它用于计算文件的hash值(算法包括:CRC32,MD5,SHA-1,SHA-256/224/384/512,WHIRLPOOL,以及RIPEMD-128/160/256/320)。支持的hash文件格式包括MD5SUM .MD5, SFV, BSD CKSUM, 以及其他格式。-FileVerifier++ is a Windows utility for calculating hashes using a number of algorithms including CRC32, MD5, SHA-1, SHA-256/224/384/512, WHIRLPOOL, and RIPEMD-128/160/256/320. Supported hash file formats include MD5SUM .MD5, SFV, BSD CKSUM, and others.
Update : 2024-05-22 Size : 4412416 Publisher : 王彦之

Xen通过一种叫做半虚拟化的技术获得高效能的表现(较少的效能损失,典型的情况下大约损失 2 ,在最糟的情况下会有 8 的效能耗损;与其它使用完全的虚拟化却造成最高到 20 损耗的其他解决方案形成一个明显的对比),甚至在某些与传统虚拟技术极度不友好的架构上(x86),Xen也有极佳的表现。与那些传统透过软件模拟实现硬件的虚拟机不同,在3.0版本及在Intel VT-X支援前的Xen需要让客座作业系统(guest operating systems)与Xen API进行连接。到目前为止,这样连结已经可以运用在NetBSD,GNU/Linux,FreeBSD和贝尔实验室的Plan 9系统上。在Brainshare 2005会议上,Novell展示了NetWare与 Xen的连通。与Windows XP连通的技术曾在Xen开发初期进行,但微软的协议未能允许它发布。Sun微系统公司也正积极研究Solaris与Xen的连结,使其能在Xen平台上运作。-his article is about the virtualization software. For other uses, see Xen (disambiguation). Xen Xen running NetBSD and three Linux distributions Developer(s) The Xen Project XenSource, Inc. Initial release 2003 Stable release 4.1[1]/March 25, 2011 5 months ago Operating system Linux, and other Unix-like,*BSD, OpenSolaris as both hosts and guests Microsoft Windows as a guest OS. Type Virtual machine monitor License GNU GPL v2 Website http://www.xen.org/ In computing, Xen (pronounced /ˈ zɛ n/) is a virtual-machine monitor for IA-32, x86-64, Itanium and ARM architectures. It allows several guest operating systems to execute on the same computer hardware concurrently. The University of Cambridge Computer Laboratory developed the first versions of Xen as of 2010, the Xen community develops and maintains Xen as free software, licensed under the GNU General Public License (GPLv2). Xen systems have a structure with the Xen hypervisor as the lowest and most privileged l
Update : 2024-05-22 Size : 10355712 Publisher : yangcongjun

FreakZ is an open source Zigbee stack licensed under the modified BSD. It uses intellectual property in the form of the Zigbee 2007 specification which is available from the Zigbee Alliance and can be downloaded from their webpage. There is an additional restriction imposed on the software in which it is subject to the Terms of Use of the Zigbee Specification. The TOU can be found at the front of the Zigbee spec.
Update : 2024-05-22 Size : 385024 Publisher : 姓名
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 34 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.