-
关于加气站的遗传算法实现,这是一个初学者的草稿,希望大家多提意见。...
关于加气站的遗传算法实现,这是一个初学者的草稿,希望大家多提意见。-stations on the genetic algorithm, which is a beginner"s draft, we hope to speak up.
- 2022-12-28 04:35:04下载
- 积分:1
-
很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程...
很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,-many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I saw some friends of the Russian block before the procedures and asked how I was doing. I always wanted to turn the whole process procedures for writing a detailed things,
- 2023-03-17 22:05:03下载
- 积分:1
-
sysexplorer 0.21 for Symbian os9.1版
SysExplorer version 0.21 for Symbian OS9.1
- 2022-01-27 19:54:04下载
- 积分:1
-
计算机组成原理山西师范大学2006年度文档
计算机组成原理山西师范大学2006年度文档-computer composition principle Shanxi Normal University, 2006 document
- 2022-03-20 11:28:02下载
- 积分:1
-
MICROSOFT 基础类库: student 项目概述
=================================================...
MICROSOFT 基础类库: student 项目概述
===============================================================================
应用程序向导已为您创建了这个 student 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 student 应用程序的每个文件的内容。
student.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
student.h
这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CstudentApp 应用程序类。
student.cpp
这是包含应用程序类 CstudentApp 的主要应用程序源文件。
- 2022-03-15 23:56:43下载
- 积分:1
-
Data structure 8 we take a look at the direction of the maze algorithm ah ah ah...
数据结构中8个方向的迷宫算法大家-Data structure 8 we take a look at the direction of the maze algorithm ah ah ah ah ah ah
- 2022-09-26 09:40:03下载
- 积分:1
-
C programming source code cases
C++程序设计源代码例-C programming source code cases
- 2022-09-07 17:10:02下载
- 积分:1
-
这是一个较好的关于主从报表的源代码,希望大家共同学习!...
这是一个较好的关于主从报表的源代码,希望大家共同学习!-This is a good statement from the owner of the source code, we hope to learn together!
- 2022-03-21 00:50:33下载
- 积分:1
-
keyboard 11112234567788833345678
键盘11112234567788833345678-keyboard 11112234567788833345678
- 2023-02-14 19:25:04下载
- 积分:1
-
For any software that handles client requests, at some point, there must be a pe...
For any software that handles client requests, at some point, there must be a persistent point where all data related to the clients are stored. Those storages can be any thing (database, mainframes, files etc.). What if this software needs to access those storages with concurrent requests, knowing that opening a connection is memory and CPU consuming? A Connection Pool is a container of open and reusable connections. It will help you save both memory and CPU time. Also, it will help you in managing connections.
- 2022-03-20 11:42:04下载
- 积分:1