-
判断一个窗口是否可见,类似IsWindowVisible函数
判断一个窗口是否可见,类似IsWindowVisible函数-Judge if a window is visiable, and like IsWindowVisible function.
- 2022-01-25 19:29:48下载
- 积分:1
-
Using visual C++ Combination opengl developed flame effect
用visual C++结合opengl开发的火焰效果-Using visual C++ Combination opengl developed flame effect
- 2022-04-20 20:31:23下载
- 积分:1
-
reading and writing large documents
读写大块资料文件-reading and writing large documents
- 2023-08-09 01:40:03下载
- 积分:1
-
获得一个字符的Ascii代码
获得一个字符的Ascii代码-was a character Ascii code
- 2022-03-21 07:06:49下载
- 积分:1
-
good is very nice program but i dont understand it
good is very nice program but i dont understand it
- 2022-10-18 12:00:03下载
- 积分:1
-
多
多元多峰函数的优化实例
第10行各变量的上下限改为[-10 10],原来为[-3 3];
第25行改为:[Y, I]=min(ObjV) 原来为[Y, I]=min(ObjVSel) 以此将染色体的个体值与shubert()函数值对应起来,原表达式不具有shubert()函数自变量和应变量的对应关系
-Multi-multi-peak function optimization examples of the first 10 lines the upper and lower limits of each variable changed to [-10 10], originally for the [-3 3] No. 25 line changed to: [Y, I] = min (ObjV) the original of [ Y, I] = min (ObjVSel) this will be the individual value of chromosome shubert () function values corresponding to the original expression does not have shubert () function from the variables and should correspond to the relationship between variables
- 2022-12-27 05:15:03下载
- 积分:1
-
MinGW编译QT的离线安装程序使用Windows
MinGW offline Installation use to compile QT programs for Windows
- 2022-02-20 06:14:18下载
- 积分:1
-
本枝程序主要介绍怎么正常的去中专一个正在运行的进程。
本枝程序主要介绍怎么正常的去中专一个正在运行的进程。-This branch introduces the procedure how a normal secondary to the process is running.
- 2023-08-11 00:20:03下载
- 积分:1
-
项目管理系统
应用背景项目管理系统主要特点:1。员工管理2。项目进入3。项目阶段进入4。项目类别条目5、客户进入6。项目管理7。数据库备份6。数据库恢复9、日志设施提前记录搜索:1。客户记录2。员工记录3、分类记录4阶段记录5、项目管理记录其他特点:1。用户注册2。更改密码3、密码恢复4、用户注册记录登录信息:用户名称-管理密码- 12345关键技术该项目管理系统是用C写的#。NET和SQL Server 2008作为前端后端。要求:Visual Studio 2010(SQL Server 2008)
- 2022-05-22 08:57:58下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1