搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

单片机开发 // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 -

// 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 - 按一下播报年、月、日,再按一下播报时、分 // 长按Key1键达到1.5秒,则进入日期时间调整模式 // Key2 - 在调整模式下,使年、月、日、时、分、秒增加 // ...
https://www.eeworm.com/dl/648/268376.html
下载: 111
查看: 1081

软件设计/软件工程 这是一个用QT做的用加农炮大飞碟的示例程序.对学习QT有很大帮助. 这是最后的例子:一个完整的游戏。 我们添加键盘快捷键并引入鼠标事件到CannonField。我们在CannonField周

这是一个用QT做的用加农炮大飞碟的示例程序.对学习QT有很大帮助. 这是最后的例子:一个完整的游戏。 我们添加键盘快捷键并引入鼠标事件到CannonField。我们在CannonField周围放一个框架并添加一个障碍物(墙)使这个游戏更富有挑战性。 t14/lcdrange.h包含LCDRange类定义。 t14/lcdrange.cpp包含LCDRange类实现。 t1 ...
https://www.eeworm.com/dl/684/274128.html
下载: 143
查看: 1145

Linux/Unix编程 In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with

In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is ...
https://www.eeworm.com/dl/619/275310.html
下载: 110
查看: 1101

网络 PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading

PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers messa ...
https://www.eeworm.com/dl/635/275729.html
下载: 78
查看: 1046

加密解密 用c++实现des算法 整体思路 用key.cpp 文件来产生秘钥

用c++实现des算法 整体思路 用key.cpp 文件来产生秘钥,用ringfuction.cpp文件来实现轮函数,用main.c来实现加密和解密。有关函数见三个文件里的具体实现。
https://www.eeworm.com/dl/519/275822.html
下载: 121
查看: 1027

其他书籍 The aim of this book is to provide the reader with a thorough grounding in the General Packet Radio

The aim of this book is to provide the reader with a thorough grounding in the General Packet Radio Service – GPRS.The introduction contains a basic review of GSM to ensure that the reader is clear on the main aspects of circuit switched technology, as this will make the differences and advantages ...
https://www.eeworm.com/dl/542/277646.html
下载: 125
查看: 1119

单片机开发 三星lcd驱动

三星lcd驱动,S6B0741,128X129FENBLV#ifndef _LCD_H_ #define _LCD_H_ #include "settings.h" #include "Battery.h" #include "EnDecode.h" #include "main.h"
https://www.eeworm.com/dl/648/279343.html
下载: 79
查看: 1036

其他 Programs in the irregular grid design package described in this manual are used to carry out five ma

Programs in the irregular grid design package described in this manual are used to carry out five main functions: verification and adjustment of coastline and bathymetric data preparation of an irregular triangular depth grid covering the domain to be modelled production of a preliminary irregu ...
https://www.eeworm.com/dl/534/281485.html
下载: 83
查看: 1039

数值算法/人工智能 混合高斯模型和EM算法结合

混合高斯模型和EM算法结合,当中用到了自己写的Kmeans聚类,附带测试样例、训练样例和main函数。
https://www.eeworm.com/dl/518/282379.html
下载: 180
查看: 1059

数据结构 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *

编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct student *head),输出 ...
https://www.eeworm.com/dl/654/283216.html
下载: 126
查看: 1256