-
该文件夹给出了卷积编码、交织及维特比软译码仿真程序
该文件夹给出了卷积编码、交织及维特比软译码仿真程序-The folder is a convolutional coding, weaving and Viterbi decoding software simulation program
- 2022-01-21 00:39:06下载
- 积分:1
-
国庆节素材壁纸,希望帮到有需要的人.有漂亮的好的,可以用的素材,希望大家能用上....
国庆节素材壁纸,希望帮到有需要的人.有漂亮的好的,可以用的素材,希望大家能用上.-National Day wallpaper material, hoping to help those in need. There are pretty good, can use the material, the hope that we can.
- 2022-02-28 13:45:24下载
- 积分:1
-
delphi常用OCX控件,包括delphi编程常用大多数控件
delphi常用OCX控件,包括delphi编程常用大多数控件-delphi common OCX controls, including the most commonly used controls delphi programming
- 2022-03-30 11:44:25下载
- 积分: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
-
The use of C++ Prepared lottery simulation procedures, the Lottery has three dif...
使用C++编写的模拟彩票的程序,有三种不同的彩票类型,正在学习C++的同学可以下载参考一下。-The use of C++ Prepared lottery simulation procedures, the Lottery has three different types, are learning to C++ Students can download the reference.
- 2022-07-06 18:48:52下载
- 积分:1
-
一个类似Window自带的扫雷游戏.
是我的一次课堂作业,用VC++编的。
基本功能与Window里的一样。...
一个类似Window自带的扫雷游戏.
是我的一次课堂作业,用VC++编的。
基本功能与Window里的一样。-a similar mine Window"s own game. Yes, I work in a classroom, the VC series. The basic function and Window"s the same.
- 2022-07-05 13:20:19下载
- 积分:1
-
Is mainly a brief introduction to use VC++ to achieve some of the functions, the...
主要是简单介绍一些利用VC++实现的功能,窗口风格,二进制文件等-Is mainly a brief introduction to use VC++ to achieve some of the functions, the window style, binary files, etc.
- 2022-01-25 20:01:15下载
- 积分:1
-
一些用c语言编的小游戏,经过tc编译可以使用。其他的编译器没有试验过。...
一些用c语言编的小游戏,经过tc编译可以使用。其他的编译器没有试验过。-Using c language made some small games, after tc compiler can use. Other compilers have not tested.
- 2023-04-05 18:30:04下载
- 积分:1
-
可以让两个眼球跟着你转的一个系统,我的一个课程论文,虽不是原创,但是做出来也挺有意思的
可以让两个眼球跟着你转的一个系统,我的一个课程论文,虽不是原创,但是做出来也挺有意思的-Allows the two eyes follow you to a system, one of my courses thesis is not original, but also make them very interesting
- 2022-05-05 11:47:29下载
- 积分:1
-
A string of hexadecimal for summary (including md5 and sha
一款将十六进制串进行摘要(包括md5和sha-1),非常好用。-A string of hexadecimal for summary (including md5 and sha-1), very handy.
- 2023-04-02 13:50:03下载
- 积分:1