搜索资源列表
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,
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
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
check_mem
- "check_mem"脚本 -> nagios 可以用它监控服务器的内存状态。-"check_mem" scrip-> nagios can use it to monitor server memory status.
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
lmwin6
- dt930驱动,按以下步骤操作: 1 安装USB文件夹下的驱动 2 把通讯座用USB线与电脑连接,通常会自动安装驱动。 3 安装完成后,打开lmwin程序,在configure菜单下选择B.S/B.B(IOBOX),并set as default。 4 找到安装路径下的device.ini文件,用记事本打开,把 [BS/BB] MAX_DEVICE= 改为 [BS/BB] MAX_DEVICE=1 5 把down.scr和receive.scr两个脚本文件
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
APDS9930
- mtk手机平台android4.4 kk 的光感距离感sensor 驱动源码,调试通的,可以作为学习input 子系统的源码,也可以应用于实际项目! ->APDS9930-android 4.4 als ps sensor driver code!!
leds_newversion
- 花样流水灯驱动,将展现的是十种花样,其实就是有十个自定义ioctr控制参数构成。分别是: 一、1个led亮(可指定led) IOCTL_LED_ON 二、1个led灭(可指定led) IOCTL_LED_OFF 三、1->4跑马灯(依次顺序点亮) - IOCTL_LED_RUN 四、4个led 全闪烁 - IOCTL_LED_SHINE 五、4个led全亮 - IOCTL_LED_ALLON 六、4个led全灭 - IOCTL_LED_ALLOFF 七
myshell
- 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo &l
tft
- 建议通过nand flash的uboot下载到内存中运行。 可以支持3.5寸、4.3寸、7寸液晶屏 需要修改TFT_Driver.h中的#define LCD_Type LCDW35 #define LCD_Type LCDW35 —>3.5寸屏 #define LCD_Type LCDW43 —>4.3寸屏 #define LCD_Type LCDA70 —>7.0寸屏-Suggestions to nand flash memory