-
运筹学的程序
本程序实现运筹学--非线形规划中的单纯形法,求fmin(X)=4*(X1-5)*(X1-5)+(X2-6)(X2-6)的具有最小值时的最优解,如需改变所求函数,在子函数f中修改即可-the program tacticians-- non-linear planning for the simplex method, seeking fmin (X) = 4* (X1- 5)* (X1- 5) (X2-6) (X2-6) with the minimum of the optimal solution, and if necessary change change the demand function, f Functions can be modified
- 2022-02-09 17:36:21下载
- 积分:1
-
这段代码说明了如何使用C++和Win32 API函数创建一个简单的窗口
This code explains how to create a simple window using c++ AND WIN32 APi
- 2022-05-18 17:20:13下载
- 积分:1
-
断点续传源码
在自己的工程中引入所有文件,在stdafx.h中对照本下载工具项目的stdafx.h,应该是要加入afxsock.h。
参考main.cpp。主要是调用DownloadHelper。先添加任务,然后设置onFinish(下载完成后的动作),最后start。
如果目录中已有该文件,程序会自动覆盖,不会出错。
默认下载端口是80,不支持其他端口。如果要这个功能,请修改Mydownload中的fnMyDownload,HttpDownLoadNonProxy加入nHostPort。
- 2022-01-25 21:45:50下载
- 积分:1
-
msflexgrid.zip
msflexgrid.zip
- 2022-03-09 16:39:22下载
- 积分:1
-
本企业库存管理系统具有如下功能:库存基本信息的录入、修改、查询、删除模块,商品调动信息的录入、修改、查询、删除模块,以及系统维护功能。为企业库存管理提供信息咨询...
本企业库存管理系统具有如下功能:库存基本信息的录入、修改、查询、删除模块,商品调动信息的录入、修改、查询、删除模块,以及系统维护功能。为企业库存管理提供信息咨询,信息检索,信息存取等服务,基本上能够满足现代企业对库存管理的需要-Inventory management system of the enterprises have the following functions: inventory of the entry of basic information, modify, query, delete the module, the entry of goods to mobilize information, modify, query, delete the module, and system maintenance functions. Inventory management for the enterprise to provide information consultation, information retrieval, information access services, primarily to meet modern business needs of the inventory management
- 2023-08-09 11:00:03下载
- 积分:1
-
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
模仿了qt的风格,自己实现的一套C++ Windows 平台的基础类库,小巧灵活,能加快你的开发。
- 2022-04-28 11:50:40下载
- 积分:1
-
first part of the init () method to load the game all the necessary resources, i...
? 部分内容
首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScore()自动加1分。如果没有点中炸弹,炸弹继续下降,当撞到屏幕wasHitEarth()方法激活,其内调用death()方法,减少Denfenser.life生命点,同时audio.play()处理声音的播放,用以提示游戏者。当你的生命点数小于0时”Game Over”。-first part of the init () method to load the game all the necessary resources, including the voices of the mouse wiretapping, and other relevant background set. Use addBomb () method to increase the number of bomb, the initial location and initialization color. Reuse start () activated threads. Call threads run () method to deal with bomb dropped down Movement (). Hamas () in a unit time per call to paint () method is constantly refresh the screen, paint () call Bomb.addBomb () to draw bomb. When pressed mouse game, mousePress () activation of the incident to determine whether the point of the bomb. If the
- 2022-05-20 07:56:26下载
- 积分:1
-
创建、管理线程池的源代码,跟传统的有些不同
创建、管理线程池的源代码,跟传统的有些不同
- 2022-01-25 20:27:56下载
- 积分:1
-
数据库组件的构建工具是一个工具,允许开发者选择数据库…
The database assembly build tool is a tool to allow a developer to select database schema items (tables, views, stored procedures, users etc.) and export the DDL to create these items to a SQL file.
- 2023-02-17 12:55:03下载
- 积分:1
-
这是用VB 开发的一个汉诺塔程序
这是用VB 开发的一个汉诺塔程序-This is a development of the VB HANOR procedures
- 2022-03-26 08:24:14下载
- 积分:1