-
本程序实现一个简单的计算器功能,其中包括0~9共10数字按钮、加、减、乘、除4个运算按钮以及等号和清空两个辅助按钮 ,还有一个显示输入输出的文本框。...
本程序实现一个简单的计算器功能,其中包括0~9共10数字按钮、加、减、乘、除4个运算按钮以及等号和清空两个辅助按钮 ,还有一个显示输入输出的文本框。-the procedures to implement a simple calculator functions, including 0-9 10 digital buttons, plus or minus, multiplication and four button operation and clear the two equal and secondary buttons, a display input and output text box.
- 2022-01-22 05:24:35下载
- 积分:1
-
CV++ 2005+ Ae9.2 map to achieve the basic browser
CV++2005+ae9.2实现地图的基本浏览-CV++ 2005+ Ae9.2 map to achieve the basic browser
- 2022-04-06 14:32:19下载
- 积分:1
-
使用C#制作屏幕保护的方法
使用C#制作屏幕保护的方法-produced using C# screen protection methods
- 2023-03-14 04:10:03下载
- 积分:1
-
c#的登陆入口,是初学者的最基本的数据库的应用程序。
c#的登陆入口,是初学者的最基本的数据库的应用程序。-landing import is the most basic beginners database applications.
- 2022-02-10 02:34:07下载
- 积分:1
-
图书馆管理系统main
图书馆管理系统main-main library management system
- 2023-07-16 18:10:03下载
- 积分:1
-
教科书的例子,源码for the examples from Fintan culwin S Textbook是……
Textbook examples, source code for the examples from Fintan Culwin s textbook Java: an Object First Approach, which is also on this CD.
- 2023-07-27 10:10:03下载
- 积分:1
-
CxSkinButton_src
挺简单的代码,就是先画一个内存Bitmap,画好了拷贝到窗口dc.
使用双缓冲技术实现位图按钮的不闪烁
位图按钮
实现不规则按钮
不规则有效区域
效果不错,基本上常用的功能,比如不规则的位图按钮,都实现了。
- 2022-05-06 19:29:01下载
- 积分:1
-
双精度型与16进制型数据转换工具,希望给大家提供数据转换方便。...
双精度型与16进制型数据转换工具,希望给大家提供数据转换方便。-double-precision and 16-band data conversion tools, we hope to facilitate the provision of data conversion.
- 2022-03-05 18:23:41下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
NURBS曲线插补
本文较为深入地研究了 NURBS 曲线及其性质、相关参数计算方法。提出NURBS 曲线的阿当姆斯微分方程插补算法,并利用前、后差分结合代替微分
的方法,对初始迭代式改进得到参数快速递推式。利用参数快速递推式,同时辅以预估—校正法,通过适当的插补预处理与合理的近似计算,综合考虑轮廓
误差控制和进给加速度控制,实现了动态变步长的自适应 NURBS 曲线插补方式。可使机床在满足误差要求的前提下,以最大化进给速度对零件进行插补加
工,实现了插补精度和插补速度的优化,提高了加工质量和效率。在 NURBS插补加减速控制方面,本文利用 NURBS 曲线的对称性进行实时插补减速点的
预测,提出了插补前抛物线--直线--抛物线 S 型加减速控制新方法。其具有位置精度高、速度过渡平滑等优点,并且改变了原有控制方法的以弦线代替弧
线、每插补一步都要进行繁琐的曲线弧长计算的情况,有利于提高插补精度和实时性。
- 2022-03-20 21:20:11下载
- 积分:1