-
3D 魔方的C++
新增功能:花式魔方,在菜单中FigureCube可以使魔方旋转成多种花式。共有45中花式,参考了www.Rubiker.cn中的花式魔方公式。每点击一次菜单,就会显示一种花式,45中花式循环显示。由于可能在整理时把花式公式弄错,所以可能出现并不美观的图案,这些会在可能存在的后续版本中更正。
1 > 尚未实现类似于2D版本的抄写功能。可以在2D中抄写,然后在本版本中打开。
- 2022-04-22 11:08:30下载
- 积分:1
-
dll变量调用实例
这是一个简单的dll中变量被其他程序调用的实例,简单明了的让你知道dll中的函数和变量如何被其他程序调用。
- 2022-06-14 09:44:23下载
- 积分:1
-
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值...
内容包括VC++网络编程的诸多方面,例如因特网编程、串口通信等等。很有参考价值-Includes VC++ Many aspects of network programming, such as Internet programming, serial communications and so on. Useful reference
- 2022-04-14 21:59:36下载
- 积分:1
-
重新启动和关闭电脑
重新启动和关闭电脑-restart and shut down computers
- 2022-07-17 21:41:36下载
- 积分:1
-
Visual_C Knowledgebase
Visual_C++知识库-Visual_C Knowledgebase
- 2022-09-28 18:15:05下载
- 积分:1
-
一个网络电话C++build
一个网络电话C++build-a telephone network build C
- 2023-07-14 18:50:05下载
- 积分:1
-
Delphi的同伴
Delphi编写的点对点传文件程序-Delphi peer-to-peer file-procedures
- 2022-02-11 18:11:30下载
- 积分:1
-
清华大学出版社最新出版的《vc 项目开发全程实录》一书中餐饮管理系统的源程序...
清华大学出版社最新出版的《vc 项目开发全程实录》一书中餐饮管理系统的源程序-Tsinghua University Press published the latest " vc project development throughout Record," a book of food and beverage management system source code
- 2022-06-30 20:28:39下载
- 积分:1
-
Thinking in Patterns.
Thinking in Patterns.
- 2022-04-10 03:19:06下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1