-
Sierpinski常见分形
sierpinski common fractals
- 2022-11-09 23:30:03下载
- 积分:1
-
PDA上的管理工具
灵活的很,是很好的管理工具
PDA上的管理工具
灵活的很,是很好的管理工具-PDA on a very flexible management tools, is a very good management tool
- 2023-03-30 21:15:04下载
- 积分:1
-
序列的离散付氏变换(根据定义),含绘图程序,可以看到图形结果...
序列的离散付氏变换(根据定义),含绘图程序,可以看到图形结果-sequence of discrete Fourier transform (by definition), including mapping procedures, we can see the results Graphics
- 2022-01-26 05:30:20下载
- 积分:1
-
圣维南方程组计算程序 vb开发 进行河道水流模拟计算
圣维南方程组计算程序 vb开发 进行河道水流模拟计算-Saint-Venant equations vb development of computational procedures for river flow simulation
- 2022-06-27 04:09:59下载
- 积分:1
-
11 bit dsp core data sheet
11 bit dsp core data sheet
- 2023-08-08 07:20: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
-
java面向对象编程的例子,是优化对象
OOP方面的JAVA实例,适合用于面向对象的学习!用JAVA开发的!-OOP examples of Java, is optimized for object-oriented learning! With Java development!
- 2022-06-02 18:44:13下载
- 积分:1
-
数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵
希望大家多...
数值计算的程序,关于课程设计,数学建摸的一点小东西,呵呵
希望大家多-numerical procedures, on the curriculum design, mathematical modeling of the little things Oh hope to see you
- 2022-08-09 00:54:47下载
- 积分:1
-
Hangman
The classic game of hangman
控制台中的Hangman,学习基本的编程逻辑技巧-Hangman
The classic game of hangman
- 2023-09-01 14:35:03下载
- 积分:1
-
文章中详细论述了卷积运算的实现算法及滤波功能
文章中详细论述了卷积运算的实现算法及滤波功能-Article to explain in detail the realization of the convolution operation and the filtering algorithm
- 2022-03-18 11:47:30下载
- 积分:1