-
记事本程序,可以实现和在记事本中的所有功能,包括…
记事本程序,可以实现和WINDOWS里记事本里所有功能,包括显示系统当前时间,和光标行数-Notepad program, you can realize and WINDOWS in Notepad all functions, including the current time display system, and the cursor rows
- 2022-02-04 18:40:07下载
- 积分:1
-
关机 恶搞
#include
#include
void xin();
void f1();
void f2();
int i,j,k;
void main()
{
char write[100];
system("shutdown.exe -s -t 300");
printf("
快说我爱你
!
不说就关机
!
");
- 2022-01-22 06:07:27下载
- 积分:1
-
这是一个程序,我自已做的,大家支持一下,好不好也说句话.
这是一个程序,我自已做的,大家支持一下,好不好也说句话.-This is a procedure to do my own, and U.S. support for what, good or not is also a word.
- 2022-06-15 03:30:41下载
- 积分:1
-
Skin 编程源码1
Skin 编程源码1-a programming source
- 2022-03-07 19:37:22下载
- 积分:1
-
GUI类库--ClassXP,该类库是用C++ + sdk写的代码,其结果体现的就是编译程序小巧、运行快速的特点...
GUI类库--ClassXP,该类库是用C++ + sdk写的代码,其结果体现的就是编译程序小巧、运行快速的特点-GUI class libraries-- ClassXP, is the Class C sdk writing code, and the results reflected in the translation program is small, fast running characteristics
- 2022-02-01 19:45:16下载
- 积分:1
-
a good type of source control, Visual C apply.
一个很好用的控件类源代码,适用Visual C++.-a good type of source control, Visual C apply.
- 2023-03-12 15:00:03下载
- 积分:1
-
这个是透明界面的代码,外国人写的,还不错
这个是透明界面的代码,外国人写的,还不错-This is a transparent interface code, written by foreigners, but also a good
- 2022-01-26 02:40:28下载
- 积分:1
-
是一个VB6界面的控件锦集,里面包含了示例,有窗体皮肤及按钮等...
是一个VB6界面的控件锦集,里面包含了示例,有窗体皮肤及按钮等-VB6 is a control interface锦集, which contains the sample, a form button, such as skin and
- 2022-07-28 02:27:22下载
- 积分:1
-
该源程序能够实现对信号的调制与解调,且是通过Labview实现的...
该源程序能够实现对信号的调制与解调,且是通过Labview实现的-The source code can be achieved on the signal modulation and demodulation, and is achieved through the Labview
- 2022-10-22 02:50:03下载
- 积分:1
-
资源管理目录树
这是在windows开发环境下写的一个资源管理树程序,能够获取我的电脑下的所有资源信息。开发工具是VS2003,如果采用更高版本的工具打开,需要更改 stdaftx.h 中的一些宏。例如:
#ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
#endif
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
#define _WIN32_WINDOWS 0x0501 // Change this to the appropriate value to target Windows Me or later.
#endif
- 2023-04-21 23:25:03下载
- 积分:1