-
户外的开放源代码的软件产品,没有中文版。我们有骗局…
开源软件产品Alfresco没有中文版。我们在其英文版的基础上进行了翻译。-Alfresco open source software products, there is no Chinese version. We have conducted on the basis of their English translation.
- 2022-11-28 17:15:03下载
- 积分:1
-
本文件包含C语言源代码精华集,希望大家能有帮助
本文件包含C语言源代码精华集,希望大家能有帮助- This document contains the C language source code essence
collection, hoped everybody can have helps
- 2023-02-21 03:20:04下载
- 积分:1
-
(1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解.
(2) 熟悉时域离散系统的时域特性
(3) 利用卷积方法观察分析系统的时域...
(1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解.
(2) 熟悉时域离散系统的时域特性
(3) 利用卷积方法观察分析系统的时域特性.
(4) 掌握序列傅立叶变换的计算机实现方法,利用序列的傅立叶变换对连续信号,离散信号及系统响应进行频域分析.
-(1) familiar with the continuous signal to the manager before and after the sampling of the spectrum changes relations and deepen the time-domain sampling theorem understanding. (2) familiar with the time-domain system discrete time-domain (3) using deconvolution method of analysis in time domain characteristics. (4) master sequence Fourier Transform computer, using the Fourier transform sequence of continuous signals, Discrete signal system response and frequency domain analysis.
- 2022-03-19 23:10:38下载
- 积分: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
-
PIC Singlechip PICC environment PIC18Fxx2 Series Universal header files
PIC单片机PICC环境下PIC18Fxx2系列通用头文件-PIC Singlechip PICC environment PIC18Fxx2 Series Universal header files
- 2022-03-20 22:28:15下载
- 积分:1
-
DOS系统下真彩显示24KBMP图象的源程序
DOS系统下真彩显示24KBMP图象的源程序-DOS system 24KBMP true color images show the source code
- 2022-11-17 01:40:03下载
- 积分:1
-
flash魔法表情源代码,两百几个,非常适合FLASH爱好者收藏及使用...
flash魔法表情源代码,两百几个,非常适合FLASH爱好者收藏及使用-Magic face flash source code, a number of 200, is ideal for lovers collection and use of FLASH
- 2022-01-26 00:57:54下载
- 积分:1
-
This a brew mobile gaming, gamers play the role of mountaineering is a good stub...
这是一款brew手机游戏,玩家扮演的是登山角色,很好顽,强烈推荐-This a brew mobile gaming, gamers play the role of mountaineering is a good stubborn, strongly recommended!
- 2022-11-26 17:10:04下载
- 积分:1
-
基于.Net环境下c#实现的国人自己的Blog平台,基于.Text的核心技术,但做了汉化以及改写了一部分的核心代码,值得研究学习...
基于.Net环境下c#实现的国人自己的Blog平台,基于.Text的核心技术,但做了汉化以及改写了一部分的核心代码,值得研究学习-based. Net environment c#, the Chinese own blog platform based on. Text of the core technology, but what they do and the effort to rewrite part of the core code, it is worth learning Research
- 2023-02-12 00:20:03下载
- 积分:1
-
Nucleus ,
Nucleus ,
- 2022-08-03 20:12:07下载
- 积分:1