-
C++经典算法.rar很经典的,希望能够给大家帮助,
C++经典算法.rar很经典的,希望能够给大家帮助,-C++ Classic algorithm. Rar is a classic, hope to be able to help everyone,
- 2022-02-01 09:54:33下载
- 积分:1
-
2014年11月 “我最喜欢的 Mac OS平台代码编辑器/IDE”排行榜
CodeForge排行榜之 “我最喜欢的 Mac OS平台代码编辑器/IDE”排行榜 CodeForge网站最新公布2014年11月“我最喜欢的 MacOS平台
- 2023-09-03 14:05:03下载
- 积分:1
-
内容分类为:VC知识库文章,VC知识库FAQs,VC知识库技巧。游戏编程应用、internet编程应用。大量技巧分类清晰。...
内容分类为:VC知识库文章,VC知识库FAQs,VC知识库技巧。游戏编程应用、internet编程应用。大量技巧分类清晰。-content categories : VC Knowledge Base article, VC Knowledgebase FAQs, VC Knowledgebase skills. Game programming applications, internet applications programming. Large clear separation techniques.
- 2022-02-10 07:09:27下载
- 积分:1
-
这是一本使用C++语言,实现常用数值算法的书籍
这是一本使用C++语言,实现常用数值算法的书籍-This is a use of C++ language, to achieve numerical algorithm used books
- 2022-01-26 17:14:11下载
- 积分:1
-
modelsim的最最简明的使用指南,拿到这个指南10分钟就能上手
modelsim的最最简明的使用指南,拿到这个指南10分钟就能上手-modelsim using the most concise guide, this guide to get 10 minutes to get started
- 2022-07-25 18:21:10下载
- 积分: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
-
oracle 的ppt文件
oracle 的ppt文件-ppt documents
- 2023-04-21 14:35:02下载
- 积分:1
-
标准化机构ISO/IEC JTC 1 / SC 29 / WG 11,也被称为移动的照片…
The standardization body ISO/IEC JTC 1/SC 29/WG 11, also known as the Moving Pictures Experts Group
(MPEG), was established in 1988 to specify digital video and audio coding schemes at low data rates. MPEG
completed its first phase of audio specifications (MPEG-1) in November 1992, ISO/IEC 11172-3. In its second
phase of development, the MPEG Audio subgroup defined a multichannel extension to MPEG-1 audio that is
backwards compatible with existing MPEG-1 systems (MPEG-2 BC) and defined an audio coding standard at
lower sampling frequencies than MPEG-1, ISO/IEC 13818-3.-The standardization body ISO/IEC JTC 1/SC 29/WG 11, also known as the Moving Pictures Experts Group (MPEG), was established in 1988 to specify digital video and audio coding schemes at low data rates. MPEG completed its first phase of audio specifications (MPEG-1) in November 1992, ISO/IEC 11172-3. In its second phase of development, the MPEG Audio subgroup defined a multichannel extension to MPEG-1 audio that
- 2022-02-12 22:13:25下载
- 积分:1
-
软件考师
软件考师----嵌入式系统设计师大纲完整说明-software division-examination embedded system designers a complete explanation Zoning
- 2022-03-15 19:31:21下载
- 积分:1
-
For entry of this is Oracle's tailor
对于入门的人来说这是甲骨文公司为他们量身定做的关于网格计算规划的贴身教程-For entry of this is Oracle"s tailor-made for them on the grid personal planning guide
- 2022-04-15 00:01:16下载
- 积分:1