-
一个用VC++实现基因算法的例子。基因算法是一种生物进化的算法,实际上是一种多目标的探索法....
一个用VC++实现基因算法的例子。基因算法是一种生物进化的算法,实际上是一种多目标的探索法.-One with VC realization of genetic algorithm example. Genetic algorithm is a kind of biological evolution algorithm, in fact, is a multi-objective exploration method.
- 2022-05-06 00:44:45下载
- 积分:1
-
编程黑马真言,只有里面的一部分.主要讲述 用汇编和C/VC进行WIN32编程的一些深层次的东西,有些类似于梁肇新的编程高手箴言...
编程黑马真言,只有里面的一部分.主要讲述 用汇编和C/VC进行WIN32编程的一些深层次的东西,有些类似于梁肇新的编程高手箴言-Win32 deeply program of ASM,VC
- 2023-08-23 09:00:03下载
- 积分:1
-
在一个项目单位开发的一个比较简单的,感兴趣的初学者可以助教…
为单位一个项目开发的,比较简单,有兴趣的初学者可看看,主要包括串口通信,数据库操作、调用word-In units of a project developed a relatively simple, interested beginners can take a look at, including serial communication, database operation, call the word
- 2023-08-31 18:20:04下载
- 积分:1
-
等待另一个程序运行结束
wait another program to run end
- 2022-01-26 03:12:49下载
- 积分:1
-
一个简单的屏保程序,使用VC+MFC编写,有兴趣的可以看看哦,非常简单。就是一层纸,捅破它吧。...
一个简单的屏保程序,使用VC+MFC编写,有兴趣的可以看看哦,非常简单。就是一层纸,捅破它吧。-A simple screen saver, use the VC MFC prepared, interested can see Oh, very simple. Is a layer of paper, pierce it right.
- 2023-04-24 21:35:04下载
- 积分:1
-
介绍打开位图的方法及位图的一些相关操作。
介绍打开位图的方法及位图的一些相关操作。-this is a very important homework which can make you know the way to open the picture with VC
- 2022-01-26 02:14:07下载
- 积分:1
-
QR码是一二
qr码是一种二维条码. 本源码中包含了完整的编码、解码以及测试程序. 多份代码可供选择.-qr code is a two-dimensional bar code. The source code contains a complete encoding, decoding, as well as testing procedures. more than the code to choose from.
- 2022-03-31 21:42:32下载
- 积分:1
-
This procedure is a file compression, after compression format*. gz. This proced...
本程序是对文件进行压缩,压缩之后的格式为*.gz。本程序只是为了说明压缩和解压的原理,写得比较简明。运行此程序的时候,首先会生成一个.txt文件,然后对该文件进行压缩,生成.gz文件,最后会对.gz文件进行解压,生成一个新的.txt文件。-This procedure is a file compression, after compression format*. gz. This procedure only in order to explain the principles of compression and decompression, written in more concise. Run this program, the first will generate a. Txt file, and then compress the file to generate. Gz files, last will. Gz unzip files to generate a new. Txt file.
- 2022-09-30 04:50:03下载
- 积分:1
-
图书管理系统的SQL数据库的触发器
包含读者借书的触发器,读者还书的触发器,以及图书进入库存的触发器。包含了相关的借书、还书、超期续费、图书入库等等的一些功能。然后程序中读者单次只能借1本书,最多借30天,超期还有罚金。详细可以下载浏览。
- 2023-04-22 20:50:03下载
- 积分:1
-
One names depth of a tree the maximum number of "descents" which can be carried...
One names depth of a tree the maximum number of "descents" which can be carried out starting from the root. For example, the third binary tree of figure 1 has a depth of 3.According to this reasoning, a tree having one or no node is of depth 0.
- 2022-12-27 07:35:03下载
- 积分:1