搜索资源列表
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
Grub4Dos_0.45C_SRC
- GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are missing from
Grub4Dos_0.46A_SRC
- GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。这是目前最新版本的源码。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are
UAU_Samples
- U.ARE.U 指纹仪, Linux For ARM SDK开发包。刚出来的哦,新鲜着呢。当然因为是第一版,还只有命令行演示程序。-U.ARE.U Linux For ARM SDK fingerprint instrument, development kit. Just out of Oh, fresh. Of course, because it is the first edition, only the command line demonstration program.
linux-device(char)
- 粤嵌教育的嵌入式培训课件,关于驱动的,网上暂时还没人上传过。-Guangdong embedded in the education of embedded training courseware, driven, on-line temporarily not uploaded people.
Linux-char-device(Advanced)
- 粤嵌教育的嵌入式培训课件,关于驱动的,网上暂时还没人上传过。这个是字符设备驱动的进阶课件,之前上传过基础版。-Guangdong embedded in the education of embedded training courseware, driven, on-line temporarily not uploaded people. This is a character device driver Advanced courseware, before uploading the b
linux-block-device
- 粤嵌教育的嵌入式培训课件,关于驱动的,网上暂时还没人上传过。这个是块设备驱动的。-Guangdong embedded in the education of embedded training courseware, driven, on-line temporarily not uploaded people. This is a block device driver.
intel_3945_100_linux
- The dynamic version of translation is used a free translation, dictionary, in a scene. Professional off-line dictionary and offline translation engine let you whenever and wherever possible for local search words and translation. The utility model co
lpl_stepper
- linux下基于S3C2440开发的步进电机驱动,一根信号线控制HB202M细分器即可实现步进电机速度和方向的控制-linux based S3C2440 development of stepper motor drive, a signal line control HB202M subdivision stepper motor controller can achieve the control of speed and direction
TQ2440and51
- 该资源可实现Tq2440与51单片机串口通信,2440向51发送信息,51收到后将收到的消息回传给2440,并在2440上显示出来,2440上程序用qt开发,2440上串口选择tq2440_serial1(也就是com1,linux下叫ttyS1,因为0口被天嵌用作调式口),用杜邦线分别接2440的TXD1、RXD1和51的Rxd、Txd相连。-This resource can be realized Tq2440 with 51 single-chip serial communicatio
vimrc
- 实现Linux下vim的高亮与缩进 方法1.下载,2.解压到etc/vim中 注意:使用前保存元vimrc若出现问题也可打开vimrc把下载的vimrc中标注最后的几行拷贝过去保存就行了-Implementation under Linux vim highlighting and indentation method 1 download, 2. Extract etc/vim in Note: Before saving yuan vimrc If you have problems
framebuffer-LINE
- framebuffer 画直线 适合于初学者 C语言-Framebuffer suitable for beginners, by drawing a straight line framebuffer understand the principles of C language
sorting
- 3 kinds of sorting Insertion Merge Heap It is used by linux command line interface. See the commons in the file
CAR-tracking
- 该小车可以在任意设计的黑色路线进行迹 ,如过小车运动轨迹出现偏差 , 小车可以通过红外循迹探头自动纠正 , 达到实际效果-The car can be in any design of black line trace, such as a car trajectory deviation, the car can automatically correct through infrared tracking probe, achieve actual effect
uboot1.1.6.tar
- 支持DM9000AE芯片驱动的 OK6410A uboot1.1.6源码,其他开发板只要改一下相应的配置就行。-Support DM9000AE chip-driven OK6410A uboot1.1.6 source, other development boards long as the change the corresponding configuration on the line.
ADC_MCP3424_11d.c.tar
- 4 January 2014 Update 8 Channels ADC This C language code, will read all 8 channels. This is based on the MCP3424 Chip. Readout abelectronics ADC Pi board inputs via C Version: ADC_MCP3424_11d (Based on my own work of adcon11c.c)
linux
- 进程控制:在linux下实现“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间-Process Control: Implementation in linux " mytime" command from the command line arguments to accept the program to run, create a separate process to run the program, and the
md5
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
rawsocket
- 基于RawSocket的数据包过滤程序,共包含7个文件:inetheader.h、rawsocsniffer.h、rawsocket.h、rawsocket.c、rawsocsniffer.c、main.c、makefile。 编译:命令行模式下,切换到代码所在目录,输入make即可编译。编译后将生成一个可执行文件main,以及一些obj文件。 运行:命令行下输入 ./main [-s 源IP] [-d 目的IP] [-atui] 即可运行程序,可以通过设置不同的参数可以实现简单的过滤功
lcd
- tiny6410 LCD驱动 S70 分辨率800*480,能显示图片,划线,画圆-Tiny6410 LCD driver、 7 inch resolution、can display picture、draw line、draw circle。