-
ie工具栏源码,非常实用,可以修改为自己的工具栏
ie工具栏源码,非常实用,可以修改为自己的工具栏-Toolbar source ie, very practical, you can modify for their own toolbars
- 2022-02-11 20:17:31下载
- 积分:1
-
支持超
支持超长大整数的基本运算,重载了多种基本运算符,操作简单方便-Support for super-long big integer basic computing, a variety of heavy-duty basic operator, operation is simple and convenient
- 2023-06-03 21:20:03下载
- 积分:1
-
win32MP3播放器
win32实现的MP3播放器,采样了MCI接口,通过复写wnproc实现不规则界面,并自定义实现了歌词显示功能。支持lrc歌词
- 2022-05-14 00:22:45下载
- 积分:1
-
基与MFC的拼图游戏源码
实现功能,可自定义图块大小,个数与源图片,拼自己喜欢的图片,记时,记分
ChildView.h
ImageBlock.h...
基与MFC的拼图游戏源码
实现功能,可自定义图块大小,个数与源图片,拼自己喜欢的图片,记时,记分
ChildView.h
ImageBlock.h
。
。
。
PatchManager.cpp
PatchBoard.cpp
Settingdlg.c-The base of the jigsaw puzzle with the MFC source code to achieve functionality, can be customized tiles size, the number of source images, to fight their favorite pictures, remember, the score
- 2022-01-26 18:32:50下载
- 积分:1
-
硬facts of the源代码控制
对硬盘的事实监控的源代码-hard facts of the source code control
- 2022-02-02 19:24:35下载
- 积分:1
-
一个用VC写的监控别人计算机的程序(65KB),
一个用VC写的监控别人计算机的程序(65KB),-Written by a VC with a computer program to monitor other people (65KB),
- 2022-01-29 04:01:26下载
- 积分:1
-
Sample lighting program
Sample lighting program
- 2022-02-21 02:10:00下载
- 积分:1
-
ListView报表打印模块
模块特点:1、可对页面、表格和字体进行设置,可设置标题和页眉、页脚;2、可在一个程序内为每个表设置独立的打印页面;3、支持页面预览及页面缩放;4、支持选页打印(暂时没有实现打印当前页)。view.cfg 为页面和打印机配置文件,由于打印机的不同,需要在运行时重新设置纸张和纸夹,以保证正确输出。
- 2023-07-07 17:10:03下载
- 积分:1
-
模拟Windows中的画图程序,可以扩展为其它的东西
模拟Windows中的画图程序,可以扩展为其它的东西-Simulation of Windows in the drawing process can be extended for other things
- 2022-02-07 02:42:26下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1