-
一个非常好的肆意
很不错的一个-a very good Wanton
- 2022-04-30 12:47:18下载
- 积分:1
-
on a string matching algorithm, has been built, want to help you
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2022-03-29 11:45:24下载
- 积分:1
-
网络与通信源程序.zip
网络与通信源程序.zip-networking and communications source. Zip
- 2022-03-11 23:42:25下载
- 积分:1
-
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
-
A*算法解决八数码软件
A*算法解决八数码软件-A* algorithm to solve eight digital software
- 2022-03-10 10:49:45下载
- 积分:1
-
明确选择
Option Explicit
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
- 2023-01-15 12:00:03下载
- 积分:1
-
对于wince的一个应用说明,这样方便初学者进行开发应用
对于wince的一个应用说明,这样方便初学者进行开发应用-For a wince application notes, this easy for beginners to the development and application of
- 2023-08-10 01:20:02下载
- 积分:1
-
ELM327软件对车载诊断OBD汽车
Elm327 Software for Onboard Diagnostics OBD for Cars
- 2022-03-13 23:10:33下载
- 积分:1
-
一个标题拦上的按纽
一个标题拦上的按纽-A button the caption of the window s frame
- 2022-06-01 11:53:29下载
- 积分:1
-
本文介绍的方法绘制的名为System.Drawing.Color价值观二维矩形网格系统的方式,而不是按字母顺序显示的颜色名称。映射算法是基于色相/亮度色轮。其结...
本文介绍的方法绘制的名为System.Drawing.Color价值观二维矩形网格系统的方式,而不是按字母顺序显示的颜色名称。映射算法是基于色相/亮度色轮。其结果是显示在(缩减)上图中。-This article describes a method for mapping the named System.Drawing.Color values to a 2D rectangular grid in a systematic way, rather than the alphabetic order in which the color names appear. The mapping algorithm is based on the Hue/Brightness color wheel. The result is shown in the (downscaled) image above.
- 2022-05-27 06:31:53下载
- 积分:1