Welcome![Sign In][Sign Up]
Location:
Search - unix c x

Search list

[Voice Compressortp-0.8.1.tar

Description: oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). It is available for most unix clones (primilarly Linux and HP-UX), and Microsoft Windows.-oRTP is a LGPL licensed C library implement ing the RTP protocol (rfc1889). It is available unix for most clones (primilarly Linux and HP-U X), and Microsoft Windows.
Platform: | Size: 440808 | Author: sf | Hits:

[GDI-Bitmap2346213846239471294124-

Description: UNIX下用C语言编写的基于NANO-X的扫雷程序,很象MICROWINDOWS下的经典扫雷游戏.-Unix with C language-based NANO-X demining process, much like the classic MICROWINDOWS mine games.
Platform: | Size: 8721 | Author: 伦伟锋 | Hits:

[GDI-BitmapwxWidgets-2.8.7

Description: wxWidgets是一个开源的跨平台的C++构架库(framework)(主页http://www.widgets.org),它可以提供GUI(图形用户界面)和其它工具。目前的2.x版本支持所有版本的Windows、带GTK+或Motif的Unix和MacOS。一个支持OS/2的版本正在开发中。
Platform: | Size: 22712309 | Author: wudi | Hits:

[OtherC++GUIProgrammingwithQt4SecondEdition

Description: www.trolltech.com推荐的学习Qt的权威书籍 自制的Pdf版Code Less Create More Deploy Everywhere Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes.
Platform: | Size: 7714740 | Author: jason | Hits:

[GDI-BitmapwxWidgets

Description: wxWidgets是一个开源的跨平台的C++构架库(framework)(主页http://www.widgets.org),它可以提供GUI(图形用户界面)和其它工具。目前的2.x版本支持所有版本的Windows、带GTK+或Motif的Unix和MacOS。一个支持OS/2的版本正在开发中。
Platform: | Size: 5514226 | Author: hu | Hits:

[Internet-NetworkUNIX网络编程(第2版)第1卷

Description: 《UNIX网络编程(第2版)第1卷》套接口API和X/Open传输接口API,这本书所附的所有例子源代码。C语言实现。-"UNIX Network Programming (2nd Edition), Vol 1," Presentation API interface and X / Open interface API, this book attached to the source code for all the examples. C language.
Platform: | Size: 230608 | Author: 杨槐玉 | Hits:

[Internet-Networkunpv12e.tar

Description: 《UNIX网络编程(第2版)第1卷》套接口API和X/Open传输接口API,这本书所附的所有例子源代码。C语言实现。-"UNIX Network Programming (2nd Edition), Vol 1," Presentation API interface and X/Open interface API, this book attached to the source code for all the examples. C language.
Platform: | Size: 230400 | Author: 杨槐玉 | Hits:

[GDI-Bitmap2346213846239471294124-

Description: UNIX下用C语言编写的基于NANO-X的扫雷程序,很象MICROWINDOWS下的经典扫雷游戏.-Unix with C language-based NANO-X demining process, much like the classic MICROWINDOWS mine games.
Platform: | Size: 8192 | Author: 伦伟锋 | Hits:

[Linux-Unixmakefile-for-AIX

Description: AIX 5.x 下的 proc程序 的makefile 文件 实例。 供unix 编程入门使用-AIX 5.x the proc procedures makefile examples of documents. Introduction to Programming for unix use
Platform: | Size: 1024 | Author: 凌寒 | Hits:

[Linux-Unixshc-3.8.6

Description: shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题. tar zxvf shc-3.8.tgz cd shc-3.8 make test make make test make strings make install 这一步需要root权限 使用方法: shc -r -f script-name 注意:要有-r选项, -f 后跟要加密的脚本名. 运行后会生成两个文件,script-name.x 和 script-name.x.c script-name.x是加密后的可执行的二进制文件. ./script-name 即可运行. script-name.x.c是生成script-name.x的原文件(c语言)-err
Platform: | Size: 34816 | Author: | Hits:

[Linux-Unixxml

Description: 一个简单的在unix 处理xml解析的程序。程序流程简单功能清晰。对想自已写xml处理程序的应有一定的帮助-A simple xml analytic treatment in the unix process. Simple function of a clear program flow. Would like to write xml to deal with their own procedures should be of some help
Platform: | Size: 50176 | Author: 刘卫华 | Hits:

[OtherC++GUIProgrammingwithQt4SecondEdition

Description: www.trolltech.com推荐的学习Qt的权威书籍 自制的Pdf版Code Less Create More Deploy Everywhere Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes.
Platform: | Size: 7714816 | Author: jason | Hits:

[Oracleotl4_examples

Description: 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通过Oracle提供的OCI接口进行,进行操作DB2数据库则是通过CLI接口来进行,至于MS的数据库和其它一些数据库,则OTL只提供了ODBC来操作的方式。当然Oracle和DB2也可以由OTL间接使用ODBC的方式来进行操纵。 在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。-err
Platform: | Size: 820224 | Author: 刘火明 | Hits:

[VOIP programpjproject-1.0-rc2

Description: 基于sip协议的VoIP、视频会议源码,对防火墙穿透协议支持较好,跨平台,支持Linux/Unix,Wingdows,CE,Symbian等-Sip agreement based on VoIP, video conferencing source of support to better penetrate the firewall, cross-platform support for Linux/Unix, Wingdows, CE, Symbian, etc.
Platform: | Size: 4694016 | Author: green wang | Hits:

[Shell apiSudungLinuxShell

Description: 1. LỊ CH SỬ RA Đ Ờ I CỦ A LINUX Vào nă m 1991 tạ i Phầ n Lan, Linus B. Torvalds lúc đ ó là sinh viên ở trư ờ ng Đ ạ i họ c tổ ng hợ p Hensinki đ ã dùng mộ t máy tính cá nhâ n có trang bị bộ xử lí 386 đ ể nghiên cứ u cách làm việ c củ a nó . Do hệ đ iề u hành MS-DOS khô ng khai thác đ ầ y đ ủ các đ ặ c tính củ a bộ xử lí 386 , Linus đ ã sử dụ ng mộ t hệ đ iề u hành thư ơ ng mạ i khác là Minix . Hệ đ iề u hành Minix là hệ đ iề u hành Unix cỡ nhỏ -1. LỊ CH SỬ RA Đ Ờ I CỦ A LINUX Vào nă m 1991 tạ i Phầ n Lan, Linus B. Torvalds lúc đ ó là sinh viên ở trư ờ ng Đ ạ i họ c tổ ng hợ p Hensinki đ ã dùng mộ t máy tính cá nhâ n có trang bị bộ xử lí 386 đ ể nghiên cứ u cách làm việ c củ a nó . Do hệ đ iề u hành MS-DOS khô ng khai thác đ ầ y đ ủ các đ ặ c tính củ a bộ xử lí 386 , Linus đ ã sử dụ ng mộ t hệ đ iề u hành thư ơ ng mạ i khác là Minix . Hệ đ iề u hành Minix là hệ đ iề u hành Unix cỡ nhỏ
Platform: | Size: 281600 | Author: vu | Hits:

[Graph programCImg-1.3.1

Description: 一个简单的读取图像文件、进行图像处理的开放源码-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save, process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD, .. ), efficient, easy to use, it s a pleasant library for developping image processing algorithms in C++.
Platform: | Size: 8236032 | Author: 乐睿 | Hits:

[Otherffalinks

Description: Free For All Link Page v1.2 This script allows visitors to add links to your page in a specified category. It is quite easy to install -1.Open links.pl with a text editor. Change the url in line one, to the Perl program at your server. Usually it is:- /usr/bin/perl or /usr/local/bin/perl for Unix. - C:/Perl/Perl.exe for Windows (use slash "/") Set the correct paths and required urls. 2.Upload links.pl in ASCII-mode to your cgi-bin directory and change mode it to 755 (-rwxr-xr-x). 3.Open addlink.html with a text editor. Change the line <form method="post" action="http://localhost/cgi-bin/links.pl" name="message"> to the correct location of links.pl That s all.
Platform: | Size: 43008 | Author: rengo | Hits:

[OtherQt-Whitepaper(CN)

Description: 此白皮书介绍了 Qt C++ 框架。Qt 采用“一写永逸”的方法支持开发跨平台的 GUI应用程序。使用单一源码树和简单的重编译式,可以为 Windows 98 至 WindowsXP、Mac OS X、Linux、Solaris、HP-UX 以及其他使用 X11 的 Unix 版本编写各种序。此外,还可以编译在嵌入式 Linux 平台中运行的 Qt 应用程序。Qt 引入了一种名为“信号和槽”的独特对象间通信机制。Qt 还为 2D 和 3D 图形、国际化、SQL、XML、单元测试提供了卓越的跨平台支持,并为特定应用程序提供了针对具体平台的扩展。您可以使QtDesigner(Qt 设计者)(一种支持 IDE 集成的灵活用户界面构建器)构建器来可视化的建立 Qt 应用程序。 -This white paper describes the Qt C++ framework. Qt uses "Wing Yi will write" approach to support cross-platform GUI development Application. Using a single source tree and a simple recompile, it can be for the Windows 98 to Windows XP, Mac OS X, Linux, Solaris, HP-UX and other Unix version uses X11 s written procedures. This , But also can compile in the embedded Linux platform running Qt application. Qt introduced called "signals and Trough, "the unique communication mechanism between objects. Qt 2D and 3D graphics also, international, SQL, XML, unit testing provides Excellent cross-platform support, and provide for a specific application, platform-specific extensions. You can use the Qt Designer (Qt designer) (a kind of IDE integration support for flexible user interface builder) to the visual builder Build Qt applications.
Platform: | Size: 1300480 | Author: liliyang | Hits:

[Linux-UnixUnix

Description: 1 ls [语法]: ls [-RadCxmlnogrtucpFbqisf1] [目录或文件......] [说明]: ls 命令列出指定目录下的文件,缺省目录为当前目录 ./,缺省输出顺序为纵向按字符顺序排列。 -R 递归地列出每个子目录的内容 -a 列出所有文件,包括第一个字符为“.”的隐藏文件 -d 若后面参数是目录,则只列出目录名而不列出目录内容,常与-l选项连 用以显示目录状态。 -C 输出时多列显示 -x 横向按字符顺序排列 -m 输出按流式格 -opration for unix
Platform: | Size: 31744 | Author: winxp | Hits:

[Linux-UnixUNIX-Systems-Programming

Description: C UNİ X SYSTEM SOURCE CODE
Platform: | Size: 139264 | Author: caglar | Hits:
« 12 3 4 »

CodeBus www.codebus.net