-
这表明如何动态创建C++ Builder形式。
This showing that how to dynamic create a form in C++ builder.
- 2022-03-16 10:49:21下载
- 积分:1
-
超炫带录音的VB 电子钢琴源代码.rar
摘要:VB源码,多媒体技术,电子琴
源码中包括许多实用的VB用户控件。VB电子钢琴将电脑键盘按键转化为 钢琴按键 序号!用到的钢琴键盘控件,按键与发声分离,非常重要,否则用第一种方法时按一个键会同时发两次声音,且不一样。第二种方法则两次声音一样!三个类:
1、Sub StartPlayingPiano开始播放。变量
- 2023-09-06 11:45:04下载
- 积分:1
-
In the demo project, I create a simple graph with four series of data. It demons...
In the demo project, I create a simple graph with four series of data. It demonstrates different options of marker, such as shapes, colors, etc. When the cursor hits a marker, the background data value will be displayed by tool tip. Some API functions, such as CRgn::PtInRegion(), in HitTest() work best in device coordinates. It may be a good practice to convert the test-point into device coordinates. In the demo, I create one marker for each data series. If you want to use different marker option within one data series, you have to create one marker for each data point.
- 2022-01-20 22:34:40下载
- 积分:1
-
html tags, the paper listed some common html tags and their use, can help users...
html标签,文中列举了一些常用的html标签及其用法,可以帮助读者熟悉html标签的用法
-html tags, the paper listed some common html tags and their use, can help users familiar with the use html tags
- 2023-05-04 14:20:03下载
- 积分:1
-
动态增加状态条及其他控件
动态增加状态条及其他控件-dynamic increase of the state and other controls
- 2022-03-24 23:51:09下载
- 积分:1
-
对于图像的矢量压缩,而且还有很多其他的功能
对于图像的矢量压缩,而且还有很多其他的功能-for vector image compression, but there are many other functions
- 2022-12-21 17:55:04下载
- 积分:1
-
用VB实现的快速表格
用VB实现的快速表格-VB forms Fast
- 2022-03-09 16:40:14下载
- 积分:1
-
RFID读卡芯片程序
RFID射频识别是一种非接触式的自动识别技术,它通过射频信号自动识别目标对象并获取相关数据,识别工作无须人工干预,可工作于各种恶劣环境。RFID技术可识别高速运动物体并可同时识别多个标签,操作快捷方便。所以在驾校的练车系统上面应用很广泛,这种界面可以直观的读取自己消费的信息,以及后台人员方面对卡片的信息的采集工作。
- 2022-12-31 15:50:28下载
- 积分:1
-
记事本的源码,实现记事本基本功能,有一定的收藏价值
记事本的源码,实现记事本基本功能,有一定的收藏价值-source of the notebook, the notebook achieving basic functions of a certain value to the collection
- 2022-01-27 15:53:06下载
- 积分:1
-
Perl/Tk-Calculator 基于Perl/Tk的简易计算器程序
Perl/Tk-Calculator 基于Perl/Tk的简易计算器程序
#一些细节:小数点只能输入一次,若显示框内已有小数则小数点按钮无效
# 在连续按下运算符时,计算器只识别最后一次按钮事件。例如,依次按下‘1’‘/’‘*’‘2’,实际计算1*2,得2。
# 可以连续输入运算,例如一次按下‘1’‘-’‘1’‘+’‘1’‘=’后,显示结果为 1。
# 前一次运算所得结果可以直接参与下一次运算(若一次运算结束后按下数字,则视为新的运算开始,前次结果不会参与运算)。
* 需要 Perl/Tk模块支持
- 2023-03-21 21:50:03下载
- 积分:1