登录
首页 » Linux-Unix program » 用C语言在Linux操作系统的USB模块

用C语言在Linux操作系统的USB模块

于 2022-03-05 发布 文件大小:424.79 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

usb modual with c at Linux operation system-usb modual with c at Linux operation system

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • company PSEL drive, the use of the development environment winavr
    pelikon 公司PSEL驱动程序,使用winavr的开发环境 -company PSEL drive, the use of the development environment winavr
    2022-04-15 19:30:03下载
    积分:1
  • Linux下的系统信息获取
    Linux下的系统信息获取-Linux system information acquisition
    2022-01-22 12:35:56下载
    积分:1
  • SDIO转串口驱动、串口设备使用GPS。
    SDIO转UART的驱动,这个UART设备使用的GPS。-SDIO turn UART driver, the UART device uses GPS.
    2022-11-01 14:25:03下载
    积分:1
  • Capture under a Linux software, can capture, frame format and a variety of data...
    一个Linux下抓包软件,可以实现抓包,并对多种数据帧格式(TCP,ARP等)分析并对结果进行输出显示的功能。-Capture under a Linux software, can capture, frame format and a variety of data (TCP, ARP, etc.) analysis of the results shows that the function of the output.
    2023-05-16 17:15:03下载
    积分:1
  • NorFlash根文件系统驱动ramdiskinitrd学习的好材料
    norflash驱动ramdiskinitrd根文件系统学习驱动的好材料!-norflash root file system driver ramdiskinitrd good material for learning-driven!
    2022-07-19 12:38:36下载
    积分:1
  • linux系统,Qt,打印图像的编写,包括图像的旋转,缩放
    linux系统,Qt,打印图像的编写,包括图像的旋转,缩放-linux systems, Qt, the preparation of printed images, including image rotation, zooming
    2023-08-10 02:55:03下载
    积分:1
  • 一种很流行的linux下的输入法源码.推荐下载.下载后将扩展名".rar"删掉就行了....
    一种很流行的linux下的输入法源码.推荐下载.下载后将扩展名".rar"删掉就行了.-a very popular linux under the input source. Recommended download. After downloading extensions. " Rar "deleted there.
    2022-06-27 12:46:02下载
    积分:1
  • Take photos and videos with your webcam, with fun graphical effects Cheese cu...
    cheese 是一款用你的摄像头拍照片和视频的软件,并带一些有趣的特殊效果,让你同别人分享快乐的软件。cheese最初是作为Google’s 2007 Summer of Code一部分,主要由 daniel g. siegel和 Rapha?l Slinckx主持的,经过几个月的发展,cheese已经有大部分经典大头贴的功能。在后台,cheese是利用GStreamer来实现照片和视频的各种效果的。   cheese主页http://www.gnome.org/projects/cheese/- Take photos and videos with your webcam, with fun graphical effects Cheese currently requires: - glib-2.0 >= 2.16.0 - gobject-2.0 >= 2.12.0 - gio-2.0 >= 2.16.0 - gtk+-2.0 >= 2.17.4 - gdk-2.0 >= 2.14.0 - gnome-desktop-2.0 >= 2.26.0 - gconf-2.0 >= 2.16.0 - gstreamer-0.10 >= 0.10.20 - gstreamer-plugins-base-0.10 >= 0.10.20 - gstreamer-plugins-good-0.10 >= 0.10.8 - gnome-vfs-2.0 - dbus-1 - dbus-glib-1 - hal - cairo - pango - librsvg >= 2.18.0 - libebook-1.2 (evolution-data-server) - postr for Flickr export (optional) - f-spot for F-Spot export (optional) - nautilus-sendto for better export mechanism (optional) - a webcam - a bra
    2022-07-21 19:03:00下载
    积分:1
  • LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high...
    LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents. -LibTorrent is a BitTorrent library writte n in C for* nix. with a focus on high performance and good code. T he library differentiates itself from other im plementations by transferring directly from fi le pages to the network stack. On high-bandwidt h connections it is able to seed at three times the spe ed of the official client. The client uses ncurs es and is ideal for use with screen or dtach. It su pports saving of sessions and allows the user to add and remove torrents.
    2022-03-02 01:42:15下载
    积分:1
  • Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
    Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。 一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the bigger Delay etc.. W
    2022-11-16 15:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载