-
Accelerated C++
Accelerated C++ - Practical Programming By Example Ebook-Accelerated C++- Practical Programming By Example Ebook
- 2022-03-24 06:18:36下载
- 积分:1
-
命名管道连接A.exe和B.exe
windows命名管道连接A.exe和B.exe,A用来显示,B用来输入字符串并变为大写,C程序功能通过使用管道(pipe)通信的方式,实现 A 和 B 的连接,即让 A 进程的输出作为 B 进程的输入
- 2023-09-09 05:10:02下载
- 积分:1
-
请认真阅读您的文件包和描述,它至少有40字节的英文。
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-01-26 02:47:31下载
- 积分:1
-
windows的升级补丁获取器,下载所有windows的升级补丁
windows的升级补丁获取器,下载所有windows的升级补丁-windows update
- 2023-06-19 21:50:04下载
- 积分:1
-
在大多数的窗口应用程序中,它的所有形式都是使用正规的时间…
在绝大多数的Windows应用程序中,其窗体都是使用的正规正矩的矩形窗体,例如我们常用的,“记事本”,“扫雷”,等等。矩形窗体,具有编程实现简单,风格简洁的优点,所以在普通文档应用程序和 简单小游戏中使用足矣。但在某些娱乐游戏程序中使用就略显呆板些了,这时若用不规则窗体替代原先 的矩形窗体,将会使这类程序更添情趣。典型的例子有windows 自代的Media Player,新版本的Media Player有个控制面板的选项,选中这些面板,播放器就以选中的面板形状出现,这时的播放器比以前版 本的Media Player的古老矩形界面要生动有趣的多了。 要实现不规则窗体不是太难,知道了基本原理后,你也可以创建各种有趣的不规则窗体。-in most Windows applications, all of its forms is the use of the formal moments of rectangular windows, for example, we used, "Notepad", "mine" and so on. Rectangular windows, with programming simple, concise style of the advantages, in ordinary applications and files a simple little game that pledge to use. But in some amusement games procedures on the use of a slightly more rigid, then using the irregular forms of alternative original rectangular windows, such procedures will be added with more amenities. Typical examples are from the generation of the Windows Media Player, the new version of Media Player has a control panel of options, selected these
- 2022-03-21 18:40:51下载
- 积分:1
-
用VC控制台程序写的一个计算任意空间点到某一个三角形的最短距离程序,可能对某些搞计算机图形学的人有帮助...
用VC控制台程序写的一个计算任意空间点到某一个三角形的最短距离程序,可能对某些搞计算机图形学的人有帮助-VC console procedures written in a calculated arbitrary space to a certain point of a triangle shortest distance procedures, some may engage in the computer graphics help
- 2022-02-26 18:21:34下载
- 积分:1
-
一个电子时钟的小程序(――取消目录及其所包含子目录和文件的“只读”属性。否则,打开vc项目时由于无法进行文件的“写”操作,会导致提示出错信息。)...
一个电子时钟的小程序(――取消目录及其所包含子目录和文件的“只读”属性。否则,打开vc项目时由于无法进行文件的“写”操作,会导致提示出错信息。)-An electronic clock applet (- the abolition of the directory and its subdirectories and files contained in the
- 2022-07-10 06:04:18下载
- 积分:1
-
POS的PHP程序用于中小型
POS php program this used for small to medium- sized companies
- 2022-04-20 19:44:50下载
- 积分:1
-
计算后缀表达式,先将中缀式转化为后缀式,在进行计算,有较高的效率...
计算后缀表达式,先将中缀式转化为后缀式,在进行计算,有较高的效率-Suffix calculated expression, first in the up-type into a suffix-style, in terms of higher efficiency
- 2023-06-01 12:50:03下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1