-
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
- 2022-01-24 12:53:28下载
- 积分:1
-
用 matlab 编写的高斯随机表面的生成
用 matlab 编写的高斯随机表面的生成-using Matlab prepared by the surface of the Gaussian random generation
- 2022-02-15 02:26:42下载
- 积分:1
-
图形处理界面,与windows的BMP兼容,耐用,实在!请大家使用!
图形处理界面,与windows的BMP兼容,耐用,实在!请大家使用!-Image processing interface . It s compatible to Windows Bitmap. It s very useful. Please enjoy it!
- 2022-04-24 20:08:35下载
- 积分: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
-
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程...
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程-under a written procedure animated show, unlike GIF animation, no open thread
- 2022-03-21 03:35:25下载
- 积分:1
-
应用c++开发的n的阶乘的程序
应用c++开发的n的阶乘的程序-application development n factorial procedure
- 2023-05-22 03:00:03下载
- 积分:1
-
G.723 audio codec DLL (with sources) for ARM (windows mobile)
G.723 audio codec DLL (with sources) for ARM (windows mobile)
- 2022-02-07 07:52:08下载
- 积分:1
-
正则表达式系统教程手册,开发人员不可缺少的参考资料,新手、高手均适用!...
正则表达式系统教程手册,开发人员不可缺少的参考资料,新手、高手均适用!-Regular Expressions tutorial manual systems, developers an indispensable reference for novice, masters are applicable!
- 2023-09-04 14:55:03下载
- 积分:1
-
dbxoda control for using oracle with bcb6/7
dbxoda control for using oracle with bcb6/7
- 2022-01-23 10:52:59下载
- 积分:1
-
各类技术文档的样板,方便技术文档的编写。
各类技术文档的样板,方便技术文档的编写。-Model for various types of technical documentation to facilitate the preparation of technical documentation.
- 2022-03-12 14:41:49下载
- 积分:1