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

搜索资源列表

  1. Att_rain_polv

    1下载:
  2. File for calculate specitifc attenuation coefficient in vertical polarization acording to ITU-R P.838-3 in terrestrial horizontal paths for rain intensities R=10,25,50mm/h as function of frequency.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:351400
    • 提供者:avendaedu
  1. FLOW

    0下载:
  2. /* 流量程序第1版 Finish Date: 2011\2\21 改动日期:2011\7\15 版本号:U1.0 采用11.0592MHz外部晶振 显示方式:动态扫描 功能描述: 1.检测流量,单位1m3/min=60m3/h 2.检测范围,0~100m3/min 3.频率输出200-1000Hz 调试方法:0 调零,1 量程,2 线性,3 报警点,4 断电点,5 复电点,6 自检点,7 自检, 8 AD输入电压,9 灵敏
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:9192
    • 提供者:马永刚
  1. Accelerometer

    0下载:
  2. A Simple Library to read 3 axis accelerometer Contains both .h and .cpp file
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:5240
    • 提供者:prsece
  1. lcd

    0下载:
  2. Atmel Studio 6.1 lcd.h C++ header based on CodeVision 2.05.3 lch,h header syntax
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1472
    • 提供者:mh-salari
  1. Alper-Mean-Shift

    0下载:
  2. Mean shift的VC++算法实现,三通道都能实现,但是是按一定顺序实现的, open main.cpp and include all the .cpp and .h file in the project. - go to project then settings and then to debug, under working directory enter your directory where input.txt file is present, under prog
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2728234
    • 提供者:唐铁
  1. chaobanruan

    0下载:
  2. #include<iom16v.h> #include<macros.h> #define uchar unsigned char #define uint unsigned int uchar senserflag=0 //传感器状态标志 uchar count1=0 uchar jsflag=0 //金属标志 uchar task=1 //任务标志 uint distancedata=0 //路程值 uint distance
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1371114
    • 提供者:黄海
  1. RGB__HSV

    0下载:
  2. //将三通道图像 分解成3个单通道图像,H对应的通道时0,S、V对应的通道时1和2 //cvCvtPixToPlane(picHSV, h_plane, s_plane, v_plane, 0) -//the three-channel image is decomposed into 3 single channel image, the corresponding channel 0 H, S, V is the corresponding channel 1 and 2 //cvC
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:827
    • 提供者:李哲弘
  1. glutEx1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: “一个六角星” 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。-On Windows systems, the installation of GLUT library: Open glut-3.7.6-bin.zip, r
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:758
    • 提供者:robin
  1. nasm-manual

    0下载:
  2. NASM中文手册。 NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简洁易懂,和Intel语法相似但更简单。-The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 ar
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:499207
    • 提供者:john
  1. myOS

    0下载:
  2. 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1408637
    • 提供者:金康程
  1. mtom_xop

    0下载:
  2. 通过gsoap实现高效MTOM协议的数据传输,适合linux操作系统(包括嵌入式linux)下通过MTOM协议实现XML数据包及二进制数据同时传输的应用场景,比普通soap+base64方式发送数据更加高效。 调试mtom经验: 这次调试的一点经验供参考: 1)可以根据附件的yoyo.h文件生成代码,参考以下命令: soapcpp2 -L -C -I/home/dongruijie/workspace/gsoap-2.8/gsoap/import yoyo.h 2
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:523982
    • 提供者:kevin
  1. upd_creating_cprop_appl

    0下载:
  2. 属性页源代码 upd_creating_cprop_appl 用于展示调用出属性页,查看调用过程源代码-upd_creating_cprop_appl (1 folders, 10 files, 102.26 KB, 112.26 KB in total.)    Fscr ipt.rc 3.71 KB    ico00001.ico 318 bytes    icon1.ico 766 bytes    NewPropertySheet.dsp 3.71 KB
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:16228
    • 提供者:lzy
  1. dxhs

    0下载:
  2. 一只大象口渴了,要喝20升水才能解渴,但现在只有一个深h厘米,底面半径为r厘米的小圆桶(h和r都是整数)。 问大象至少要喝多少桶水才会解渴。(设PAI=3.14159)(输入输出样例中的?代表一个空格) 输入一行:小圆桶的深h,和底面半径r,单位都是厘米。 输出两行:第一行提示输入语句;第二行为大象至少要喝水的桶数。-An elephant thirsty, drink 20 liters of water to quench their thirst, but now only a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:572
    • 提供者:susie
  1. 11

    0下载:
  2. empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
  3. 所属分类:EditBox

    • 发布日期:2017-04-27
    • 文件大小:81683
    • 提供者:rezwan
  1. EEE-212-lab-sheet

    0下载:
  2. empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-01
    • 文件大小:542020
    • 提供者:rezwan
  1. test3

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成六角星图案。在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 -On Windows systems, install GLUT libraries: Open glut-3.7.6-bin.zip, remove glut.h, glut3
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:562
    • 提供者:何朝杰
  1. Huffman

    0下载:
  2. 根据赫夫曼编码的原理,编写一个程序建立英文字母的赫夫曼编码。下面是英文字母使用频率表( ): A 8.19 B 1.47 C 3.83 D 3.91 E 12.25 F 2.26 G 1.71 H 4.57 I 7.10 J 0.14 K 0.41 L 3.77 M 3.34 N 7.06 O 7.26 P 2.89 Q 0.09 R 6.85 S 6.36 T 9.41 U 2.58 V 1.09 W 1.59 X 0.21 Y 1.58 Z 0.08 -Accord
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:lipei
  1. lixingyu

    0下载:
  2. #include<reg52.h> #define uint unsigned int #define uchar unsigned char uchar abit=16 //流到哪位 uchar atimer0_n uchar code abit8[9]={1,2,4,8,16,32,64,128,0} uchar nn char a,b,c,d main() { TMOD = 0x11 TL0 = 0x00 /
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:2734
    • 提供者:www
  1. genH

    1下载:
  2. matlab生成LDPC的H矩阵,消除4环,同时列重为3,很好的例子-based matlab generate H matrix of ldpc
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1906
    • 提供者:付念
  1. optim

    0下载:
  2. Sequentielle Quadratische Optimierung fuer f(x) = Min!, g(x) >= 0, h(x) = 0 unter Regularitaetsbedingung FUNKTIONEN: gp.m, gp_g.m, restor.m, sigini.m name_f.m: Zielfunktion/Gradient name_g.m: Ungleichunen/Gradienten name_
  3. 所属分类:Software Testing

    • 发布日期:2017-04-25
    • 文件大小:24409
    • 提供者:saeed
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com