-
题三:超声速静压探针设计程序
超声速静压探针程序,采用有旋特征线法求解旋成体绕流流场,能给出任意马赫数下的壁面沿程压力分布情况,给出壁面静压恢复到自由来流静压的位置;(Supersonic hydrostatic probe program)
- 2020-06-23 11:40:02下载
- 积分:1
-
weather-radar
与气象雷达有关的书籍,对初学者有很大的帮助。(With weather radar related books, a great help for beginners.)
- 2011-11-16 23:07:04下载
- 积分:1
-
刷屏走迷宫
本程序为迷宫路径探测,自动寻找出路并将已走过的死路标记,同时将路径与栈中坐标实时显示。并且拥有改变颜色,读取文件,设置中日英三种语言,充值等多种功能,本人刚接触数据结构不久,学艺不精,各位且档消遣看看笑笑就好。
- 2023-03-11 21:05:03下载
- 积分:1
-
NoDelkey
A simple program to demonstrate disabling a keyboard key.
- 2009-08-30 15:13:53下载
- 积分:1
-
1
说明: 智能优化算法作为新兴的搜索算法,一般是指利用自然界的生物系统与优化过程的某些相似性而逐步发展起来的优化算法,如遗传算法、粒子群算法、蚁群算法等,它们通过对搜索空间中的一组解按概率规则操作得到下一组解。
人工鱼群算法源于对鱼群运动行为的研究,是一种新型的智能仿生优化算法。它具有较强的鲁棒性、优良的分布式计算机制、易于和其它方法结合等优点。目前对该算法的研究、应用已经渗透到多个应用领域,并由解决一维静态优化问题发展到解决多维动态组合优化问题。
(As an emerging intelligent optimization algorithms search algorithm, generally refers to the use of natural biological systems and the optimization process some similarities and gradually developed optimization algorithms, such as genetic algorithms, particle swarm optimization, ant colony algorithm, which searches through space of solutions according to the probability of a rule action to get the next set of solutions. AFSA stems from the behavior of fish movement, is a new type of intelligent bionic optimization algorithm. It has strong robustness, excellent distributed computer system, easy to combine with other methods, etc.. At present the algorithm research, application has penetrated into multiple applications, by solving one-dimensional static optimization problem developed to solve multidimensional dynamic combinatorial optimization problems.)
- 2013-05-26 01:12:23下载
- 积分:1
-
aes
AES加解密算法的C语言实现。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(C language implementation of AES encryption and decryption algorithm)
- 2017-12-02 18:59:04下载
- 积分:1
-
chat
本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。(This chat program USES 2048- bit RSA data encryption algorithm to encrypt data and digital signature after send out, because the RSA encryption information requires a lot of time, so this procedure is suitable for used to pass key or the network communication is very important and less information. The compiled program running interface as shown above, normal chat need to be set, set the IP address, QQ number or E-mail address, you can send the news, program can also be completed as shown in the other functions.)
- 2016-08-17 17:39:52下载
- 积分:1
-
datareader的实例代码,适合.net的初学者 代码来自csdn的朋友
datareader的实例代码,适合.net的初学者 代码来自csdn的朋友-datareader examples of code for. Net code from the beginners csdn friends
- 2022-09-16 04:30:03下载
- 积分:1
-
TestUseMatlab
VC 中调用MATLAB
程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
(程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
)
- 2009-05-15 09:41:58下载
- 积分:1
-
Demo2_UART_1017
凌阳SPCE06的语音通信代码,利用了双缓冲队列,是学习的好例子,希望很大家一起分享(Sunplus SPCE06 voice communications code, the use of the double-buffer queue, is a good example of learning, hope to share with everyone)
- 2007-03-25 00:30:02下载
- 积分:1