-
JBuilderWebServicesKitforJavaDevelopersGuide .rar
JBuilderWebServicesKitforJavaDevelopersGuide .rar
- 2022-04-18 10:32:46下载
- 积分:1
-
PMSM motor control is applicable to code, which contains a PMSM and its importan...
PMSM电机控制很适用的代码,其包含了PMSM中及其重要的头文件,库文件,CMD文件-PMSM motor control is applicable to code, which contains a PMSM and its importance in the header files, library files, CMD file
- 2022-03-03 05:11:49下载
- 积分:1
-
VoIP技术及业务的研究
VoIP技术及业务的研究-VoIP technology and business research
- 2022-02-24 14:47:52下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
max format automatic electronic doors can be achieved in the C language animatio...
max格式的自动电子门,可以在C语言下实现动画效果-max format automatic electronic doors can be achieved in the C language animation effects
- 2023-04-14 14:50:04下载
- 积分:1
-
算法在程序设计的作用基础性、重要性已经毋庸质疑。
算法在程序设计的作用基础性、重要性已经毋庸质疑。-算法在程序设计的作用基础性、重要性已经毋庸质疑
- 2022-07-08 15:10:32下载
- 积分:1
-
Matlab lecture series
matlab系列讲座-Matlab lecture series
- 2023-02-27 07:30:04下载
- 积分:1
-
- 2023-04-18 15:30:03下载
- 积分:1
-
实现了一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。...
实现了一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。
- 2022-05-13 01:46:47下载
- 积分:1
-
This book is unusual because it covers game programming in three different scrip...
This book is unusual because it covers game programming in three different scripting languages in three separate sections. Python, Lua, and Ruby are wonderful languages used all over the world to build efficient, flexible, scalable, and well-integrated programs and systems.
For the same reasons that these languages have been great choices for other projects, Python, Lua, and Ruby also are great for making games. This discovery, in fact, was made over a decade ago. Chances are you ve played a computer game that utilized one of these languages during development. You may be currently working through game levels that were designed with Lua, or playing on a graphics engine prototyped in Python, or using an Internet ladder developed with Ruby.-This book is unusual because it covers game programming in three different scripting languages in three separate sections. Python, Lua, and Ruby are wonderful languages used all over the world to build efficient, flexible, scalable, and well-inte
- 2022-10-09 23:55:03下载
- 积分:1