搜索资源列表
Int16
- 汇编编写的如何进行16位数据输出-compilation of how to prepare for 16-bit output!
你必须知道的495个C语言问题
- 学习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 这
evmdm642_uart
- evmdm642_uart /* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== evmdm642_uart.c ======== * UART module for the EVM
Int16
- 汇编编写的如何进行16位数据输出-compilation of how to prepare for 16-bit output!
16bitstoBCD
- 比较方便的实现了16位码到BCD码的转换,拿来和大家分享。-quite easy to achieve the 16 yards to the BCD conversion, and we used to share.
Bin16_BCD5
- it is a binary16 to BCD converter .it will work on spartan 3 xilini devices.
KEYBOARD
- 键盘中断程序 INT16-键盘中断程序
CMD
- COMMAND int16-COMMAND int16
shiyan
- 运行环境:win—tc。 能实现一下功能: 1)从键盘读入数据,分析出一个单词。 2)返回单词种别(用整数表示), 3)返回单词属性(不同的属性可以放在不同的全局变量中)。 输入数据例: 0 92+data> 0x3f 00 while 正确结果:这些单词的单词种别及其属性 INT10 0 INT10 92 + _ IDN data > _ INT16 63
mp3read
- 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
ServerPage
- 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
xiaobosuanfa
- 采样频率 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( 时间
quiverc
- 在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting... %更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院 %更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误 %更新2:加入 samesize 为使所有的向量samesize %更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2) %更新4:错误修复,
Linux-serial
- 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. * */
SIN
- 输出规定点数的正弦表值到.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
Form1.cs
- 阿拉伯数字转成中文 忘了支持小数点了,数字整数部分无长度限制,理论支持int16位数字.-Arabic numerals converted to the Chinese forget to support decimal point, the digital integer part no length limit, theoretical support int16 digits.
hdlsrc
- 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
Demo_STFT
- 02. 宽带采样信号侦察实验 —————————————— Matlab: specgram, pwelch函数 Cooledit软件 测试数据:FMT_INT16_FS_100M.dat,采样率100MHz,数据格式INT16 例程:Demo_STFT.m -02. 宽带采样信号侦察实验 —————————————— Matlab: specgram, pwelch函数 Cooledit软件 测
TestProc
- 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
int16-to-hex-string
- 16位整形数值转换为16进制字符串,可用于串口通讯时的数据类型转换。-int16 to hex string