-
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书...
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书-Chinese culture has a long history, the rise of great powers, the rise of great powers, vivid, Ancient cultures do in this book
- 2022-02-25 17:45:34下载
- 积分:1
-
VMware absolute green green version is easy to install!
VMware绿色版 绝对绿色 安装简单!-VMware absolute green green version is easy to install!
- 2022-05-06 12:23:23下载
- 积分: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
-
从16x16字符阅读作为一个小的,Visual C开发使用。只是开始…
从16x16字库中读内容的小程序,使用visual C++开发。仅供初学者使用-from 16x16 character read as a small, the use of visual C development. Only beginners
- 2022-02-05 19:02:38下载
- 积分:1
-
Phoenix bios crisis recovery disk
Phoenix bios crisis recovery disk
- 2022-05-19 00:58:16下载
- 积分:1
-
Algorithm program list, pointer to operate clean, very classical algorithm proce...
链表算法程序实现,指针操作干净利索,很经典的算法程序。-Algorithm program list, pointer to operate clean, very classical algorithm procedures.
- 2022-05-26 21:54:42下载
- 积分:1
-
功能强大的网上书店系统,用户登录,管理,书籍浏览,新书上架...
功能强大的网上书店系统,用户登录,管理,书籍浏览,新书上架-A powerful online bookstore system, user login, management, book browsing, book shelves, etc.
- 2022-05-20 12:40:03下载
- 积分:1
-
GetLastError输入错误数字,显示中文错误原因
应用背景该代码实现了windows编程下,错误代码的查询,当你使用GetLastError时收集到的数字,经数字输入到该exe中便可以显示出错误原因,中文版的,这样以便于对错误进行处理,使用十分方便。关键技术在使用MFC下,导入了netmsg动态库,是通过学习《windows内核编程》进行第一次开发,对内核编程有了初步的学习,想对内核编程进行进一步的学习,需要先对此代码比较熟练,继而进行下一步的学习。
- 2022-03-24 15:52:10下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
这是一个系列的实验环境控制电机,控制电机的速度…
这是用labwindows编的一个电机控制实验,控制电机的转速和方向。希望对大家有用。-labwindows This is a series of experiments motor control, control the motor speed and direction. We hope that the right useful.
- 2022-03-23 04:24:18下载
- 积分:1