-
用花码语言系列孔的个人网站
用于个人网站建设用的页面落花代码 用HIML语言编的-personal website for the pages with flower code language series hole
- 2022-01-24 17:59:07下载
- 积分:1
-
一个利用SQL语句更新数据的小工程,大家有空可以
一个利用SQL语句更新数据的小工程,大家有空可以-SQL statement to update data using a small-scale projects, we can look at empty
- 2022-07-25 11:58:48下载
- 积分:1
-
计算机组成原理试题10,提供给在校学生,或者考研需要者,希望能提供一些帮助...
计算机组成原理试题10,提供给在校学生,或者考研需要者,希望能提供一些帮助-Principles of Computer Organization 10 questions, available to students at school, or study section for those who need it, hoping to provide some help
- 2023-01-07 15:10:02下载
- 积分:1
-
本程序支持打开标准DICOM文件、JPEG文件、BMP文件、TIFF文件等各种图像文件,主要功能集中在DICOM文件中,提供DICOM窗宽窗位调节,提供MxN方...
本程序支持打开标准DICOM文件、JPEG文件、BMP文件、TIFF文件等各种图像文件,主要功能集中在DICOM文件中,提供DICOM窗宽窗位调节,提供MxN方式排列,可以将DICOM文件另存为BMP图像。-support of the open standards process DICOM paper documents JPEG, BMP documents, TIFF and other image files, mainly concentrated in the functional DICOM document, provide DICOM window width windows regulation, provide USING basis, and the order DICOM document can be saved as BMP images.
- 2022-02-03 12:20:07下载
- 积分:1
-
gridview右键菜单,可实现查看修改,删除
gridview右键菜单,可实现查看修改,删除-gridview popmenue
- 2022-11-19 16:10:03下载
- 积分:1
-
One can use the keyboard up and down about the movement of aircraft, and with co...
一个可以用键盘的上下左右移动的飞机,并且带有颜色-One can use the keyboard up and down about the movement of aircraft, and with color
- 2022-04-30 05:43:19下载
- 积分: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
-
视角调整,与大家共享.希望对大家有所帮助,也希望自己能多学习....
视角调整,与大家共享.希望对大家有所帮助,也希望自己能多学习.
- 2022-03-10 08:28:34下载
- 积分:1
-
一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!
一个猜数字的小游戏,初学C++的朋友可以下一下看一下效果哦!-A small猜数字games, learning C++ friends can look at the effect of the next Oh look!
- 2022-03-16 16:25:02下载
- 积分:1
-
本源码纠错编码BCH编解码,提供在AWGN下的误码性能方针,并与理论曲线进行比较...
本源码纠错编码BCH编解码,提供在AWGN下的误码性能方针,并与理论曲线进行比较-The source encoding and decoding BCH error-correcting code, provides error performance under AWGN approach and compared with the theoretical curve
- 2022-06-28 00:07:31下载
- 积分:1