-
把fortran语言转化成c.
呵呵,丰富的fortran语言现在可以方便的使用了...
把fortran语言转化成c.
呵呵,丰富的fortran语言现在可以方便的使用了-The fortran language into c. Oh, the rich fortran language can now be easily used. . .
- 2022-01-26 16:22:41下载
- 积分:1
-
是二叉树前中后的初级教程,简单使用,一学就会
是二叉树前中后的初级教程,简单使用,一学就会-Is the binary tree before the post-primary curriculum in a simple to use, one study will be
- 2022-03-14 14:42:32下载
- 积分:1
-
MFC source code
MFC入门小程序源代码-MFC source code
- 2022-03-19 18:04:07下载
- 积分:1
-
采用非接触式红外线测量人体体温,用液晶1602做输出显示。
采用非接触式红外线测量人体体温,用液晶1602做输出显示。-The use of non-contact infrared temperature measurement of the human body, and so the output of liquid crystal display 1602.
- 2022-01-25 16:19:56下载
- 积分:1
-
一个使用DirectX库开发的贪吃蛇程序。
一个使用DirectX库开发的贪吃蛇程序。-A database developed by the use of DirectX Snake procedures.
- 2022-04-29 07:06:38下载
- 积分:1
-
pb learning needs of the view! Learning pb very good break
学习pb的有需要的来看吧!学习pb很有好处的课间 很不错哦-pb learning needs of the view! Learning pb very good break-time was pretty good, oh
- 2022-06-03 12:55:53下载
- 积分:1
-
sequence given by the symmetry Chebyshev filter design. Attention : grammar rule...
乘序给出了对称Chebyshev滤波器的设计.注意:语法规则 cheblp.m lowpass filter design (specify del) cheblp2.m lowpass filter design (specify ws) chebbp.m bandpass filter design (specify del) chebbp2.m bandpass filter design (specify ws1,ws2) chebdiff.m lowpass differentiator design-sequence given by the symmetry Chebyshev filter design. Attention : grammar rules cheblp.m lowpass filter design (specify del) cheblp2.m lowpass filter design (specify ws) chebbp.m bandpass filter design (specify del) chebbp2.m bandpass filter design ( specify ws1, WS2) chebdiff.m lowpass design differentiator
- 2022-06-26 09:15:01下载
- 积分: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
-
C#实现的俄罗斯方块程序
C#实现的俄罗斯方块程序-C# Russian squares procedure
- 2022-02-22 04:44:50下载
- 积分:1
-
使用matlab仿真QPSK,包括调制、解调,有详细的源代码,仅供参考...
使用matlab仿真QPSK,包括调制、解调,有详细的源代码,仅供参考-QPSKsimulation
- 2022-03-09 17:00:22下载
- 积分:1