-
很好的VB
很好的VB-VB
- 2022-05-13 10:09:31下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1
-
LBL-TDOA-distance measuring error simulation
采用双曲线交汇进行长基线定位,误差源为测距误差的仿真图(the long baseline positioning is carried out by the double curve intersection, and the error source is the simulation diagram of ranging error.)
- 2018-05-08 19:14:37下载
- 积分:1
-
TURBO CODES
说明: codes of turbo codes
- 2019-05-02 18:52:57下载
- 积分:1
-
ADSB_MATLAB
ADS-B接收,采用PlutoSDR板卡,基于matlab开发(ADS-B receives, uses PlutoSDR card, develops based on MATLAB)
- 2018-07-02 22:53:42下载
- 积分:1
-
NSVILGT
实在没什么好东西,就找了以前在北大ACM上做的一些题 比较适合于初学程序设计和算法的同学()
- 2018-02-05 09:05:19下载
- 积分:1
-
STFT
说明: 目前的代码是一个matlab函数,它提供给定信号x[n]的短时傅立叶变换(stft)。该函数是matlab命令“光谱图”的一个替代项。功能输出为:
1)一个具有复杂stft系数的矩阵,该矩阵具有跨列时间和跨行频率;
2)频率矢量;
3)时间矢量。
为了阐明函数的用法,给出了一个示例。为了方便起见,输入和输出参数在函数的开头给出。(The present code is a Matlab function that provides a Short-Time Fourier Transform (STFT) of a given signal x[n]. The function is an alternative of the Matlab command spectrogram The output of the function is
1) a matrix with the complex STFT coefficients with time across the columns and frequency across the rows;
2) a frequency vector;
3) a time vector.
An example is given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.)
- 2019-04-30 15:35:02下载
- 积分:1
-
bookshopaccess
这是一个用jsp编写的网上书店,运行环境是JBuilder2006,数据库用的是Access(This is a work written in jsp online bookstore, run the environment is JBuilder2006, using the Access database)
- 2009-12-04 19:12:52下载
- 积分:1
-
布线问题(应用中的分支定界算法)
布线问题(分支限界算法应用) -Wiring problems (branch and bound algorithm for the application)
- 2023-05-24 00:15:02下载
- 积分:1
-
JSP采集程序实例,采集天气信息
JSP采集程序实例,采集天气信息,进而做成了一个无需更新维护的天气预报页面,主要是使用JSP中的数据读取对象做出来的,了解一下JSp采集程序的编写有参考意义。通过本源码可了解到:获取SOAP的请求头,并替换其中的标志符号为用户输入的城市、用户把SOAP请求发送给服务器端,并返回服务器点返回的输入流、对服务器端返回的XML进行解析等。
- 2022-02-03 20:35:26下载
- 积分:1