搜索资源列表
sort.cpp
- 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
github_ldd3forlinux3.x
- ldd3 <linux设备驱动程序>的源代码 经过改写 从国外某FTP下载 适用于 3.x LINUX系统 书中自带地址下载的代码仅仅适合 2.X LINUX-ldd3 linux device driver source code but rewritten for 3.x LINUX system
spi_s3c64xx
- linux s3c64xx源代码 /* linux/drivers/spi _s3c64xx.c * * Copyright (C) 2009 Samsung Electronics Ltd. * Jaswinder Singh <jassi.brar@samsung.com> * * This program is free software you can redistribute it and/or modify * it under t
NS73
- liunx驱动NS73驱动程序 //#include "fmtrans.h" #include <linux/i2c.h> #include <linux/delay.h> // // #define FM_TRANS_ADDR 0xCC #define AMD_DEBUG 0 // // extern int au1xxx_i2c_write(unsigned char addr, unsigned char reg,
vector
- 使用vector 模拟二维数组的复习,举例: 可以定义vector 的元素仍然是一个vector 比如, vector <vector <int> > 即表示一个二维int 数组,里层的vector <int> 表示第一维, 外层的vector 表示第二维:-Vector to simulate a two-dimensional array of review, for example: you can define the vector el
mp3_test
- mp3的测试代码,在linux环境中已经运行通过,用./minimad <*.mp3> test.pcm 然后./pcm_play test.pcm 即可 -mp3 test code in linux environment has been run through, use./minimad < *. mp3> test.pcm then./pcm_play test.pcm can
syscall
- fprintf(stdout,"*** *** Help information for s*** *** *\n",APP_NAME) fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME) fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE) fprintf(stdou
SourceCode
- <unix环境高级编程>的源代码全,好东西大家一起分享-advanced programming unix environment
show-rgba.tar
- 在X环境下面显示rgba原始格式的图片数据 linux环境下从framebuffer设备节点读取到的数据是rgba原始格式的,使用这个程序可以在X环境下显示图片 cat /dev/fb0 >pic.rgba ./show-rgba pic.rgba <width> <height>-Show picture using X api
RebuildImports
- The IDA Pro Book - Rebuild Process Import Table Example Copyright (C) 2008 Chris Eagle <cseagle@gmail.com> This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as p
sh.c
- c语言实现linux的命令执行,<>重定向,管道命令-c implements linux shell command like : excution,redirection,pipe
warehose
- linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include<string.h> #include<
memtester-4.3.0
- memtester is a utility for testing the memory subsystem in a computer to determine if it is faulty. The original source was by Simon Kirby <sim@stormix.com>. I have by this time completely rewritten the original source, and added many
myshell
- 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo &l
ADXL345
- The API function calls exported by the kernel crypto API for asynchronous block ciphers to be used by consumers are documented. Signed-off-by: Stephan Mueller <smueller@chronox.de> CC: Marek Vasut <marex@denx.de>
neihedingshiqi
- <嵌入式Linux驱动模板精讲与项目实践>自带光盘项目 内核定时器项目 直接烧入mini2440 开发板即可执行-< Embedded Linux driver template talk and project practice > CD version program kernel timer program can be directly burnt into the mini2440 Development Board Executive
neihetongzhilian
- <嵌入式Linux驱动模板精讲与项目实践>自带光盘项目 内核通知链项目 直接烧入mini2440 开发板即可执行-< Embedded Linux driver template talk and project practice > CD version program kernel program can be directly burnt into the mini2440 Development Board Executive
uboot2010.09_fl2440
- 1.这是针对FL2440开发板的u-boot-2010.09版本移植代码补丁,请先下载原版u-boot-2010.09代码; 2.然后解压u-boot-2010.09代码,并把补丁文件uboot2010.09_fl2440.patch放在uboot的同级目录,进入uboot目录。 3.打补丁:patch -p1 <../uboot2010.09_fl2440.patch 4.配置是输入:make fl2440_config, 5.然后执行make即可执行生成u-boot.b