搜索资源列表
lock for unix
- C源码: 给UNIX加把屏幕锁 可以使用户锁住屏幕-C source : UNIX to do more to screen lock allows users to lock screen
unixODBC-2[1].2.4.tar
- 这是一个用于unix/linux的源码,我用来编译libodbc.a的库文件,还有其他的功能(里面的readme文件有说明),最大的好处是可用于任何架构,不局限于x86系统。-for unix / linux source code, the compiler I used libodbc.a of the library, there are other functions (inside the readme file a descr iptive), the biggest benefit
jcmppapi30.tar
- 实现移动CMPP3.0的API源码,环境:unix,开发语言为java-mobile CMPP3.0 API source, the environment : unix, for the java programming language
Win2fsV0.1_src
- 一个windows 文件系统驱动源码,可以读取UNIX 文件系统。 -a windows file system driver source code, can read the UNIX file system.
libpcap-0.9.5.tar
- 提供了libpcap源码。libpcap 是 unix/linux 平台下的网络数据包捕获函数包,大多数网络监控软件都以它为基础。Libpcap 可以在绝大多数类 unix 平台下工作。-the libpcap source. Libpcap is unix / linux platform for the network data packet capture function package, Most network monitoring software to its base. Lib
makefile
- 在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编译器是UNIX下的GCC和CC。
Unix_file
- 一份较出色的unix文件管理系统模拟源码,实验报告完整详细,编码风格好,字符界面,ls命令列出的文件信息类似于DOS,采用disk.txt模拟硬盘,实现了格式化等多个功能
Socket编程经典例子源码
- 文件传输系统 套接字(Socket)起初来源于UNIX,是加利福尼亚大学Berkeley 分校开发的UNIX 操作系统下的网络通信接口。随着UNIX 操作系统 的广泛使用,Socket 亦当之无愧的成为了最流行的网络通信程序接口之一。 套接字存在于其特定的通信域(即地址族)中,只有隶属于同一地址族的套接字才能建立对话,Windows Sockets V1.0 目前只支持网际域(AF_INET),所有使用网际协议簇的进程均适用于该域。 一般情况下除非通信协议支持,只有相同类型的套接字方能相互
UnixQQandhelp
- 类Unix版腾讯QQ源码加帮助 类Unix版腾讯QQ源码加帮助
CPicture_Demo_xx
- linux unix/GDK控件源码,you can try it?-unix / GDK-source controls, you can try it
vchat.tar
- unix下的语音聊天程序,可以实现点对点聊天,C语言源码程序-the voice chat program, can achieve a peer-to-peer chatting and C language source programs
crack_4_1
- 解Unix密码的程序源码和字典 -The source and dictionary for cracking unix password
RedHatWindow
- VB仿Unix红帽子操作系统界面源代码,很酷很漂亮,支持真彩Icon图标,还附有几个有关Skin的控件源码,是很好的学习资料。-Unix operating systems like Red Hat VB interface source code is pretty cool to support the true color Icon icon, but also a few of the Skin with source control, is a very good learning m
doxygen-1.5.9.src.tar
- Doxygen是一个文档生成系统,可用于C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. 它能从一系列代码源文件中生成在线文档(HTML格式)和离线文档(Latex格式) 。也支持生成RTF (MS-Word), Postscr ipt, PDF, 压缩HTML(chm), and Unix man pages
PrimerCode
- C++Primer 源码Code。UNIX和WINDOWS两个版本都有。WINDOWS是.NET环境的。-C++ Primer Source Code. Are two versions of UNIX and WINDOWS are. WINDOWS Shi. NET environment.
source
- tuxedo交易源码,用于通信控制,在unix编译通过-source.rar
ganglia-3.1.7.tar
- ganglia网络集群监控源码,相对其网络的大范围监控也算名副其实。Ganglia现在支持多部分操作系统(包括linux、unix、windows),曾经部署于2000个节点的网络-ganglia cluster monitoring network source, relative to its extensive network of monitoring are also considered worthy of the name. Ganglia now supports more th
www.haoduyun.com
- 安装方法: Linux/Unix 平台 需要PHP5.6及以上版本支持 ,MySQL5.0以上版本支持 建议使用平台:Linux + Nginx1.5/1.6.1 + PHP5.2以上版本 + MySQL5.0以上版本(Installation method: Linux/Unix platform Need PHP5.6 and above version support, MySQL5.0 version support Recommended platform: Linux +
LaiKe全场景电商系统(含APP与小程序) v3.1
- 精致电商,来客,注重界面美感与用户体验,打造独特电商系统生态圈,不可多得的二开神器,整个系统架构非常简单,适合小型团队或者个人开发者二次开发。 商城系统技术评价 1、B/S架构 2、MVC编码架构,移动端采用uniapp(vue.js) 3、支持Compser 4、支持阿里云OSS存储 5、支持负载均衡 5、支持Mysql读写分离 6、支持Redis/Memcached 7、支持Linux/Unix/Windows服务器,支持Apa
APUE.3e
- UNIX环境高级编程所需要的源代码,头文件以及链接库(-lapue).是学习unix系统编程必备的资料之一,再Unix环境下能良好编译运行。