-
7.4
说明: 用VC++6.0编写的一个类似RM的播放器程序(Using VC++6.0 prepared in a similar RM player program)
- 2010-03-18 10:25:39下载
- 积分:1
-
vb232
一个简单的VB串口发送程序,初学者参考.(a simple VB Serial this procedure, beginners reference.)
- 2007-01-12 15:06:01下载
- 积分:1
-
vbchengxu
VB画图程序源码,VB画图程序源码,VB画图程序源码(VB Paint program source code)
- 2013-11-18 15:00:30下载
- 积分:1
-
MouseClickPMFC
能够完成鼠标的自动点击,可以使电脑在五人看守的情况下,某些系统不再掉线。(Automatically clicks the mouse to complete, you can make your computer in case of five guards, some systems are no longer dropped.)
- 2014-07-06 18:22:52下载
- 积分:1
-
eBilling-Source-Code
e billing system written in visual basic
- 2015-11-05 23:41:39下载
- 积分:1
-
MATRIX
VC++矩阵运算类,提供各类矩阵运算的算法,是一个很不错的运算类(VC++ matrix operations class, provide all kinds of matrix operation algorithm, is a very good algorithm
)
- 2015-08-04 16:14:02下载
- 积分:1
-
同时打开多个文件并在多个窗口显示
用vb实现同时打开多个文件并在多个窗口显示,一个经典例子极具参考价值(used simultaneously open multiple documents in multiple windows, a classic example of great reference value)
- 2020-07-28 17:08:41下载
- 积分:1
-
DrawOfMemory
DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:
int Mult:总共需要显示几类数据
int AllNum:每类数据总的数据量
int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...
COLORREF PenColor:每类数据的画笔的颜色
CWnd *pWnd:需要显示曲线的控件指针
还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined:
int Mult: A total of several types of data to be displayed
int AllNum: total amount of data for each type of data
int Value []: an array of data values , consisting of forms: Data 1 Data 2+ 3+ ...+ data
COLORREF PenColor: brush color for each type of)
- 2014-07-02 10:52:43下载
- 积分:1
-
miniCommon-master
widnows VT 技术的开源工程技术文件,源代码(widnows VT tec, mini conmmon)
- 2015-11-16 12:45:24下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1