-
基于qt的文档编辑器
基于qt的文档编辑器,可以增删改保存另存等,并且具有复制剪切和黏贴的功能,较以往的文档编辑软件更方便、快捷。占用内存小,适合所有用户使用,更适合新手用户使用和研究代码。初学者们可以下载进行研究。
- 2022-05-29 07:06:11下载
- 积分:1
-
SPP
卫星导航的单点定位程序,设计简单,原理清楚,是学习编程的好资料。(Single point positioning satellite navigation application, simple design, the principle is clear, is good reference to learn programming.)
- 2015-01-23 22:15:00下载
- 积分:1
-
Force-Feedback-with-DirectInput
This is a code stub from a game I am working on. You will need to have DirectX 7.0 installed or higher. I will give you two sample effects when using a force-feedback joystick. The first one is an Explosion force feedback effect, the other one is a Gunfire effect. You will have to enum your own Joystick object.
- 2014-07-13 14:06:31下载
- 积分:1
-
银行系统
这是只是基本的控制台基于银行系统为分配目的。
zip 文件包含只有 cpp 文件和一个文本文件...
- 2023-03-31 20:55:04下载
- 积分:1
-
simulink
实现了曲线拟合,关于客车燃油经济性的曲线(vc++ achieve numerical simulation with the approximation method of calculating least-squares curve fitting )
- 2010-09-09 22:14:44下载
- 积分:1
-
1
说明: 将Minpack库中的LM算法封装成库,经过调试,通过算例运行结果与Matlab中运行出来的结果相差0.01范围内。(Will Minpack library package into the LM algorithm library,After debugging An example is the results is only 0.01 Difference from the result of Matlab s!
)
- 2009-08-09 22:15:03下载
- 积分:1
-
winform 自定义窗体、控件
winform 自定义窗体、控件
- 2015-07-03下载
- 积分:1
-
pcb拼版算法
using System;using System.Collections.Generic;using System.Drawing;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using Zm.Common;namespace Zm.Business{ /// /// 拼版管理 /// public class PinbanManage { public int BmapX = 520; public int BmapY = 249; /// /// 采用 /// #region 方案1 public void TestP5() { ///板子的尺寸 var B1 = new float[] { 53, 89, 10 }; var B2 = new float[] { 32, 102, 10 };
- 2022-10-12 14:05:03下载
- 积分:1
-
压缩
建立哈夫曼树,对文件进行哈夫曼编码,达到对文件进行压缩的功能(Building Huffman tree, Huffman coding for files, to achieve the function of compressing files)
- 2017-11-27 21:44:19下载
- 积分:1
-
c++找出找出质量不同的球。
有12个外表一样的球 其中有一个球的质量异常(不知是过重还是过轻)。现在要求用一个没有砝码的天平称三次,找出那个重量异常的球,并得出是重了还是轻了。(c++程序实现)
- 2022-05-31 19:19:01下载
- 积分:1