-
VB编写的读写INI文件的四个功能,方便
用VB编写的,读写INI文件的四个函数,简单易用-VB prepared in the INI file read and write four function, easy-to-use
- 2022-08-12 21:43:21下载
- 积分:1
-
求根MUSIC空间谱估计算法
传统空间谱估计算法当中,求根Root-MUSIC算法不仅计算量小,而且估计性能优越,尤其是在低信噪比时,相比MUSIC的性能又不小的提升。
- 2022-10-16 10:45:03下载
- 积分:1
-
操作系统目录管理
操作系统目录管理-OS directory management
- 2023-08-18 18:10:02下载
- 积分:1
-
这是本科铁道方向课程设计的一个简单的计算程序,用于计算实现轨道“统一公式”...
这是本科铁道方向课程设计的一个简单的计算程序,用于计算实现轨道“统一公式”-Calculate the formation
- 2023-07-25 09:05: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
-
使用php+js编写的brocade简单demo
使用php+js编写的brocade简单demo-Use php+ Js prepared brocade simple demo
- 2023-06-25 09:40:02下载
- 积分:1
-
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Packag...
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command Line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Interactive Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A. Installing the Windows* XP INF Files Prior to OS Installation-system can be an editor. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Flag Available Command Line Options 5. Contents of the Extracted Files 6. Installing the Interactive Software in Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A.* Installing the Windows XP Files INF Prior to OS Installation
- 2022-07-23 00:11:25下载
- 积分:1
-
购物系统时尚版.强大的后台文章编辑器的功能,可方便地用拖动的方式进行图文混排、图片远程上传、上传图片显示效果处理等操作....
购物系统时尚版.强大的后台文章编辑器的功能,可方便地用拖动的方式进行图文混排、图片远程上传、上传图片显示效果处理等操作.-Fashion Shopping System version. Strong background articles editor function, can be easily used way drag Mixed Map and Text, pictures, remote upload, upload pictures show the effect of processing operations.
- 2023-08-27 08:25:05下载
- 积分:1
-
精灵动画的实现,编游戏的基础 二维游戏的经典基础
精灵动画的实现,编游戏的基础 二维游戏的经典基础-the realization of part of the game of the classic 2-D game based
- 2022-01-25 21:02:44下载
- 积分:1
-
主要是讲如何使用Vc++来制作界面,以及与数据库连接和网络编程...
主要是讲如何使用Vc++来制作界面,以及与数据库连接和网络编程-Mainly stress how to use Vc++ To create interfaces, and database connectivity and network programming
- 2022-04-25 11:54:47下载
- 积分:1