联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Linux/Unix编程(147) 
按平台查找All Unix_Linux(147) 

[Linux/Unix编程] webbench(new).tar

Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写, 代码实在太简洁,源码加起来不到600行。
Webbench is a very simple to use under linux Website pressure measurement tool. It uses the fork () to simulate multiple clients simultaneously access performance URL, test site work under pressure we set up to simulate the load capacity of 30,000 concurrent connections to test the site. Webbench using the C language, the code is too simple, not add up to 600 lines of source code. (2016-01-09, Unix_Linux, 30KB, 下载1次)

http://www.pudn.com/Download/item/id/1452335828457222.html

[Linux/Unix编程] vp9_variance

WTF: pass-through is implicit ??? check ReadWriteMask.
WTF: pass-through is implicit ??? check ReadWriteMask. (2015-10-17, Unix_Linux, 19KB, 下载1次)

http://www.pudn.com/Download/item/id/1445088410749470.html

[Linux/Unix编程] 5-dist.tar

凯利斯克编著的这本《Linux\UNIX系统编程手册 (上下)》是介绍Linux与UNIX编程接口的权威著作 。Linux编程资深专家Michael Kerrisk在书中详细 描述了Linux/UNIX系统编程所涉及的系统调用和库函 数,并辅之以全面而清晰的代码示例。
Kelly Trask edited this Linux \ UNIX System Programming Guide (up and down), is to introduce the authoritative book Linux and UNIX programming interface. Linux programming experts Michael Kerrisk described in detail in the book of the system calls and library functions Linux/UNIX system programming involved, and supplemented by a comprehensive and clear code examples. (2015-09-01, Unix_Linux, 227KB, 下载10次)

http://www.pudn.com/Download/item/id/1441070066893576.html

[Linux/Unix编程] shared_var

在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。
In the Linux environment. Write a console application, in the program have a Shared shared_var integer variables, the initial value of 0 Create a thread and make it with the main thread immediately execute concurrently. The newly created thread and the main thread are continuously circulation, and the value of output shared_var. The main thread in a loop to add 1 shared_var continuously operating, namely each loop shared_var added 1 While the newly created thread continuously to minus 1 shared_var operation, namely each loop shared_var was minus 1. Observe the result of the program is running, and to explain the phenomenon of you see. (2013-12-02, Unix_Linux, 3KB, 下载5次)

http://www.pudn.com/Download/item/id/2415693.html

[Linux/Unix编程] wireshark-1.10.2.tar

此版本是wireshark最新更新的Linux下的开发源码。Wireshark(前称Ethereal)是一个网络封包分析软件。网络封包分析软件的功能是撷取网络封包,并尽可能显示出最为详细的网络封包资料。在GNUGPL通用许可证的保障范围底下,使用者可以以免费的代价取得软件与其源代码,并拥有针对其源代码修改及客制化的权利。Ethereal是目前全世界最广泛的网络封包分析软件之一。
This version is wireshark latest update of the Linux open source. Wireshark (formerly Ethereal) is a network packet analysis software. Network packet analysis software function is network packet capture and, if possible showing the most detailed information on network packets. In GNUGPL general license under the scope of protection, the user can obtain a free software with its consideration of the source code, and has for its source code modification and customization rights. Ethereal is currently the world' s most extensive network packet analysis software. (2013-10-23, Unix_Linux, 26025KB, 下载42次)

http://www.pudn.com/Download/item/id/2381604.html

[Linux/Unix编程] Begining-linux--pramming

《Linux程序设计》由(英)马修,(英)斯通斯编著,陈健,宋健建翻译,人民邮电出版社出版。该书讲述了Linux系统及其他UNIX风格的操作系统上的程序开发,主要内容包括标准Linux C语言函数库和由不同的Linux或UNIX标准指定的各种工具的使用方法,大多数标准Linux开发工具的使用方法,通过DBM和MySQL数据库系统存储Linux中的数据,为X视窗系统建立图形化用户界面等
Linux Programming "(English) Matthew, (England) Stones edited by Chen Jian, Song Jian Jian translation, People s Post published. The book describes the application development on Linux and other UNIX-style operating system, main contents include the standard Linux C language function library and a variety of different Linux or UNIX standard specifies the use of tools, most of the standard Linux development tools use by the DBM and the MySQL database system storage Linux in the data for the X Window System graphical user interface (2012-04-23, Unix_Linux, 4039KB, 下载5次)

http://www.pudn.com/Download/item/id/1840940.html

[Linux/Unix编程] YL3250_s1l

Stage 1 app开始执行,首先作系统初始化(汇编语言写);然后做stage 1 app相关初始化,包括获取配置参数、初始化中断和串口、初始化LCD和显示logo,初始化stage 1 app命令等;然后进入stage 1 app命令行或者自动加uboot。
Stage 1 the app is started, the first for the system initialization (assembly language) and then do the stage 1 the app initialization, including access to configuration parameters to initialize the interrupt and serial port to initialize the LCD and display the logo, initializationthe stage 1 app command then enter the stage 1 app command line or automatically add the uboot. (2012-03-18, Unix_Linux, 1620KB, 下载11次)

http://www.pudn.com/Download/item/id/1797679.html

[Linux/Unix编程] forkandcom

linux系统下的多进程编程加共享内存操作代码,主要应用多进程,和共享内存操作,一个主进程和两个子进程,两个子进程之间数据的传递,控制,一个子进程负责与串口的通信,一个负责记录和保存
Multi process programming under Linux system with shared memory operation code, the main application of multiple processes, and the shared memory operation, a master process and a two process, two sub processes between data transmission, control, a child process responsible for serial communications, a responsible for recording and storing (2012-02-23, Unix_Linux, 45KB, 下载44次)

http://www.pudn.com/Download/item/id/1777657.html

[Linux/Unix编程] russianbrick

闲来无事,用C语言写了一个控制台的俄罗斯方块,依然是用从前介绍的那个控制台增强函数库,界面有点小丑,不过重点在逻辑,主要时间也是花在旋转的逻辑上了
Nothing else, with the C language to write a console Tetris is still a console with that previously described to enhance the library, the interface a little clown, but the emphasis on logic, the main time is spent on the logic of rotation (2011-12-01, Unix_Linux, 11KB, 下载9次)

http://www.pudn.com/Download/item/id/1717072.html

[Linux/Unix编程] Advanced-Programming-in-the-UNIX-

斯蒂芬罗岛的更新是一个早就应该有利于社会的专​ ​ 业人士使用的UNIX和类UNIX操作系统环境的多功能家庭。它删除过时的,包括新的发展。它也彻底更新所有主题,范例和应用的背景下,最近流行的UNIX和类UNIX环境的实现版本。然而,所有这一切,同时保留原有经典的风格和品味。“ - 穆克什Kacker,Pronto Networks公司,公司的创始人和前首席技术官”UNIX编程的基本经典之一“ - 埃里克S。雷蒙德的UNIX编程艺术“,这是任何严重的或专业的UNIX系统程序员的权威参考书的作者。罗岛已更新和扩展史蒂文斯的经典文本,同时保持真实原。这些API都亮起明确自己的使用例子。他还提到许多的陷阱,寻找跨不同的UNIX系统的实现,并指出如何避免
Stephen Rago s update is a long overdue benefit to the community of professionals using the versatile family of UNIX and UNIX-like operating environments. It removes obsolescence and includes newer developments. It also thoroughly updates the context of all topics, examples, and applications to recent releases of popular implementations of UNIX and UNIX-like environments. And yet, it does all this while retaining the style and taste of the original classic."--Mukesh Kacker, cofounder and former CTO of Pronto Networks, Inc."One of the essential classics of UNIX programming."--Eric S. Raymond, author of The Art of UNIX Programming"This is the definitive reference book for any serious or professional UNIX systems programmer. Rago has updated and extended the classic Stevens text while keeping true to the original. The APIs are illuminated by clear examples of their use. He also mentions many of the pitfalls to look out for when programming across different UNIX system implementations and (2011-11-06, Unix_Linux, 3268KB, 下载4次)

http://www.pudn.com/Download/item/id/1690109.html

[Linux/Unix编程] GNU-CPP-for-Linux-[cn]

在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,简单易懂,透视主题。他帮助读者,在轻松愉快的环境下,快速掌握相关的编程技术。
In the United States, Thomas Wong is the "famous" of computer book writer, and his more than 30 books in this computer "books selling." The selling of books have been translated into many Chinese Simplified, also the domestic market have become bestsellers. Thomas is now busy re-write for Linux free software world, wrote a Linux system programming in C++ monographs. The book describes a variety of Linux systems in C++ programming tools and the differences introduced object-oriented programming is often encountered in class, packaging, inheritance and other common issues, describes the C++ string class, a variety of templates and algorithm library, also introduced in the X environment, the graphical software development methods, and so on. With many years of writing experience, Thomas Wang s work, easy to understand perspective theme. He helps the reader, in a relaxed environment, to grasp the relevant programming. (2011-09-19, Unix_Linux, 35676KB, 下载11次)

http://www.pudn.com/Download/item/id/1649727.html

[Linux/Unix编程] mytree

linux下tree命令的简单实现,采用递归算法,几乎可以列出整个文件系统的内容!除文件着色外,其显示结果,排布基本和tree命令一样。 用gcc编译时需加参数 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
simple linux command to achieve the next tree, using a recursive algorithm, almost the entire file system can list the contents! In addition to colored paper, its results are displayed, and the tree command in this row of the same cloth. When compiled with gcc parameters to be added-D_GNU_SOURCE-D_FILE_OFFSET_BITS = 64 (2011-06-28, Unix_Linux, 6KB, 下载4次)

http://www.pudn.com/Download/item/id/1582877.html

[Linux/Unix编程] 11112323213213

本文从整体上研究了嵌入式系统的组成、讨论了嵌入式处理器和嵌入式 Li加x操作系统所具有的优势。在此基础上,分析了一款具体的嵌入式信息设 备一数字机顶盒系统的特点、体系结构、关键技术,以及开发平台的搭建和程 序调试方法。
This paper studies the overall composition of the embedded system, embedded processors and embedded discussed Li x operating system plus the advantages. On this basis, a detailed analysis of the embedded information device features a digital set-top box systems, architecture, key technologies, and development platform for building and debugging methods. (2011-06-05, Unix_Linux, 3495KB, 下载6次)

http://www.pudn.com/Download/item/id/1559364.html

[Linux/Unix编程] 2H4U-1.3_WINDOWS

2H4U,这对你来说太难编写了,是一个开放源码的游戏,而与一个俄罗斯方块类游戏和墙壁开关组合。它需要良好的反应,协调和ambidexters应该有一定的优势。将2H4U太硬的吗?
2H4U, which stands for Too Hard For You, is an open source game, and a mix between a Tetris-like game and a wall breaker. It requires good reflexes, coordination, and ambidexters should have some advantages. Will 2H4U be too hard for you? (2011-01-05, Unix_Linux, 2764KB, 下载1次)

http://www.pudn.com/Download/item/id/1403749.html

[Linux/Unix编程] Linux

(美)奈米斯写的关于Linux系统管理的很经典的一本书,分为引导和关机,超级用户的权力,进程控制,文件系统,添加新用户,增加硬盘,系统日志与日志文件,TCP/IP网络等章节
(U.S.) Naimi Si wrote about Linux system management is the classic book, divided into boot and shutdown, power users the power, process control, file system, add new users and increase the hard disk, system log and the log files, TCP/IP networks, and other sections (2010-07-14, Unix_Linux, 44781KB, 下载11次)

http://www.pudn.com/Download/item/id/1240835.html

[Linux/Unix编程] classicalUNIXprogramming

UNIX操作系统(UNIX),是美国AT&T公司1971年在PDP-11上运行的操作系统。具有多用户、多任务的特点,支持多种处理器架构,最早由肯·汤普逊(Kenneth Lane Thompson)、丹尼斯·里奇(Dennis MacAlistair Ritchie)和Douglas McIlroy于1969年在AT&T的贝尔实验室开发。
UNIX operating system (UNIX), AT & T Inc. in the United States in 1971 to run in the PDP-11 operating system. Multi user, multi-tasking features, support for multiple processor architecture, first proposed by Ken Thompson (Kenneth Lane Thompson), Dennis Ritchie (Dennis MacAlistair Ritchie) and Douglas McIlroy in 1969 at the AT & T' s Bell experiment Office development. (2010-04-20, Unix_Linux, 27316KB, 下载2次)

http://www.pudn.com/Download/item/id/1134158.html

[Linux/Unix编程] The_Linux_Networking_Architecture

除了PPP、IP、防火牆、路由、TCP、NAT、UDP及套接字等核心問題外,本書還討論了最新的協議及協議擴展,譬如各種DSL訪問技術中用到的PPPoE協議、Bluetooth(藍牙)四驅動程序及QoS(Quality-of-Service,服務質量)支持等
In addition to PPP, IP, firewall, routing, TCP, NAT, UDP, and sockets and other core issues, this book also discusses the latest protocol and protocol extensions, such as a variety of DSL access technologies used in the PPPoE protocol, Bluetooth (Bluetooth) 4 driver, and QoS (Quality-of-Service, Quality of Service) support, etc. (2010-02-26, Unix_Linux, 8848KB, 下载11次)

http://www.pudn.com/Download/item/id/1070081.html

[Linux/Unix编程] Makefile

patch 之后,在/usr/src/linux/drivers/usb/生成spca5xx文件夹, 修改Makefile,spcadecoder.o,spca50x.o的生成目录要加全, 即usr/src/linux/drivers/usb/, 而不只是drivers/usb/,make生成spca5xx.o 拷入/usr/src/linux/drivers/usb/, 修改该目录下Makefile,因已经使用spcadecoder.o,spca50x.o 生成spca5xx.o,没有必要再次生成spcadecoder.o,spca50x.o, 更重要的原因因要生成总驱动urbdrv.o,若加入这两者,则冲突之; 屏蔽两者的obj,加入spca5xx的obj make dep ,make zImage
install spca5xx driver for arm2410 linux (2009-09-25, Unix_Linux, 2KB, 下载7次)

http://www.pudn.com/Download/item/id/921141.html

[Linux/Unix编程] NewProject1

这是一个用QT做的用加农炮大飞碟的示例程序.对学习QT有很大帮助. 这是最后的例子:一个完整的游戏。 我们添加键盘快捷键并引入鼠标事件到CannonField。我们在CannonField周围放一个框架并添加一个障碍物(墙)使这个游戏更富有挑战性。 t14/lcdrange.h包含LCDRange类定义。 t14/lcdrange.cpp包含LCDRange类实现。 t14/cannon.h包含CannonField类定义。 t14/cannon.cpp包含CannonField类实现。 t14/gamebrd.h包含GameBoard类定义。 t14/gamebrd.cpp包含GameBoard类实现。 t14/main.cpp包含MyWidget和main。
err (2008-01-11, Unix_Linux, 34KB, 下载30次)

http://www.pudn.com/Download/item/id/392611.html

[Linux/Unix编程] 《数据库系统概论》实验指导书

编写相关的程序代码,显示执行结果 本程序就是对内存进行分配,所以我们可以利用数组记性模拟,在开始的时候输入内存的块数和每一块的大小,之后我们可以通过扫描数组的每一个元素跟所要求分配的内存块进行比较,如果大与要求的内存则把大的分割,如果小于则合并尽可能少的块数,如果加全部都不够返回。
related to the preparation of the code, the results show that the implementation of this program is to allocate memory, so we can use memory array simulation, in the beginning of the importation of several pieces of memory and the size of each one, then we can scan each array element with a request by the allocated memory into pieces OK, and if the memory requirements of the large division ruled that if the merger were less than the minimum number of pieces, if the increase is not enough to return to full. (2005-05-26, Unix_Linux, 85KB, 下载22次)

http://www.pudn.com/Download/item/id/1117112316934883.html
总计:147