-
proteus大作业
说明: protues实现基于STC89C52的音乐播放以及LCD显示,并且可以通过USART命令控制LED灯的亮灭,适合初学者以及大学生进行实践学习,对应的keil代码已经上传,对于代码的编写格式和内部语句有详细注释,简单直观。(protues realizes music playing and LCD display based on STC89C52, and can control LED lights on and off through USART command. It is suitable for beginners and college students to practice and learn. It has detailed comments on the coding format and internal statements, which is simple and intuitive.)
- 2020-06-10 19:08:43下载
- 积分:1
-
C algorithms commonly used procedures set
C常用算法程序集-徐士良著 经典,学习c语言的好冬冬啊-C algorithms commonly used procedures set-XU Shi-liang classic book, learning the language c good kick ah
- 2022-11-02 19:40:02下载
- 积分:1
-
v2rayN-Core
科研助力的工具,利用a.ishadowx.net/使用(Tools for scientific research)
- 2018-12-29 15:30:22下载
- 积分: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
-
文本文件有关操作
文本文件有关操作-text of the operation
- 2022-10-11 00:30:03下载
- 积分:1
-
1
说明: 效果描述:
纯原生js实现的动画切换效果
不依赖于任何库
使用方法:
1、将head中的CSS引入到你的网页中
2、将body中的代码部分拷贝到你需要的地方即可(Effect description:
Animation switching effect implemented by pure native JS
Does not depend on any library.
Usage method:
1, introduce the CSS in head to your webpage.
2, copy the code part of body to where you need it.)
- 2018-09-05 09:20:33下载
- 积分:1
-
KECA_Journal_Article
Robert Jenssen 撰写论文原文(We introduce kernel entropy component analysis (kernel ECA) as a new method for data transformation and dimensionality reduction. Kernel ECA reveals structure relating to the Renyi entropy of the input space data set, estimated via a kernel matrix using Parzen windowing. This is achieved by projections onto a subset of entropy preserving kernel principal component analysis (kernel PCA) axes)
- 2019-01-03 20:07:38下载
- 积分:1
-
font_controler_protocol2
说明: font_controler_protocol2
- 2020-06-20 17:40:02下载
- 积分:1
-
ScienceDirect_articles_17Apr2019_14-26-20.771
说明: fault modeling of induction motor
- 2019-04-24 18:09:40下载
- 积分:1
-
Dew site is a category of articles, download categories, picture categories, ani...
露珠网站是一个以文章类、下载类、图片类、动画类、视频类为主的综合网站。我们的目标:麻雀虽小(223kb),五脏俱全!致力于打造互联网上程序最小功能齐全的网站源码,只要你会打字就会做网站和管理网站-Dew site is a category of articles, download categories, picture categories, animation class, integrated video-based Web site category. Our goal: the sparrow may be small (223kb), is a fully-equipped! Procedure to build the Internet, the smallest full-featured Web site source code, as long as you will do the typing and management of web site web site
- 2022-02-10 12:08:43下载
- 积分:1