Welcome![Sign In][Sign Up]
Location:
Search - int16

Search list

[OtherInt16

Description: 汇编编写的如何进行16位数据输出-compilation of how to prepare for 16-bit output!
Platform: | Size: 1054 | Author: sun | Hits:

[Books你必须知道的495个C语言问题

Description: 学习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 这样的声明有什么问题? char *p1, p2; 我在使用p2的时候报错了。 3 1.6 我想声明一个指针,并为它分配一些空间,但却不行。这样的代码有什么问题?char *p; *p = malloc (10); 4 声明风格 4 1.7 怎样声明和定义全局变量和函数最好? 4 1.8 如何在C中实现不透明(抽象)数据类型? 5 1.9 如何生成“半全局变量”,就是那种只能被部分源文件中的部分函数访问的变量? 5 存储类型 6 1.10 同一个静态(static)函数或变量的所有声明都必须包含static 存储类型吗? 6 1.11 extern在函数声明中是什么意思? 6 1.12 关键字auto到底有什么用途? 7 类型定义(typedef) 7 1.13 对于用户定义类型,typedef和#define有什么区别? 7 1.14 我似乎不能成功定义一个链表。我试过typedef struct {char *item; NODEPTR next;}* NODEPTR;但是编译器报了错误信息。难道在C语言中结构不能包含指向自己的指针吗? 7 1.15 如何定义一对相互引用的结构? 9 1.16 Struct {...} x1;和typedef struct{...} x2;这两个声明有什么区别? 10 1.17 “typedef int (*funcptr)();”是什么意思? 10 const限定词 10 1.18 我有这样一组声明:typedef char *charp; const charp p;为什么是p而不是它指向的字符为const? 10 1.19 为什么不能像下面这样在初始式和数组维度值中使用const值?const int n = 5; int a[n];……
Platform: | Size: 925772 | Author: superhyi@gmail.com | Hits:

[SourceCodeevmdm642_uart

Description: evmdm642_uart /* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== evmdm642_uart.c ======== * UART module for the EVMDM642 */ #include <csl.h> #include "evmdm642.h" #include "evmdm642_uart.h" /* * ======== EVMDM642_UART_rset ======== * Set a UART register */ void EVMDM642_UART_rset(EVMDM642_UART_Handle hUart, Int16 regnum, Int16 regval)
Platform: | Size: 980 | Author: beidouhtbg@163.com | Hits:

[OtherInt16

Description: 汇编编写的如何进行16位数据输出-compilation of how to prepare for 16-bit output!
Platform: | Size: 1024 | Author: sun | Hits:

[SCM16bitstoBCD

Description: 比较方便的实现了16位码到BCD码的转换,拿来和大家分享。-quite easy to achieve the 16 yards to the BCD conversion, and we used to share.
Platform: | Size: 43008 | Author: huxud | Hits:

[VHDL-FPGA-VerilogBin16_BCD5

Description: it is a binary16 to BCD converter .it will work on spartan 3 xilini devices.
Platform: | Size: 1024 | Author: ali | Hits:

[assembly languageKEYBOARD

Description: 键盘中断程序 INT16-键盘中断程序
Platform: | Size: 2048 | Author: zilchone | Hits:

[OS programCMD

Description: COMMAND int16-COMMAND int16
Platform: | Size: 6144 | Author: zilchone | Hits:

[Othershiyan

Description: 运行环境:win—tc。 能实现一下功能: 1)从键盘读入数据,分析出一个单词。 2)返回单词种别(用整数表示), 3)返回单词属性(不同的属性可以放在不同的全局变量中)。 输入数据例: 0 92+data> 0x3f 00 while 正确结果:这些单词的单词种别及其属性 INT10 0 INT10 92 + _ IDN data > _ INT16 63 INT8 0 WHILE _ -Operating environment: win-tc. To achieve some functions: 1) read from the keyboard data, analysis of a word. 2) to return to the word of other species (expressed by an integer), 3) the return of the word attribute (the attribute can be different in different global variables). Cases of input data: 0 92+ data> 0x3f 00 while the correct result: the word of these kinds of words and their properties do not INT10 0 INT10 92+ _ IDN data> _ INT16 63 INT8 0 WHILE _
Platform: | Size: 1024 | Author: 海绵宝宝 | Hits:

[Multimedia programmp3read

Description: 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 reads a wav-encoded file (one channel per column). Extension ".mp3" is added if FILE has none. Also accepts other formats of wavread, such as Y = MP3READ(FILE,N) to read just the first N sample frames (N scalar), or the frames from N(1) to N(2) if N is a two-element vector. Y = MP3READ(FILE,FMT) or Y = mp3read(FILE,N,FMT) with FMT as native returns int16 samples instead of doubles FMT can be double for default behavior (to exactly mirror the syntax of wavread). -mp3read
Platform: | Size: 5120 | Author: 陳聰明 | Hits:

[CSharpServerPage

Description: 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 Int32 = Convert.ToInt32(eds.Tables(1).Rows(0)(0)) DataGrid1.DataSource = eds.Tables(0) DataGrid1.DataBind() PagerControl1.UrlManager = New ServerControl.DefaultUrlManager(rowcount, pagesize, "page") eds.Dispose() eds = Nothing-ServerPage a program written in C# pager, direct reference to the dll, direct calls on it! Dim page As Int16 = Utility.RequestHelp.GetInt (" page" ) If page = 0 Then page = 1 Dim pagesize As Int16 = 12 Dim eds As DataSet eds = your dataset returns procedure Dim rowcount As Int32 = Convert.ToInt32 (eds . Tables (1). Rows (0) (0)) DataGrid1.DataSource = eds.Tables (0) DataGrid1.DataBind () PagerControl1.UrlManager = New ServerControl.DefaultUrlManager (rowcount, pagesize, " page" ) eds.Dispose ( ) eds = Nothing
Platform: | Size: 35840 | Author: skyapple | Hits:

[matlabxiaobosuanfa

Description: 采样频率 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( 时间 t/n ) ylabel( 电压 V/v ) db10小波进行4层分解 一维小波分解 [c,l] = wavedec(xdata,4, db10 ) 重构第1~4层细节信号 d4 = wrcoef( d ,c,l, db10 ,4) d3 = wrcoef( d ,c,l, db10 ,3) d2 = wrcoef( d ,c,l, db10 ,2) d1 = wrcoef( d ,c,l, db10 ,1) - Sampling frequency fs = 10000 bearing outer ring fault signal fid = fopen (' bearingout.dat' , ' r' ) failure N = 1024 xdata = fread (fid, N, ' int16' ) fclose (fid ) xdata = (xdata-mean (xdata))/std (xdata, 1) time-domain waveform figure (1) plot (1: N, xdata) xlabel (' Time t/n' ) ylabel ( ' voltage V/v' ) db10 wavelet decomposition 4 layer one-dimensional wavelet decomposition [c, l] = wavedec (xdata, 4, ' db10' ) 1 ~ 4 reconstructed detail signal d4 = wrcoef (' d' , c, l, ' db10' , 4) d3 = wrcoef (' d' , c, l, ' db10' , 3) d2 = wrcoef (' d' , c, l, ' db10' , 2) d1 = wrcoef (' d' , c, l, ' db10' , 1)
Platform: | Size: 1024 | Author: 王飞 | Hits:

[matlabquiverc

Description: 在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting... %更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院 %更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误 %更新2:加入 samesize 为使所有的向量samesize %更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2) %更新4:错误修复,当你为h = quiverc,这是行不通的。 ------------------------------------------------- ----------- -In this updated code,new features including colorbar, samesize vectors plottting are included Updated version $Date: May 18th,2011 by Liang Kuang at Stevens Institute of Tech Update 1: Change int8 to int16 when current colormap is bigger than 64,which will cause error Update 2: Added samesize for making all the vectors the samesize Update 3: Add colorbar corresponding the the magnitude of sqrt(u^2+v^2) Update 4: bug fixed,when you do h=quiverc, it doesn t work. ------------------------------------------------------------
Platform: | Size: 4096 | Author: zzskzcau | Hits:

[Linux-UnixLinux-serial

Description: Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Description: To provide underlying serial port function, * for high level applications. * */ #include <termios.h> /* tcgetattr, tcsetattr */ #include <stdio.h> /* perror, printf, puts, fprintf, fputs */ #include <unistd.h> /* read, write, close */ #include <fcntl.h> /* open */ #include <sys/signal.h> #include <sys/types.h> #include <string.h> /* bzero, memcpy */ #include <limits.h> /* CHAR_MAX */ #include "vardef.h" /* INT32, INT16, INT8, UINT32, UINT16, UINT8 */ #include "serial.h"-This directory contains the version 0.0.4 release of the Serial Debugger (SDB). The SDB is free software. If you think it is useful in your applications or solutions, you are admitted to use this source code with the declaration of Copyright to the original author, now Ding Baohua. Install procedure is referred to INSTALL file.
Platform: | Size: 8192 | Author: zhangxiaojun | Hits:

[LabViewSIN

Description: 输出规定点数的正弦表值到.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, point run to generate sine value.
Platform: | Size: 10240 | Author: zhengyi | Hits:

[CSharpForm1.cs

Description: 阿拉伯数字转成中文 忘了支持小数点了,数字整数部分无长度限制,理论支持int16位数字.-Arabic numerals converted to the Chinese forget to support decimal point, the digital integer part no length limit, theoretical support int16 digits.
Platform: | Size: 1024 | Author: 李一凡 | Hits:

[Algorithmhdlsrc

Description: 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 integer that divides the numbers without a remainder. For example, the GCD of 8 and 12 is 4. here GCD algorithm of int16 bit is implemented in vhdl. This has module like fsm(finite state machine),datapath which are used to compute greatest common divisor of two numbers.
Platform: | Size: 5120 | Author: nilesh | Hits:

[Post-TeleCom sofeware systemsDemo_STFT

Description: 02. 宽带采样信号侦察实验 —————————————— Matlab: specgram, pwelch函数 Cooledit软件 测试数据:FMT_INT16_FS_100M.dat,采样率100MHz,数据格式INT16 例程:Demo_STFT.m -02. 宽带采样信号侦察实验 —————————————— Matlab: specgram, pwelch函数 Cooledit软件 测试数据:FMT_INT16_FS_100M.dat,采样率100MHz,数据格式INT16 例程:Demo_STFT.m ——————————————
Platform: | Size: 1024 | Author: zanesachem | Hits:

[OtherTestProc

Description: 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. Basically, the program itself defines a few values and adds a random number to each value type every time you read the console. Has int16, int32, int64, single, and double. Very simple, even a small child can read the source :)
Platform: | Size: 49152 | Author: Lucasheer | Hits:

[LabViewint16-to-hex-string

Description: 16位整形数值转换为16进制字符串,可用于串口通讯时的数据类型转换。-int16 to hex string
Platform: | Size: 8192 | Author: alex | Hits:
« 12 »

CodeBus www.codebus.net