-
一个运行照片编辑控件,显示图片;图标将被转换为B。
一款运行时图片编辑控件,支持显示图片;将icon转换为位图(支持16色、256色或更高色);保存选定的图像为.bmp文件,或拷贝到剪贴板;为经常使用的位图/图标建立书签,方便使用;-one run photo editing controls, the display picture; Icon will be converted to bitmap (support 16 colors, 256 colors or higher color); the preservation of the selected images. bmp file, or copy to the clipboard; regular use of bitmap/icon establish bookmarks, ease of use;
- 2022-04-08 04:08:14下载
- 积分:1
-
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:...
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:C++
3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
-1, function : the program summation Operational polynomial, in the face of phase with the introduction of index coefficient of additive or subtraction, the index of output as it stood. The final output coefficients and the respective indices. Two, the environment : C 3, the algorithm Description : First, the importation of a polynomial analysis of all the factors into a single linked list (which, the index Add another single linked list llist2 China. Then in the index compared Linklist have the same index, if the same index, then the corresponding coefficient for peace, and the summation of the results of merging llist2; If the index is not equal, direct incorporation of llist2 China. The final index to a lower output in the form of pow
- 2023-08-10 17:40:03下载
- 积分:1
-
旅行商算法算出全国31外城市的最短单源路径。
旅行商算法算出全国31外城市的最短单源路径。-traveling salesman algorithm calculates the country"s 31 cities outside the single source shortest paths.
- 2022-03-22 21:14:44下载
- 积分:1
-
用C语言编写的pascal词法分析程序,识别程序子集的文法
用C语言编写的pascal词法分析程序,识别程序子集的文法-C language prepared by the pascal lexical analysis procedure, the identification procedures subset of grammar
- 2023-04-01 17:45:04下载
- 积分:1
-
delphi编的一个带信息提示的编辑框控件,挺好用的
delphi编的一个带信息提示的编辑框控件,挺好用的-delphi made a message with the edit box control, very good use
- 2022-09-21 06:10:03下载
- 积分:1
-
一个简单的音频播放器(漂亮的界面,含全部源码,共3个类)给点...
一个简单的音频播放器(漂亮的界面,含全部源码,共3个类)给点-a simple audio player (beautiful interface, including all source code, a total of three) to the point
- 2022-07-21 14:36:23下载
- 积分:1
-
一个简单的记事本编辑程序,可以复制粘贴,改变字体大小颜色等...
一个简单的记事本编辑程序,可以复制粘贴,改变字体大小颜色等-a simple Notepad editor, can copy and paste, color change font size, etc.
- 2022-02-09 10:59:28下载
- 积分:1
-
实现复杂场景的剪裁.功能1:对场景进行分析 公共能2,对场景进行分割,功能,对场景进行三季稻法技术圣诞节法觉得十分...
实现复杂场景的剪裁.功能1:对场景进行分析 公共能2,对场景进行分割,功能,对场景进行三季稻法技术圣诞节法觉得十分 -complex scenes tailoring. Function 1 : Scene of the public can analyze two, the scene segmentation, functions, the scene for three quarters of rice technique Christmas feel very France
- 2022-08-23 19:25:39下载
- 积分:1
-
An article on how to write an Edit control used for HEX and DEC number input.
An article on how to write an Edit control used for HEX and DEC number input.
- 2022-06-02 02:12:46下载
- 积分:1
-
有时候需要限制编辑框输入的字符,比如只允许输入字母字符,或者只允许输入数字字符,本例子通过派生一个CEdit类处理WM_CHAR消息,然后从编辑控件中过滤特定的...
有时候需要限制编辑框输入的字符,比如只允许输入字母字符,或者只允许输入数字字符,本例子通过派生一个CEdit类处理WM_CHAR消息,然后从编辑控件中过滤特定的字符。-sometimes necessary to restrict the importation of the edit box characters, such as only allowing the importation of alphabetical characters, or allow only the importation of digital characters in this case through a derived type CEdit WM_CHAR information processing, and then from the Edit Control filtering specific characters.
- 2023-07-10 08:40:04下载
- 积分:1