CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - cross 3

搜索资源列表

  1. IQS316_driver

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是S3C2440的I2C口连接的IQS316电容感应按键芯片驱动。驱动每隔200ms读取IQS316寄存器一次,并进行键值整理发送给用户空间。 由于芯片原因,该驱动比较耗费CPU。 本代码项目实用,可参考。-Development environment Ubuntu10.10 Kernel source code version linu
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:63687
    • 提供者:owen
  1. execut-per-ms

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动中常用的每隔*ms/*s执行一次的方法。供参考-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: This co
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:981
    • 提供者:owen
  1. auto-creat-node-num-and-node

    0下载:
  2. 开发环境Ubuntu10.10 内核源代码版本linux2.6.32.2 交叉编译环境版本V4.4.3 驱动函数说明: 该代码是驱动在加载时自动分配节点号,并且自动创建节点的方法。-Development environment Ubuntu10.10 Kernel source code version linux2.6.32.2 Cross-compiler environment version V4.4.3 Drive function: The co
  3. 所属分类:Driver develop

    • 发布日期:2017-11-05
    • 文件大小:8812
    • 提供者:owen
  1. cross_detect

    0下载:
  2. matlab十字型缺陷检测源码,检测窗口5*5,缺陷大小3*3-cross-shaped defect detection matlab source, the detection window 5* 5, defect size 3* 3
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:1766
    • 提供者:敖一
  1. OpenGL

    0下载:
  2. OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的编程接口的规格,它用于三维图象(二维的亦可)。OpenGL是个专业的图形程序接口,是一个功能强大,调用方便的底层图形库。-OpenGL write (full Open Graphics Library) is a defined a across programming languages, cross-platform programming interface specification, it
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:743196
    • 提供者:王根岭
  1. KNN

    0下载:
  2. Implement the K nearest neighbor algorithm by your own instead of using available software. 2. Use K-fold cross validation to generate training and testing datasets. You should try different K values (3~8) to see how they affect your result. 3. T
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:161926
    • 提供者:Chang
  1. 155f

    0下载:
  2. 1\无需数据库支持,不存在注入与攻击. 2\数据以文件夹方式存储,无限分类,无限记录条数. 3\支持多语言,多模板,自定义变量,信息页自定义项. 4\支持伪地址,灵活定义地址参数. 5\运用国际流行的SMARTY技术,参数可调. 6\模板自定义编辑,不同类型可以交叉调用. 7\友情链接自定义,自定义CSS风格. 8\一键修复所有数据结构。 9\读写分流技术,不会造成数据丢失。-1 \ No database support, there is no injecti
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3381458
    • 提供者:张一博
  1. gold

    0下载:
  2. 依据所选取的m序列优选对生成所有Gold序列族,确定产生Gold序列族的数量,标出每个Gold序列族中的所有序列,并实例验证(选取3个就可)族内序列彼此的自相关和互相关特性;在每个Gold序列族内,明确标出平衡序列和非平衡序列,并验证其分布关系。 -Race all the sequences in the Gold series, and example (choose three) within the family of autocorrelation and cross-correl
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:1390
    • 提供者:季锦杰
  1. BigHole

    0下载:
  2. 从横截面图来看,坑底成阶梯状,由从左至右的 1..N 个的平面构成(其中 1 ≤ N ≤ 100,000),如图: * * : * * : * * 8 * ** * 7 * ** * 6 * ** * 5 * ********* 4 <- 高度 * ********* 3 ************** 2 ************** 1 平面 | 1 |2| 3 | 每个平面 i 可以用两个数字来描述,即它的宽度 Wi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:763
    • 提供者:栗子君
  1. Geometry

    0下载:
  2. 包含了点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 5 7. 求
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:13344
    • 提供者:卢凯瑞
  1. SSA

    1下载:
  2. %最小熵的ISAR成像 % %DATAIN行范围,列是跨范围 %least_iteration_num的算法最小循环次数 % %参考: 金麟NI%李熙,刘GUOSUI,“自动对焦的ISAR图像 %最小熵“,IEEE跨航空,及电子系统,第35卷, %,1999年10月3号。- entropy minimization for ISAR imaging datain row is range,column is cross range lea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1100
    • 提供者:laureatew
  1. classifier

    1下载:
  2. 用matlab实现Part1. 实现一个k近邻分类器,Part 2.实现一个最小二乘分类器,Part 3.实现一个支持向量机分类器,Part 4.在不同数据集上使用交叉验证选择各个算法的参数-Part1. Achieve a k-nearest neighbor classifier, Part 2. Achieve a least-squares classifier, Part 3. Implement a support vector machine classifier, Part 4.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:4149
    • 提供者:张翰晓
  1. wqe

    0下载:
  2. cf穿越火线2.2.3最新基址 cf穿越火线2.2.3最新基址 -cf Cross Fire 2.2.3 newest base cf Cross Fire 2.2.3 newest base
  3. 所属分类:Game Hook Crack

  1. How-3D-Glasses-Works

    0下载:
  2. Only a few years ago, seeing in 3-D meant peering through a pair of red-and-blue glasses, or trying not to go cross-eyed in front of a page of fuzzy dots. It was great the time, but 3-D technology has moved on. Scientists know more about how our visi
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:117121
    • 提供者:sandy
  1. gongchengruanjian

    0下载:
  2. 数据元素类型ElemType取float。 1)从键盘输入稀疏矩阵的各元素。(行<=5,列<=5) 2)建立稀疏矩阵的十字链表。 3)分别按行、列输出链表中各元素的数据域。-Data Element Type ElemType take float. 1) from the keyboard of the elements of the sparse matrix. (OK < = 5, column < = 5) 2) establish sparse matr
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1347
    • 提供者:selena
  1. xiaoxiaoxiyou

    0下载:
  2. 此项目是RPG+SLG的结合。 前端纯as3实现,使用aswing,后台跨平台C++,lua,网络库boost asio,服务器三层结构,DataServer,GameServer,GateServer(多个),代码结构极其简单,极易维护。 游戏系统创新实现: 1.元神出窍,将玩家分为在线和离线两个角色,玩家离线后元神可在线 2.元神队伍,就是队友不必要在线,你可以控制你的队友。 3.奴隶系统,战胜对方,即可抓对方为奴隶,奴隶可作为宝宝参战 4.情人系统,任何玩家在
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-04-02
    • 文件大小:657984
    • 提供者:6546874
  1. XieLvDuiShu2

    0下载:
  2. 1、利用自相关法找出含有大量数据的周期信号的周期 2、利用互相关对齐含有大量数据的多路采样信号以便分析 3、使用分段平滑经过求导后的含有干扰的图像曲线-1, using the autocorrelation method contains large amounts of data to identify the period of the periodic signal 2, using the cross-correlation contains a large amount of dat
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3178696
    • 提供者:章阴
  1. camera.tar

    0下载:
  2. 嵌入式linux下采集视频并编码视频,保存为本地文件。 交叉编译器为arm-linux-gcc4.3.2 编码器为H.264最新版本 采集和编码双线程,于s3c2440上测试成功。-Embedded linux video capture and encode video and save it as a local file. Cross compiler for arm-linux-gcc4.3.2 H.264 encoder latest version capture and e
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-08
    • 文件大小:2038473
    • 提供者:ls
  1. mofang

    0下载:
  2. 魔方还原程序,主函数为Cube,采用CFOP,还原步骤为88步左右,底面十字未优化;采用留个3*3矩阵,前面为froo(数字3),后面为baa(数字-3),左面为leff(数字-2),右面为rigg(数字2),上面为upp(数字0),下面为doo(数字1),-Cube restore process, the main function of Cube, using CFOP, the reduction step is 88 steps or so, the bottom cross unop
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:15878
    • 提供者:王恩亮
  1. filtering

    0下载:
  2. 图像中值滤波,用matlab实现了3×3邻域中值滤波,以及实现5×5十字形中值滤波。-Image filtering, using matlab to achieve the 33 neighborhood median filtering domain, and the realization of the value of 55 cross filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:283921
    • 提供者:sxw
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »
搜珍网 www.dssz.com