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

搜索资源列表

  1. Temp1

    0下载:
  2. 测试过,很不错的-tested, very good
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:188.77kb
    • 提供者:张明
  1. spm

    0下载:
  2. #include"c8051f020.h" #define Tcount 13333 sbit SPWM_OUT1=P0^4; sbit SPWM_OUT2=P0^5; //调制度为0.8// unsigned int code sin_H[25]={26,78,129,178,224,267,305,338,367,389,405,415,418,415,405,389,367,338,305,267,224,178,129,78,26}; unsigned
  3. 所属分类:源码下载

  1. DS1620

    0下载:
  2. /* 这是直接用C51高级语言编写的DS1620转换程序-没有调用汇编语言。*/ /* 文件名DS1620C.C */ /* 功能:本程序主要是读出DS1620芯片的温度转换值,转换值先放 */ /* 在变量temp1中。转换值范围-55℃~125℃。 若flag0=0为 */ /* 正温度,若flag0=1为负温度值,最终结果在浮点变量cc中。 */ /* 本程序适合DS1620 和51系列单片机的连接,晶振为12MHZ左右。*/-/* This is the direct
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1.08kb
    • 提供者:范丽鹏
  1. TEMP1

    0下载:
  2. 初始化ds1820温度传感器,读取ds1820温度传感器的温度数据-Initialization ds1820 temperature sensor, temperature sensor reading ds1820 temperature data
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1.2kb
    • 提供者:welless
  1. DetDTMF1

    0下载:
  2. for K_ind = 1 : length(k) y = goertzel_algo ( dtmf_output,k(K_ind),Num_of_samples) if (K_ind == 1) this appends each Kth array to y1(1 : Num_of_samples) = y( 1 : Num_of_samples) the output array else v_sum = v_sum + Num_of
  3. 所属分类:Editor

    • 发布日期:2017-03-28
    • 文件大小:818byte
    • 提供者:piranaaa
  1. Temp1

    0下载:
  2. rubics cube solver verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:2.89kb
    • 提供者:harini
  1. temp1

    0下载:
  2. This program describes how to use the commom controlers in Visual C++language.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:26.92kb
    • 提供者:xiaobai
  1. temp1

    0下载:
  2. 实现温度的检测,爱迪生倒萨劳动法的萨菲了解埃弗顿啊劳动法大即可得分撒了-wendu
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:72.88kb
    • 提供者:fengliyu
  1. temp1

    0下载:
  2. source code for imageproccesin
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:ali
  1. temp1

    0下载:
  2. 通过此程序可以试验数码管上如何显示温度 *-With this program you can test how the digital display temperature*
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:4.08kb
    • 提供者:lihui
  1. Q1

    0下载:
  2. 建名为temp的子目录,在temp目录下创建两个文件:temp1.txt、temp2.txt,然后列表显示指定目录:重命名temp1.txt为temp.txt,然后列表显示temp目录;删除文件temp2.txt,然后列表显示temp目录。-Built subdirectory named temp, create the two files: temp1.txt, the temp2.txt, temp directory and then list the specified directo
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-26
    • 文件大小:2.78kb
    • 提供者:carsen
  1. gravity

    0下载:
  2. function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-10
    • 文件大小:283.89kb
    • 提供者:周峰
  1. TEMP1

    0下载:
  2. 模拟退火算法 求解中小规模的TSP问题 包括源码和实验报告 -RA TSP PRESENTATION
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:721byte
    • 提供者:xxx
  1. temp1

    0下载:
  2. msp430f5438 使用ds18b20温度传感器驱动文件。-msp430f5438 use ds18b20 temperature sensor driver files.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:wyj
  1. ios的API解析

    0下载:
  2. 天气预报解析 NSString *urlString = [NSString stringWithFormat:@"http://m.weather.com.cn/data/%1$@.html",nameString]; NSURL *url = [NSURL URLWithString:urlString]; NSURLRequest *request = [[NSURLRequest alloc] initWithURL:url];
  3. 所属分类:其它程序

  1. Temp1

    0下载:
  2. 使用C语言实现一种对海量数据的处理,从文本读入并输出到文本-Using C language to implement a massive data processing, read from the text and output to a text
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:876.31kb
    • 提供者:王保全
  1. arvjfh

    0下载:
  2. #pragma interrupt_handler uart1_rx_isr:31 void uart1_rx_isr(void) { unsigned char temp1 if(rx_num==0) { temp1=UDR1 if(temp1==0xbb) { rx_num++ rx_check=0 test=UDR1 } } else if(rx_num==1)
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-17
    • 文件大小:9.88kb
    • 提供者:周平
  1. pcode-1f12zk

    0下载:
  2. 本程序是先用SDksjd小波变换对人脸图像处理,然后在用temp1进行降维,最后用temp2分类器进行多分类分类识别。matlab程序实现,调试没有错误。-This procedure is to use wavelet transform SDksjd face image processing, and then use temp1 dimensionality reduction, and finally multi Classification for identification te
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.93kb
    • 提供者:shiyulong_bt
  1. pdmin_go8uil

    0下载:
  2. 使用MATLAB程序编写的MP4视频转换程序,支持temp格式和temp1格式的转换,解码时音视频数据的获取就是建立在此之上的,学习MP4的最佳程序 -Using MATLAB programming MP4 video conversion program that supports temp temp1 format and format conversion, access is built on top of this, the best learning program MP4 a
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.38kb
    • 提供者:shiyulong_bt
  1. Timer_7nx3cf

    0下载:
  2. 本人通过MATLAB编写的代码,用于图像识别和语音识别,基于端点检测和基于temp和temp1的孤立词识别和连续语音识别,是我的毕设代码。 -I have written the code in MATLAB for image recognition and speech recognition, endpoint detection and isolated word recognition and continuous speech recognition based on temp
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.7kb
    • 提供者:qyrm2g
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com