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

[Linux/Unix编程] 3w-xxxx

3ware Storage Controller device driver for Linux.
3ware Storage Controller device driver for Linux. (2014-03-24, Unix_Linux, 17KB, 下载1次)

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

[Linux/Unix编程] Protocol-conversion-program

本程序是专门针对Moxa的嵌入式计算机(LINUX系统版)写的,采用的是C语言,用于通信协议的转换即将串口设备转换为标准的Modbus TCP/IP协议! 默认的端口为502!本例运行平台是moxa的Uc7408-Lx-8上,上位机是IFIX,驱动为MBE!串口设备是一些电力仪表! 要正确编译本程序,需要在Linux环境下,推荐采用Ubuntu!同时需要在Ubuntu上安装moxa的开发包,这个可以在其官网上下载!你只需要 简单的修改就可以用在实际的工程中!
This program is designed for Moxa' s embedded computers (LINUX system version) written using the C language for communication protocol conversion will convert a standard serial device Modbus TCP/IP protocol! Default port is 502! In this case the operating platform moxa Uc7408-Lx-8, the host computer is IFIX, driven MBE! Serial devices are some of the power meter! To properly compile this program, you need the Linux environment, recommend the use of Ubuntu! Also need to install on Ubuntu moxa development package, this can be downloaded in its official website! You only need a simple modification can be used in the actual project! (2013-11-01, Unix_Linux, 11KB, 下载13次)

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

[Linux/Unix编程] c_code_dbn

这是深度置信网的C++版本。 rbm.h 实现自动编码. mnist.h 读取MNIST数据文件 spectrum.inl RGBs与颜色的映射 demo.cc 训练/测试主程序
The deep learning algorithm is based on the matlab code provided by Geoff Hinton etc at http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html The Conjugate Gradient implementation is based (translated and simplfied) on Carl Edward Rasmussen s matlab code at http://learning.eng.cam.ac.uk/carl/code/minimize/minimize.m * rbm.h the DBN/Autoencoder implementation. * mnist.h Reading MNIST data file * spectrum.inl RGBs to map weights to colors. Blue is 0 and red is close to 1.0. * demo.cc training/test demos (2013-09-15, Unix_Linux, 1220KB, 下载31次)

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

[Linux/Unix编程] RTC

PC使用EasyARM软件观察RTC万年历和RTC唤醒CPU。用串口线将FQ2478的COM0和PC相连。程序首先初始化RTC,发送 一次时间信息给上位机后进入掉电模式,等待RTC报警来唤醒, 唤醒后发送一次新的时间信息到上位机,蜂鸣器鸣叫3次。
The PC use EasyARM Software observe the RTC calendar and RTC wake up the CPU. COM0 and PC serial cable FQ2478 connected. The program first initializes the RTC send time information to the host computer to enter power down mode, wait for RTC alarm to wake up Send a new wake-up time information to the host computer, the buzzer sounds 3 times. (2012-03-20, Unix_Linux, 29KB, 下载7次)

http://www.pudn.com/Download/item/id/1800400.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编程] getIP-impro

本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" char ipaddr[20] //IP地址最长为16个字符 char netmask[20] //子网掩码最长为18个字符 //获取IP地址 get_ip(ipaddr,netmask,ethname) //输出结果 printf(" s\n",ipaddr) printf(" s\n",netmask) 以下是get_mac函数简单使用范例
The program user access to the host' s IP address and MAC address, the following function prototype header file# include " getIP.h" int get_ip (char* ipaddr, char* netmask, const char* ethname) # include " getIP.h" int get_mac (char* mac) use the following simple example is get_ip function// define the IP and MAC need storage space char ethname [] = " eth0" char ipaddr [20] // IP address of up to 16 characters char netmask [20] // mask for up to 18 characters// Obtain an IP address get_ip (ipaddr, netmask, ethname) // output printf (" s \ n" , ipaddr) printf ( " s \ n" , netmask) use the following simple example is get_mac function (2011-09-01, Unix_Linux, 6KB, 下载18次)

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

[Linux/Unix编程] Linux-driver-development2

作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路中经常会使用CPLD和FPGA,2.4节讲解了CPLD和FPGA在电路中的作用。2.5~2.7节讲解实际项目开发过程中硬件分析的方法,包括如何进行原理图分析、时序分析以及如何快速地从芯片手册获取有效信息。2.8节讲解了调试过程中常用仪器、仪表的使用方法,涉及万用表、示波器和逻辑分析仪。
Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 2, drive design hardware foundation. This chapter explaining the bottom drive engineers must hardware foundation, gives the embedded system hardware principle and analysis methods of the panoramic views. Section 2.1 explain micro controller, microprocessor, digital signal processor and the application in particular areas of the processor respective characteristics. Section 2.2 of embedded system used in all kinds of memory and CPU interface, application field and features detailed explanation. Section 2.3 interpretation of common interface and peripherals, including bus way of working serial port, the I2C, USB, the Ethernet interface, ISA, PCI and cPCI, etc. The embedded system hardware circuit we often use CPLD and FPGA, section 2.4 explained CPLD and FPGA in a circuit ? (2011-06-16, Unix_Linux, 846KB, 下载34次)

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

[Linux/Unix编程] paoding-rose-demo1

paoding-rose框架的简单例子。Rose 是由 人人网、糯米网 提供的、基于Servlet规范、Spring“规范”的开放源代码WEB开发框架。
paoding-rose the framework of a simple example. Rose is the all network, network to provide rice-based Servlet specification, Spring " norms" of the open source development framework for WEB. (2011-03-03, Unix_Linux, 11008KB, 下载25次)

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

[Linux/Unix编程] UICI

通用因特网IPV4网络编程接口 //TCP int uin_open_tcp(unsigned short port) int uin_accept(int fd, struct sockaddr_in *addr) int uin_connect(const char *cp, unsigned short port) int r_recv(int fd, void* buf, int size) int r_send(int fd, const void* msg, int count) int n_send(int fd, const void* msg, int count) //UDP int uin_open_udp(unsigned short port) int uin_sendtohost(int fd, void *buf, int count, char *cp, unsigned short port) int uin_sendto(int fd, void *buf, int count, struct sockaddr_in *addr) int uin_recvfrom(int fd, void *buf, int size, struct sockaddr_in *addr)
UICI (2010-11-02, Unix_Linux, 3KB, 下载7次)

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

[Linux/Unix编程] Linux_based_embedded_system_monitoring_and_control

针对当前工业控制领域对测控系统提出的将测控分散到现场、实现远程监控的要求, 给出了一种应用于测控系统的基于Linux 的嵌入式系统的设计方案,能保证测控任务完成的 实时性、可靠性,可以连到工业以太网,实现远程监控,在工业控制领域有很好的应用前景。
The area of industrial control for the current control system will be made to the site measurement and control decentralized to achieve remote monitoring requirements, presents a control system used in embedded Linux-based system design, can ensure the real-time measurement and control tasks to complete , reliability, can be connected to industrial Ethernet, remote monitoring, in the field of industrial control has a good prospect. (2010-04-21, Unix_Linux, 177KB, 下载5次)

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

[Linux/Unix编程] source

编译说明 1:需要的基本软件包 gtk+-2.0 libxml 2:编译选项 PREFIX:软件安装位置 CONFIG_FILE:软件配置文件位置 3:编译步骤 make sudo make install 4:使用说明 本程序需要root权限,用sudo执行它 第一次运行会弹出配置对话框,点击确定即保存配置。 5:常见问题 1)对话框提示网络发生错误: 查看命令行输出的调试信息,根据错误信息来确定出错原因。常见错误:无效的网卡=>需要修改网络接口名;操作不允许=>你是否为root用户? 2)程序提示连接成功,但是还上不了网: 用你的系统提供的网络工具把网络接口设为dhcp方式。 修正/usr/local/linkage4l/bin/rc文件,该文件是配置网络调用的shell脚本。
Compile instructions 1: The basic package needed gtk+-2.0 libxml 2: Compile Options PREFIX: software installation location CONFIG_FILE: Software Configuration file location 3: Compile step make sudo make install 4: Use This program requires root privileges, run it with sudo The first run configuration dialog box will pop up, click OK or save configuration. 5: Frequently Asked Questions 1) The dialog box prompts the network error: See the command line output debugging information, based on erroneous information to determine the cause of errors. Common errors: Invalid card => need to modify the network interface name operation does not allow => you whether the root user? 2) The program prompts to connect successfully, but also unable to get online: With your system network interface of network tools to set dhcp mode. Correction/usr/local/linkage4l/bin/rc file, the file is called shell scripts configure the network. (2010-04-14, Unix_Linux, 184KB, 下载5次)

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

[Linux/Unix编程] h3c_8021xclient_ch_v220_0210-linux.tar

Linux操作系统连接校园网的802.1x认证代码
Linux operating system to connect the campus network, 802.1x authentication code。 (2009-04-16, Unix_Linux, 202KB, 下载17次)

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

[Linux/Unix编程] ADSL_NET

家里的台式机,装有windows 2000 professional一直做server,本本使用linux做client,后来觉得本本上运行linux太慢,而且也不能在上面随随便便做实验,所以想要把台式机也装上linux,这样一来自然就涉及到了linux下adsl上网和组网的问题,经过几天的实验,总算是成功,因此把整个过程写下来,一来备案,而来希望能对网友们有点帮助。
home desktop machine, with windows 2000 server has been doing professional, books do use linux client, but then I thought that books on running linux too slow. but also not above casual experimentation, want to bring desktop Linux is installed, Such a naturally relate to the linux under adsl internet and the network, after several days of experiments, It was successful, we will write down the whole process, to a record, and had hopes of netizens a little help. (2007-05-08, Unix_Linux, 8KB, 下载60次)

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

[Linux/Unix编程] LINUX-application

本书籍由十部分组成:LINUX新手基础技能、LINUX系统管理及桌面应用精华、Linux Shell教程、红联论坛更新网、LINUX培训信息、LINUX价值新闻、Redhat教程、LINUX安装相关、LINUX学习指导、Wine使用者指南,300多编精彩实用的Linux技术文章。制作此书籍的目的是给大家一个离线学习平台
books by the 10 components : Linux novice basic skills, LINUX systems management and desktop applications essence, Linux Shell Guide, Hung Joint Forum updated network LINUX training information, the value of Linux news, Redhat and guidance related to the installation of Linux, LINUX study guide, Wine user guides, more than 300 brilliant series of practical Linux technical articles. Making the purpose of this book is to give you an off-line learning platform (2006-10-18, Unix_Linux, 1846KB, 下载74次)

http://www.pudn.com/Download/item/id/219553.html
总计:134