-
Arduino伺服控制的源代码
Arduino source code for servo controlling
- 2023-04-06 19:00:02下载
- 积分:1
-
多播的运用越来越多,可以用在视频等,不过对新手来说,编程后的事情就是测试,发送一个测试多播的软件...
多播的运用越来越多,可以用在视频等,不过对新手来说,编程后的事情就是测试,发送一个测试多播的软件-multicast use more and more, you can use the video, but right thumb. After the program is to test things, send a multicast testing software
- 2022-01-24 18:24:37下载
- 积分:1
-
an easy starter for people to work on android
an easy starter for people to work on android
- 2022-06-12 17:46:50下载
- 积分:1
-
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件...
该软件实现键盘锁定功能,当你暂时离开不想关机,但又不想让别人动你的电脑的时候可以试着用该软件-The software realize the keyboard lock feature, when you do not want to leave the country temporarily shut down, but do not want others to move the computer when you try to use the software
- 2022-02-09 10:44:20下载
- 积分:1
-
编译原理的词法分析 改编PL/0成C
编译原理的词法分析 改编PL/0成C-compiler tenets of lexical analysis based PL/C 0%
- 2022-08-02 21:12:01下载
- 积分:1
-
EasyD12 dynamic link library is the Microsoft Windows interface standards, popul...
EasyD12动态连接库是Microsoft Windows的接口标准,流行的软件开发工具VC、VB、VF、Delphi、C++ Builder、Power Builder 等均可使用。用户可以选用自己喜爱的工具轻松搞定USB开发。其中包含2个版本DLL,根据情况自己选择。-EasyD12 dynamic link library is the Microsoft Windows interface standards, popular software development tools VC, VB, VF, Delphi, C Builder, Power Builder, etc. may be used. Users can choose their favorite tools easy to get USB development. Which contains two versions of DLL, according to the situation of their choice.
- 2022-11-19 09:25:03下载
- 积分:1
-
This is when the kids played a comparison of the classic game mine for c++ begin...
这是小时候的小孩玩过的比较经典的一款小游戏扫雷,适合c++初学者借鉴-This is when the kids played a comparison of the classic game mine for c++ beginners learn
- 2022-08-10 11:26:08下载
- 积分: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
-
热键音量,主要用于系统的音量调节,是VB源码,全局热键的,可修心的!...
热键音量,主要用于系统的音量调节,是VB源码,全局热键的,可修心的!-hotkey volume, mainly for the volume, is VB source, the global hotkey, mind!
- 2022-02-28 18:04:34下载
- 积分:1
-
组管理算法的R &急性eseaux
Algorithme de gestion de groupe pour r ´ eseaux
ad hoc fortement dynamiques
- 2022-04-14 10:57:04下载
- 积分:1