-
LinProg.NET is a framework for mathematical programming implemented on .NET plat...
LinProg.NET is a framework for mathematical programming implemented on .NET platform. This framework is supporting linear, integer, boolean and quadratic programming. Framework is written on Microsoft .NET version 2.0.
- 2022-06-14 23:23:21下载
- 积分:1
-
单片机PH浓度测量仪
基于stc15单片机的PH浓度测量仪,数码管显示浓度值,可对浓度和传感器进行校准
- 2022-08-08 13:11:00下载
- 积分:1
-
一款不错的日历源码,网站用的啊,直接可以使用
一款不错的日历源码,网站用的啊,直接可以使用-A good source of the calendar, the site used to, ah, can be used directly
- 2022-01-25 21:16:01下载
- 积分:1
-
该程序应用于WINDOWS MOBILE 6.0 SDK环境
是一款基于手机嵌入式的小游戏...
该程序应用于WINDOWS MOBILE 6.0 SDK环境
是一款基于手机嵌入式的小游戏-This project is based on Windows Mobile 6.0 SDK, and it is a kind of small gobang game embreesed in cellphone
- 2022-03-29 23:12:36下载
- 积分:1
-
基于C++的跨平台象棋对战游戏
基于QT开发的一款象棋对战游戏,可支持玩家对战,人机对战,网络对战等多种对战模式,此软件在windows和linux下均可运行,网络对战服务器端架设在linux下。6909
- 2022-05-21 15:53:36下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
程序能够实现黑白棋子交替落子,判断输赢,重新开始游戏
程序能够实现黑白棋子交替落子,判断输赢,重新开始游戏-Sub-programs can be achieved Reversi alternate Lazi, judge winners and losers, to re-start the game
- 2022-09-04 05:20:03下载
- 积分:1
-
《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能...
《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能的怪物,有大量怪物聚居的地域供玩家练级,也有强大的怪物供玩家组队挑战,如高地战神、黑龙、巫妖等,怪物分为4种类型,分别是魔法型、战士型、力量射手型、魔法射手型,各有不同的特长,能力基本平衡,玩家可根据爱好选择游戏角色,游戏做过很充足的测试,在平衡性方面做了很多努力,有很强的可玩性,加上华丽的魔法效果,动感的音乐和动作,方便高效的设置和连线功能,是一款值得试玩的游戏。
-"confusion arena," a free people line games, the game supports multiple connections with the players in a scene militia, for itself and PK, the game set a 4000* 4000 and the size of the scenes have a total of 43 different skills monster. a large number of monster populated area for players for itself, but also a strong team player for a monster challenge, such as the upland God of War, Heilonggang. Wu Yao, a monster is divided into four types, namely the magic type, the soldiers type, strength-shooter, shooter-type magic, have different skills, and abilities of balance, players can choose game-loving roles, games done very well in testing, the balance have done a lot of hard work, a strong buzz, plus gorgeous mag
- 2022-10-24 03:55:03下载
- 积分:1
-
materials management is general industrial, commercial enterprise production man...
物资管理是一般工业、商业企业生产管理还击中重要的一环,需要对物资基本信息管理、物资调配信息等进行完整的监控。物资入库首先需要登记物资的基本信息,包括物资的种类、名称、型号、单位等;然后登记入库信息,包括物资基本信息、入库地点、入库人、经办人、数量等;出库物资需要登记出库信息,包括物资基本信息、出库地点、出库人、经办人、数量等;根据物资的入库、出库过程的综合,得到各种物资的余额信息,方便进行后续工作。因此物资管理信息系统需要记录物资流通的全过程。-materials management is general industrial, commercial enterprise production management responded important aspect of a need for basic supplies information management, materials information for the deployment of a complete monitoring. The amount of material goods must first register the basic information, including the type of materials, name, type, units, etc.; Arsenal then registration information, including basic information materials, storage location, storage, handling, and so on; Out-up materials needed for registration information, including material basic information out of the hangar location, out of the hangar, handling, and so on; based on the amount of material in and out of the process of integration, access to the material balance information and faci
- 2022-08-21 06:04:09下载
- 积分:1
-
mfc 超酷Edit
mfc 重写edit.基于mfc的CEdit类,重新编写了一下edit的外观,颜色,
此程序适合于刚刚接触mfc不久的同学练习,深入了解mfc的控件使用,
以及一些事件,方法的重写。
- 2022-02-04 07:38:28下载
- 积分:1