-
自己学的文件加密小程序,希望对你们有用,欢迎下载
自己学的文件加密小程序,希望对你们有用,欢迎下载-Their own to learn a small file encryption program that you want to be useful are welcome to download
- 2023-05-13 15:00:02下载
- 积分:1
-
自己做的关于共享课件系统的PPT,希望对大家有所帮助
自己做的关于共享课件系统的PPT,希望对大家有所帮助-themselves on the sharing of the PPT courseware system, we hope to help
- 2022-10-10 14:20:03下载
- 积分:1
-
rtc
rtc-rtc
- 2022-07-27 06:29:12下载
- 积分: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
-
火车订票系统
应用背景用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
-
用count.v和count.c两个文件作为例子,用来说明modelsim的pLI使用方法...
用count.v和count.c两个文件作为例子,用来说明modelsim的pLI使用方法-using two source files (count.v and count.c ) to demonstrate how to use modesim with PLI
- 2022-04-19 00:48:00下载
- 积分:1
-
气体CO2频率转换电路 介绍以热导池为传惑器的一频率转换电路的原理、工作过程, 并对热导池的机理
作了介绍。本电路对农业、卫生、化工、环保子部门有实用价值。...
气体CO2频率转换电路 介绍以热导池为传惑器的一频率转换电路的原理、工作过程, 并对热导池的机理
作了介绍。本电路对农业、卫生、化工、环保子部门有实用价值。-Gas CO2 frequency conversion circuit to introduce the TCD device for the transmission puzzled a frequency conversion circuit theory, the working process, and mechanism of thermal conductivity of the pool introduced. The circuit in agriculture, health, chemical industry, environmental protection sub-sector has practical value.
- 2022-03-20 20:59:33下载
- 积分:1
-
element
无网格伽辽金法中用到的数值积分,此程序,提供多点高斯积分,可任意选择!-element-free Galerkin method used in the numerical integration of this process, provide more Gaussian integral, can be arbitrary choice.
- 2022-07-24 17:43:35下载
- 积分:1
-
关于JESS的教程
关于JESS的教程-tutorials on JESS
- 2022-08-11 07:59:09下载
- 积分:1
-
使用C语言写的求解一道简单的逻辑推理题的例子。具体题目请看说明。...
使用C语言写的求解一道简单的逻辑推理题的例子。具体题目请看说明。-use of the C language to write a simple solution to the logical inference that example. See note specific topics.
- 2022-02-16 09:10:10下载
- 积分:1