-
Alarm clock with PIC microcontroller
Alarm clock with PIC microcontroller
- 2022-03-17 23:11:45下载
- 积分:1
-
H桥电机驱动在系统调试的一个重要组成部分,H桥…
H桥是电机驱动中的重要部件 在系统的调试中,H桥的调试是很重要的一环,这是长时间调试总结的,愿意和大家分享-H bridge motor driver is an important component in the system debugging, H Bridge Debugging is a very important aspect, which is summed up a long time debugging, and is willing to share
- 2022-02-25 10:11:06下载
- 积分:1
-
用最简单的C++实现的简易俄罗斯方块
这是我自己初学C++时写的一个简易C++俄罗斯方块,很多注释都不详尽,但是基本可以实现俄罗斯方块功能,甚至连面向对象也都没有用到,有少许BUG,没有修改,但是不影响初学者的参考作用,仅仅上传供初学者试用,。
- 2022-03-16 19:20:33下载
- 积分:1
-
详细介绍cad转mapgis的过程及方法。
详细介绍cad转mapgis的过程及方法。-Cad details mapgis to the process and methods.
- 2023-04-17 01:15:02下载
- 积分:1
-
基于MAXPLUS II 的软件设计,这里面有几个小程序,用于VHDL的GDF设计,含有LED数码管的显示驱动程序,还有3选一,十选一程序。...
基于MAXPLUS II 的软件设计,这里面有几个小程序,用于VHDL的GDF设计,含有LED数码管的显示驱动程序,还有3选一,十选一程序。-II FPGA-based design software, there are several small procedures, GDF for VHDL design with a digital LED display driver of the procedures, there is a three elections. 10 election procedure.
- 2022-05-22 12:52:00下载
- 积分:1
-
2代小波示意程序
2维小波变换经典程序
Daubechies小波基的构造
采用多孔trous算法(undecimated wavelet trans...
2代小波示意程序
2维小波变换经典程序
Daubechies小波基的构造
采用多孔trous算法(undecimated wavelet transform)实现小波变换
平移变换平移法(cycle_spinning)消除gibbs效应
提升法97经典程序
消失矩作用的程序
小波插值与小波构造
小波滤波器构造和消噪程序
小波谱分析mallat算法经典程序-2 Generation Wavelet indicated procedures classic 2-D wavelet transform Daubechies wavelet procedure using porous structure trous algorithm (undecimated wavelet transform) the realization of wavelet transform translation law translation (cycle_spinning) to eliminate effect of lifting gibbs procedures 97 classic role of vanishing moments of wavelet interpolation procedures value structure of wavelet and wavelet de-noising filter structure and procedures for small spectral analysis algorithm for the classical procedures mallat
- 2023-08-02 09:15:03下载
- 积分:1
-
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正...
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正-Achieve the OFDM system simulation, but there may be missing some punctuation, hoping someone correct me
- 2022-04-23 00:51:20下载
- 积分:1
-
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。...
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
- 2022-04-17 11:49:51下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
吉卜塞占卜
吉卜塞
占卜
吉卜塞 占卜
吉卜塞占卜
吉卜塞
占卜
吉卜塞 占卜-Roma gypsy fortune-telling gypsy fortune telling gypsy fortune
- 2022-01-30 15:09:48下载
- 积分:1