-
Bomb Catcher Game
一个简单的用篮筐抓住球的程序,旨在现实如何使用加载精灵和DirectInput功能来操作精灵(A simple catching with basket DirectX game program, showing how to load sprite and using DirectInput functions to drive sprite.)
- 2020-06-21 13:00:02下载
- 积分:1
-
算法竞赛入门经典各章习题答案
说明: 算法竞赛入门经典 的 习题解答 算法竞赛入门经典 的 习题解答(Introduction to Algorithmic Competition Classic Problem Solution)
- 2020-06-22 16:00:01下载
- 积分:1
-
tool
windows xp字库提取并可以转化成任意用于显示屏显示的点阵(windows xp font extraction and can be converted into arbitrary for the display shows the lattice)
- 2012-06-25 10:11:49下载
- 积分:1
-
11
任务 编写程序计算波兰表达式的值。 输入
输入第一行是一个整数,表示输入文件中共有几个波兰式,之后每一行是一个波兰表达式。 (Enter the first line is an integer, the input file there are several Polish, followed by a Polish expression for each line.
Each expression contains numbers and binary operators+,-,*, operands and results are in [-101 000, 101 000] between.
Can assume that each row of data (operation symbols and numbers) a total of not more than 100.
字典“Google 翻译”适合以下用途:搜索手机聊天商务:译者工具包全球商机洞察Website Translator关于 Google 翻译关闭即时翻译隐私权政策帮助点击可显示其他翻译
按住 Shift 键的同时拖动短语即可重新排序。
为翻译结果评分)
- 2011-09-22 05:08:12下载
- 积分:1
-
servo-driver-master
STM32F101C6T6伺服驱动器源代码,值得参考(STM32F101C6T6 servo driver source code, you can play)
- 2015-01-26 21:53:31下载
- 积分:1
-
Nehe-OpenGL
Nehe编写的opengl电子教程 以及源代码,glut库,方便学习,参考(Written in opengl Nehe electronic tutorials and source code, glut library to facilitate learning, reference)
- 2011-06-22 05:10:09下载
- 积分:1
-
FFT
TMS320C6678 FFT源代码,TMS320C6678是TI公司推出的一款8核DSP,具有强大的并行处理能力,FFT代码底层使用汇编编写,使用C语言调用,模块化功能,便于使用(TMS320C6678 FFT source code, TMS320C6678 is TI has introduced an 8-core DSP, a powerful parallel processing capabilities, FFT underlying assembler code written in C language calling, modular functionality, ease of use)
- 2014-10-18 21:58:58下载
- 积分:1
-
OptFinger
指纹开发包,web调用的ocx文件,B/S结构下的Web应用系统的开发,用户可以在客户端进行指纹采集,然后通过Web传输指纹特征值到服务器端,在服务器端进行比对后,返回比对结果。
- 2010-01-28 13:56:45下载
- 积分:1
-
byy
编程验证[x+1]是GF(28)=GF(2)[x]/(x8+x4+x3+x+1)的本原元,并给出GF(28)=GF(2)[x]/(x8+x4+x3+x+1)中以[x+1]为底的对数表和反对数表(Program verification [x+1] is the GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) of the primitive element, and gives GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) in order to [x+1] as the logarithm tables and antilog tables)
- 2020-12-23 22:29:06下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1