-
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Bridge模式...
设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Bridge模式-design patterns VC example, can be used to study design patterns. I feel very useful. This model is Bridge
- 2023-01-29 11:10:03下载
- 积分:1
-
c++学习资料 教你如何应付复杂的调试过程和调试技巧
c++学习资料 教你如何应付复杂的调试过程和调试技巧-c++ learning materials teach you how to deal with the complexity of the debugging process and debugging skills
- 2023-06-17 14:00:04下载
- 积分:1
-
Silverlight围棋在线对弈程序 Silverlight围棋在线对弈程序
Silverlight围棋在线对弈程序 Silverlight围棋在线对弈程序-a program
- 2022-01-26 04:29:36下载
- 积分:1
-
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)...
该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the recursive)
- 2022-09-13 15:50:03下载
- 积分:1
-
获取系统信息的小程序
获取系统信息的小程序-access to the information systems of small procedures
- 2023-05-30 12:30:03下载
- 积分:1
-
NDIS 函数简明手册
NDIS 函数简明手册-NDIS function concise manual
- 2022-03-30 03:37:31下载
- 积分:1
-
又一个java电子白板源代码
又一个java电子白板源代码-also a java source code Whiteboard
- 2023-03-10 05:20:03下载
- 积分:1
-
本程序为图形学课程的一个小程序,注点是在用画点和各种图形的算法来实现各种图...
本程序为图形学课程的一个小程序,注点是在用画点和各种图形的算法来实现各种图-the procedures for graphics courses a small program, the Note is painted various graphical point and the algorithm to achieve maps
- 2023-06-01 17:10:03下载
- 积分:1
-
这是一个VC的MD5哈希实现示例代码
This is a sample code for md5 hash implementation in VC-This is a sample code for md5 hash implementation in VC++
- 2022-01-24 15:23:30下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1