搜索资源列表

  1. Int16

    0下载:
  2. 汇编编写的如何进行16位数据输出-compilation of how to prepare for 16-bit output!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:sun
  1. 你必须知道的495个C语言问题

    0下载:
  2. 学习c 的绝对好书! 第1章 声明和初始化. 1 基本类型 1 1.1 我该如何决定使用哪种整数类型? 1 1.2 为什么不精确定义标准类型的大小? 2 1.3 因为C语言没有精确定义类型的大小,所以我一般都用typedef定义int16和int32。然后根据实际的机器环境把它们定义为int、short、long等类型。这样看来,所有的问题都解决了,是吗? 2 1.4 新的64位机上的64位类型是什么样的? 3 指针声明 3 1.5 这
  3. 所属分类:电子书籍

  1. evmdm642_uart

    0下载:
  2. evmdm642_uart /* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== evmdm642_uart.c ======== * UART module for the EVM
  3. 所属分类:源码下载

  1. Int16

    0下载:
  2. 汇编编写的如何进行16位数据输出-compilation of how to prepare for 16-bit output!
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:sun
  1. 16bitstoBCD

    0下载:
  2. 比较方便的实现了16位码到BCD码的转换,拿来和大家分享。-quite easy to achieve the 16 yards to the BCD conversion, and we used to share.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-29
    • 文件大小:43008
    • 提供者:huxud
  1. Bin16_BCD5

    0下载:
  2. it is a binary16 to BCD converter .it will work on spartan 3 xilini devices.
  3. 所属分类:VHDL编程

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:ali
  1. KEYBOARD

    0下载:
  2. 键盘中断程序 INT16-键盘中断程序
  3. 所属分类:汇编语言

    • 发布日期:2024-09-29
    • 文件大小:2048
    • 提供者:zilchone
  1. CMD

    0下载:
  2. COMMAND int16-COMMAND int16
  3. 所属分类:系统编程

    • 发布日期:2024-09-29
    • 文件大小:6144
    • 提供者:zilchone
  1. shiyan

    0下载:
  2. 运行环境:win—tc。 能实现一下功能: 1)从键盘读入数据,分析出一个单词。 2)返回单词种别(用整数表示), 3)返回单词属性(不同的属性可以放在不同的全局变量中)。 输入数据例: 0 92+data> 0x3f 00 while 正确结果:这些单词的单词种别及其属性 INT10 0 INT10 92 + _ IDN data > _ INT16 63
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:海绵宝宝
  1. mp3read

    0下载:
  2. function [Y,FS,NBITS,OPTS] = mp3read(FILE,N,MONO,DOWNSAMP,DELAY) MP3READ Read MP3 audio file via use of external binaries. Y = MP3READ(FILE) reads an mp3-encoded audio file into the vector Y just like wavread re
  3. 所属分类:多媒体

    • 发布日期:2024-09-29
    • 文件大小:5120
    • 提供者:陳聰明
  1. ServerPage

    0下载:
  2. ServerPage 一个C#程序写的分页程序,直接引用dll,直接调用就可以了! Dim page As Int16 = Utility.RequestHelp.GetInt("page") If page = 0 Then page = 1 Dim pagesize As Int16 = 12 Dim eds As DataSet eds =你的dataset返回程序 Dim rowcount As I
  3. 所属分类:C#编程

    • 发布日期:2024-09-29
    • 文件大小:35840
    • 提供者:skyapple
  1. xiaobosuanfa

    0下载:
  2. 采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:王飞
  1. quiverc

    0下载:
  2. 在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting... %更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院 %更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误 %更新2:加入 samesize 为使所有的向量samesize %更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2) %更新4:错误修复,
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:4096
    • 提供者:zzskzcau
  1. Linux-serial

    0下载:
  2. Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-09-29
    • 文件大小:8192
    • 提供者:zhangxiaojun
  1. SIN

    0下载:
  2. 输出规定点数的正弦表值到.txt文件,用int16表示。使用时先新建一个txt文件,在前面板中选中,点运行生成正弦值。-The sinusoidal output provisions Points table values ​ ​ to txt file, with int16 said. When you first create a new txt file, select the front panel, p
  3. 所属分类:LabView

    • 发布日期:2024-09-29
    • 文件大小:10240
    • 提供者:zhengyi
  1. Form1.cs

    0下载:
  2. 阿拉伯数字转成中文 忘了支持小数点了,数字整数部分无长度限制,理论支持int16位数字.-Arabic numerals converted to the Chinese forget to support decimal point, the digital integer part no length limit, theoretical support int16 digits.
  3. 所属分类:C#编程

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:李一凡
  1. hdlsrc

    0下载:
  2. In mathematics, the greatest common divisor (gcd), also known as the greatest common factor (gcf), or highest common factor (hcf), of two or more integers(at least one of which is not zero), is the largest positive integ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-29
    • 文件大小:5120
    • 提供者:nilesh
  1. Demo_STFT

    0下载:
  2. 02. 宽带采样信号侦察实验 —————————————— Matlab: specgram, pwelch函数 Cooledit软件 测试数据:FMT_INT16_FS_100M.dat,采样率100MHz,数据格式INT16 例程:Demo_STFT.m -02. 宽带采样信号侦察实验 —————————————— Matlab: specgram, pwelch函数 Cooledit软件 测
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:zanesachem
  1. TestProc

    0下载:
  2. Was used to test a memory scanner (Like cheat engine) Simple for hook testing, beginner pointer searching, etc.. Great to make something like this if you don t know a lot about how memory is stored and what not. Basicall
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:49152
    • 提供者:Lucasheer
  1. int16-to-hex-string

    0下载:
  2. 16位整形数值转换为16进制字符串,可用于串口通讯时的数据类型转换。-int16 to hex string
  3. 所属分类:LabView

    • 发布日期:2024-09-29
    • 文件大小:8192
    • 提供者:alex
« 12 »

源码中国 www.ymcn.org