-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
VB基础教学系统源代码
VB基础教学系统源代码-VB based teaching system source code
- 2023-03-29 16:40:03下载
- 积分:1
-
此源代码是关于利用管道开发程序进行通信,该程序利用了Winsocket和NamedPipe的API...
此源代码是关于利用管道开发程序进行通信,该程序利用了Winsocket和NamedPipe的API-this source code is on the use of pipelines for the development of communications procedures, the use of the procedures and NamedPipe Winsocket API
- 2022-11-20 20:55:03下载
- 积分:1
-
我们自己的网页创作
这是通过 HTML、 CSS 和 Javascript 创建网页。它是我们在我们的主要主题 (它 145) 的要求之一期间我第三年学院里的 BS 信息技术课程。它包含我的个人简介、 图片等......
- 2022-03-14 07:27:26下载
- 积分:1
-
AntiDebugProtect过驱动保护完整源码
过一切驱动保护,HP、NP、TP等等保护不在话下,其他不入流的保护基本秒过,需要的用户可以下载浏览学习,根据不同的操作系统对源码稍作修改即可。
- 2022-03-21 11:41:12下载
- 积分:1
-
此程序通过回溯的方法求解最短哈密顿回路问题
此程序通过回溯的方法求解最短哈密顿回路问题-This program through the back of the method for solving the shortest Hamiltonian circuit problem
- 2022-01-26 01:02:44下载
- 积分:1
-
1学习putpixel画点。
2画椭圆ellipse
3利用ellipse and rectangle 画图。
4输入数组,最大的与第一个元素交换,...
1学习putpixel画点。
2画椭圆ellipse
3利用ellipse and rectangle 画图。
4输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。-1 learning point putpixel painting. 2 paintings ellipse3 the use of elliptical ellipse and rectangle drawing. 4 input array, the largest element and the first exchange, the smallest element and the final exchange, the output array.
- 2022-02-27 05:43:35下载
- 积分:1
-
在国际VC实现Windows编程环境的使用…
使用窗口环境实现VC编程,在窗口界面上纺织图片-The use of windows programming environment for the realization of VC in the interface window textile picture
- 2022-11-17 00:30:03下载
- 积分:1
-
Wince手持机直接访问SqlServer数据库服务器
Wince手持机直接访问SqlServer数据库服务器,开发环境:wince5.0+vs2005
简单的PDA连接示例
- 2022-03-18 05:27:30下载
- 积分:1
-
这描述了反向传播的神经网络
this describes the neural network with backward propagation
- 2022-10-31 04:55:03下载
- 积分:1