-
C++编写的潜艇代码
C++编写的潜艇代码-C code prepared by the submarine
- 2022-08-06 17:35:24下载
- 积分:1
-
一个VC++网卡接口类代码
一个VC++网卡接口类代码,给大家介绍的一个类CNetworkAdapter是一个网络适配器接口类,内部使用Iphlpapi、Setupapi函数实现,主要封装了一些内部函数,从而使用者可以简单轻松地获取当前机器上所有网络适配器的各种信息,包括网络IP、网卡MAC、网卡描述、子网掩码等;同时又提供了一些简单的接口函数,使得使用者可以修改网络IP和网卡MAC。
板码:(套用购物时经常使用的词“板鞋”)
这个类的功能还可以再强大健壮些,不过还是留给有心人来完成吧,我在这里只是把自己之前一段时间的工作整理了一下,写下此类好让部分“懒人”不用像我一样到处在网上找代码后,却需要花费大量精力时间去再次整理。
PS:此类中的代码完全支持UNICODE,只不过源代码中的工程并非UNICODE而已,在VC2008上启动4级warning检查,打开代码分析功能,编译通过无warning,放心使用。
- 2023-08-16 06:35:03下载
- 积分:1
-
研究数据结构,使课程设计。实现一些文件,第1个…
学习数据结构做的课程设计.有多个文件实现,这个项目也是比较多人选的,相信上传会有帮助的-study data structure so the curriculum design. Achieve a number of documents, the project is more of the candidates, Upload believe can be helpful
- 2023-04-02 22:10:04下载
- 积分:1
-
MT8809AP[1]
说明: MT8809AP 的英文资料,可能对你有邦助,就这么多了,谢谢.(English MT8809AP information that may help you have a bang on so much, thank you.)
- 2008-10-23 10:55:20下载
- 积分:1
-
AVL tree . AVL tree is a n algrothim that can be used to study the b tech subjec...
AVL tree . AVL tree is a n algrothim that can be used to study the b tech subject AAD.
- 2022-01-26 04:33:03下载
- 积分:1
-
gdsii-99a
说明: GDS Toolbox for MatLab 99
- 2020-06-25 20:20:02下载
- 积分:1
-
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种...
该程序实现的是种子生命的模拟,生存:有两个或三个邻居的种子将存活到下一代,即仍然占据该格子;
死亡:如果有四个或更多的邻居,种子将因为过度拥挤而死亡;如果种子只有一个或零个邻居,将因为孤独而死亡;
繁殖:如果一个空格子有三个邻居,那么将会长出一粒新种子。一种模式在经过若干代之后有以下四种可能的结局之一:
消亡;
不变――静态;
振荡――在一组模式间循环多次后在相同的位置出现相同的模式;
滑动――在一组模式间循环多次后在不同的位置出现相同的模式。该程序允许用户指定初始的模式或计算机自动创建初始的模式;
显示进化的过程,即历代模式;
当模式消亡就停止进化,或者提示用户是否继续显示下一代,或开始新的案例,抑或退出。
-The program implementation is the seed of life simulation, survival: There are two or three neighbors of the seed will survive to the next generation, that is still occupying the lattice
Death: If there are four or more neighbors, the seeds will die because of overcrowding if seed is only one or zero neighbors, will die because of loneliness
Breeding: If a sub-space has three neighbors, then it will grow a new seed. After a pattern after several generations have the following one of four possible outcomes:
Die
Constant- static
Oscillation- a group of modes in the loop on many occasions in the same location after the same pattern emerged
Sli
- 2022-03-25 01:15:01下载
- 积分:1
-
内存中断向量物理地址排序
内存中断向量物理地址排序-memory physical address Ranking
- 2022-02-25 10:56:45下载
- 积分:1
-
二阶段法matlab
最优化方法两阶段法与单纯形法matlab代码(Optimization method, two stage method and simplex method)
- 2017-07-07 14:44:21下载
- 积分:1
-
bat
说明: 蝙蝠算法,用于求解多维函数最小值,运行时需自己添加目标函数Fun( ),其中pro控制此时运行的是哪个函数(Bat algorithm is used to solve the minimum value of multi-dimensional function. When running, you need to add the objective function fun (), where Pro controls which function is running at this time)
- 2019-12-26 10:37:30下载
- 积分:1