搜索资源列表
aaa
- 本文介绍了两相四拍混合式步进电机的工作原理及其磁网络模型,推 导了步进电机的动态方程。分析了两种细分驱动方法:等电流法和电流 矢量法恒幅均匀旋转法,提出了基于单片机控制的PWM电流矢量恒幅 均匀旋转的细分驱动技术,实现了步进电机32细分驱动。-so much,so nice.
ipsender3.1
- linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。-linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I
forlinx6410-led1
- 6410的led等的裸机程序程序,一直在玩裸机,所以共享出来-6410 led Procedure for bare-metal, etc., has been playing bare metal, so share it
6713
- 6713的驱动例程,为初学者提供良好的学习指导,包括EDMA、USB、AD等等。-6713 driver routines, provide a good study guide for beginners, including the EDMA, USB, AD, and so on.
CPUfreq
- 该程序模块中xllp_CPUfreq.s,xllp_freq.c,xllp_intc.s,xllp_freq.h四个文件是修改CPU频率的主要代码,使用前可以将这些文件和xllp目录下的文件编译在一起,以便可以在程序的任何地方调用它们,修改和读取CPU频率主要依靠调用xllp_freq.c文件中的两个函数完成:XLLPSetCoreRunFrequency,xllpGetCurrentFreqSetting。-The program module xllp_CPUfreq.s, xllp_fre
findfd
- 目前linux的系统调用中没有可以有效获得当前进程打开的所有文件标识符的函数。所以我实现了nextfd,findfd系统调用,使用bitmap高效率实现。-Linux system calls can access the function of all open files in the current process identifier. So I achieve a nextfd of findfd system calls, the use of bitmap high efficie
libstdcPP.so.6.0.13
- 出现/usr/lib stdc++.so.6: version `GLIBCXX_3.4.9 not found问题时,原因是libstdc++.so.6.0的版本比较低,使用此附件可以很好的解决这个问题 ================================================================================================ 本资料共包含以下附件: libstdc++.so.6.0.13.rar-/ Usr/
zlog-latest-stable.tar
- zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
ywt83
- 非官方的房价高方的郭德纲个是大法官大哥大哥还是的公司的还是的公司的人员和人体艺术担任公司发的-When I started to learn English in high school,I felt it very difficlut.It is harder than that in junior school,especially the vocabulary,the grammer,and the sentence structure.At that time,I almost los
libdaemon-0.14.tar
- 这是avahi的编译通过的必修的包libdaemon,用于支持avahi-gobject和avahi-daemon等等,- this is avahi support source code libdaemon,It is used to support avahi-gobject and avhai-daemon,and so on
kexec-loader-2.3.tar
- kexec使用Unix系统调用exec()的覆盖哲理,它产生一个新的内核覆盖正在运行的内核。这个过程不用启动机器上的固件(firmware),所以可以节省一些重启时间。-kexec using the Unix system call exec () covering philosophy, it produces a new kernel covering the running kernel. This process do not have to start the firmware (f
libacarsd-1.46Rev2
- libacarsd is a free library for decoding of ACARS signals into readable messages.-ñ libacarsd.dll dynamic library for Windows ñ libacarsd.a static library for Windows ñ libacarsd.so dynamic library for Linux ñ libaca
ndiswrapper-1.58rc1.tar
- win中的无线网卡用于Ubuntu ,可以按照教程仔细的看看 祝你成功-i don t want in English ,i can speak Chinese. vjjjjhjk Higgins jkihv FBI cgj ugbkk vdh jbfd onyf adhj so to
e2fsprogs.tar
- e2fsprogs(又称为e2fs programs)是用以维护ext2,ext3和ext4档案系统的工具程序集。由于ext2/3/4是绝大多数Linux发行版默认的文件系统,所以这套工具集也包含在众多Linux发行版内。 e2fsprogs包含以下独立的程式: e2fsck, ext2/3/4文件系统的fsck程序,用于检查文件系统的完整性。 mke2fs, 用于创建ext2/3/4档案系统。 resize2fs, 调整已建立的ext2/3/4档案系统的大小。
NRF24LO1
- NRF24L01射频模块的驱动程序,以是S3C 2440为开发平台的,可以参考一下。-NRF24L01 RF module driver, so S3C 2440 development platform, you can refer to.
RageAgainstTheCage
- * Copy from sdcard to /sqlite_stmt_journals/exploid, chmod 0755 and run. * Or use /data/local/tmp if available (thx to ioerror!) It is important to * to use /sqlite_stmt_journals directory if available. * Then try to invoke hotplug by click
threadpool-0.2.src
- 因为一般系统频繁的创建、销毁线程,对于系统是一笔不小的开支;对于这种频繁创建线程的情况,采用线程池,每次在需要创建线程的时候,我们只要从线程池中分配一个给他就行,用完之后还给线程池,这样就能大大节省不必要的资源消耗;缓冲池的话,主要是为了提高程序的运行速度,每次从池中取数据,远远快于其它获取数据的速度。-Frequent because of the general system to create, destroy threads, the system is not a small sum
flash-driver-simple
- FLASH驱动程序 支持amd sumsang flash ,and so on-FLASH DRIVER
flash-driver-simple2
- flash driver code suppot amd ,sumsang ,and so on
linux.so
- (已验证)利用动态库编程获取系统时间,简单的linux库文件生成和库文件调用(Using dynamic library programming to obtain system time, simple Linux library file generation and library file call.)