-
这个是sap开发语言abap的一个例子,根据这个例子学习abap开发
这个是sap开发语言abap的一个例子,根据这个例子学习abap开发-This is a development language ABAP sap an example, according to this example to learn ABAP Development
- 2022-01-26 00:05:10下载
- 积分:1
-
官方下载的数据库分析和适合不知道怎么用希望有知道者调试下...
官方下载的数据库分析和适合不知道怎么用希望有知道者调试下-Download the official database for analysis and do not know how to use them would like to know who has the next debug
- 2022-05-20 17:26:54下载
- 积分:1
-
一个图书管理系统,还是又一定的功能,供大家研究.
一个图书管理系统,还是又一定的功能,供大家研究.-a library management system, or be in a certain functions, for everyone to consider.
- 2022-01-25 19:16:52下载
- 积分:1
-
April 2006 National Computer Rank Examination two written questions and answers
2006年4月全国计算机等级考试二级笔试试题及答案-April 2006 National Computer Rank Examination two written questions and answers
- 2022-05-27 03:56:29下载
- 积分:1
-
tc工具grep的源程序代码
tc工具grep的源程序代码-tc grep tool for the source code
- 2022-02-01 19:09:27下载
- 积分:1
-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1
-
MATLAB代码水印的DCT
Matlab Code for watermarking in DCT
- 2023-07-13 18:40:04下载
- 积分: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
-
一种有效的方法多
贝叶斯参数的推到以及用支持向量机进行分类的有效的程序.非常实用-An effective approach for multi-concurrent fault diagnosis based on integration of fractal exponent wavelet analysis and
neural networks is presented.The wavelet transform can accurately localizes the characteristics of a signal both in the
time and frequency domains and in a view of the inter relationship of wavelet transform between fractal theory,
- 2022-02-21 01:46:44下载
- 积分:1
-
适合LPC系列的ARM开发中的简单实例,请多多执教
适合LPC系列的ARM开发中的简单实例,请多多执教-LPC series for the ARM development of a simple example, to pay more attention to teaching
- 2022-02-25 07:03:12下载
- 积分:1