-
字模软件,可以提取字的代码,如可以做字牌广告等用处
字模软件,可以提取字的代码,如可以做字牌广告等用处-Font software that can extract the code word, such as a license to do advertisements use the word
- 2022-05-06 04:57:02下载
- 积分: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
-
文件加密软件addsecret,VB!我们可以根据自己的分析说明。
addsecret是为文件等加密的软件,是VB开发的!大家可根据自己情况加密!-addsecret for documents encryption software, VB! We can according to its own encryption!
- 2022-01-30 12:37:13下载
- 积分:1
-
cc++图像处理编程这本书的全部代码。分章节的
cc++图像处理编程这本书的全部代码。分章节的-All source code of the book:Image processing programming using C and C++,dispart in chapters.
- 2022-03-09 15:44:59下载
- 积分:1
-
管理学经典案例分析与解析
管理学经典案例分析与解析-classic case of management analysis and analytic
- 2022-05-16 05:27:05下载
- 积分:1
-
办公室系列用品 办公室系列用品
办公室系列用品 办公室系列用品 -office supplies Series Series Office Supplies Office Supplies Office Series Series Series supplies office supplies office supplies Series
- 2022-08-26 01:28:57下载
- 积分:1
-
一个关于图形应用的经典程序 有一个图形将神奇的出现在你的屏幕上哦...
一个关于图形应用的经典程序 有一个图形将神奇的出现在你的屏幕上哦
- 2023-03-05 21:50:04下载
- 积分:1
-
平均或标准差,通常计算了信号的分析,整体的一部分。但是,有时我们想知道这个数量在不断变化的数据流。 MEANSTDF计算预期的平均值和标准偏差值使用定义为每一个...
平均或标准差,通常计算了信号的分析,整体的一部分。但是,有时我们想知道这个数量在不断变化的数据流。 MEANSTDF计算预期的平均值和标准偏差值使用定义为每一个用户的数据的位置窗口。输出可能是有用的,而非线性趋势化和平稳性分析。-Mean or standard deviation are usually computed for whole part of the analysed signal. However, sometimes we would like to know how this quantities are changing in the data flow. MEANSTDF compute the expected mean and standard deviation values using user defined window for every data position. The output can be useful while nonlinear detrending or stationarity analysis.
- 2022-11-12 01:45:04下载
- 积分:1
-
CSS templates source codes. You can use this file souce codes to create your own...
CSS templates source codes. You can use this file souce codes to create your own menus.
- 2022-02-10 15:24:40下载
- 积分:1
-
简单的键盘响应程序,可以使文字随框移动
简单的键盘响应程序,可以使文字随框移动-simple keyboard response procedures that will enable mobile frame with the words
- 2022-03-04 05:18:56下载
- 积分:1