-
Thomson
Thomson - Beginning C++ Game Programming-Thomson- Beginning C++ Game Programming
- 2022-05-29 15:35:11下载
- 积分:1
-
vc学习电子图书,很难得的
vc学习电子图书,很难得的-vc electronic learning books, hard to come by
- 2022-01-23 11:23:45下载
- 积分:1
-
:群智能是一种仿生自然界动物昆虫觅食筑巢行为的新兴演化计算技术。目前主要的群智能优化算法有蚁群算法、微粒群算
法和人工鱼群算法。本文介绍了群智能算法的产生、...
:群智能是一种仿生自然界动物昆虫觅食筑巢行为的新兴演化计算技术。目前主要的群智能优化算法有蚁群算法、微粒群算
法和人工鱼群算法。本文介绍了群智能算法的产生、发展和优点,并着力阐述了上述三种典型算法的基本原理,同时概述了各
算法的应用现状,最后提出了算法将来有待研究的内容。-: Swarm Intelligence is a kind of bionic nature nesting animals foraging behavior of insects emerging computing technology evolution. At present, the main group of intelligent optimization algorithms are ant colony algorithm, particle swarm optimization and artificial fish-swarm algorithm. This paper introduces the intelligent algorithm groups the emergence, development and benefits, and focus on the three basic principles of a typical algorithm, the algorithm also provides an overview of the application of the status quo, the end of the algorithm to be the future contents of the study.
- 2022-03-22 11:10:35下载
- 积分:1
-
在一些多媒体教学软件中常常可以看到图像的显示特效,包括图像之间的国度特效,这些特西欧啊给软件增色不少。运行程序,单击“从上到下”按钮,窗体中的图片将从上到下备一...
在一些多媒体教学软件中常常可以看到图像的显示特效,包括图像之间的国度特效,这些特西欧啊给软件增色不少。运行程序,单击“从上到下”按钮,窗体中的图片将从上到下备一些网线锁分割,单击“从左到右”按钮,图片从做到右备一些网线锁分割,呈现百叶窗效果。-In some multi-media teaching software often can see the display image effects, including images between the country effects, these特西欧ah hyperchromic to a lot of software. Run the program, click the
- 2023-05-18 11:15:03下载
- 积分:1
-
高质量C++C编程指南
高质量C++C编程指南-quality C C Programming Guide
- 2022-06-16 22:51:11下载
- 积分:1
-
Visual C++ .NET开发者指南
Visual C++.NET Developers Guide
- 2022-04-09 01:51:47下载
- 积分: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
-
Amount Calculation Excel Sheet
Amount Calculation Excel Sheet
- 2022-01-28 06:06:07下载
- 积分:1
-
This is inside the development of several c# case of the beginners who are very...
这里面有几个c#的开发案例,对初学CSharp者来说很重要-This is inside the development of several c# case of the beginners who are very important to CSharp
- 2022-03-26 14:05:33下载
- 积分:1
-
介绍OPC的相关资料,它是一个PPT文件。
介绍OPC的相关资料,它是一个PPT文件。
- 2022-02-10 09:35:09下载
- 积分:1