-
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料...
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料-ACM commonly used algorithm commonly used algorithms and thinking, is my own collection of carefully, with Tsinghua ACM training when the handwriting on the staff ACM is an excellent reference
- 2022-01-25 20:35:18下载
- 积分:1
-
本科毕业设计
用于判断电子文档相似程度
VC6.0环境实现
本科毕业设计
用于判断电子文档相似程度
VC6.0环境实现-Graduate electronic document designed to determine the degree of similarity
- 2022-07-22 01:31: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
-
Python实现验证码识别
基于tensorflow+keras的深度学习环境,对于captcha库验证码的识别
- 2022-12-24 03:30:04下载
- 积分:1
-
PERL编程24小时的教程。rar
PERL编程24学时教程.rar-PERL programming 24 hours tutorial. Rar
- 2022-01-27 20:55:58下载
- 积分:1
-
文本编辑,实现了汉字英语的显示,以及字符的滚动与闪烁效果....
文本编辑,实现了汉字英语的显示,以及字符的滚动与闪烁效果.-Text editor, realize a display of Chinese characters in English, as well as the characters in the rolling and blinking effect.
- 2022-01-26 00:46:35下载
- 积分:1
-
I2C总线协议模拟tc源代码
I2C总线协议模拟tc源代码-I2C bus protocol source code simulation tc
- 2022-02-20 04:45:02下载
- 积分:1
-
xls 自动格式转换成 csv格式。这个脚本用来将excel保存成CSV格式,并不依赖于excel,因为它用的模块是:Spreadsheet::ParseExc...
xls 自动格式转换成 csv格式。这个脚本用来将excel保存成CSV格式,并不依赖于excel,因为它用的模块是:Spreadsheet::ParseExcel::Simple-save MS Excel worksheets as CSV files
- 2023-06-06 09:20:03下载
- 积分:1
-
这是教你如何在VC里调用matlab的文档和源程序
这是教你如何在VC里调用matlab的文档和源程序-The document and source code to tell you how to load matlab engine using VC.
- 2022-06-19 02:48:41下载
- 积分:1
-
window system source code programming process, a total of study reference.
window系统进程编程源代码,共学习参考。-window system source code programming process, a total of study reference.
- 2023-07-14 09:45:02下载
- 积分:1