-
这是一个很好的unicode编码的源代码,值得一看。
这是一个很好的unicode编码的源代码,值得一看。-This is a good coding unicode source overseas.
- 2023-03-27 23:55:04下载
- 积分:1
-
Measure video quality for calculate
Measure video quality for calculate
- 2023-02-01 07:05:04下载
- 积分:1
-
鼠标、光标控制函数
鼠标、光标控制函数-mouse, the cursor control function
- 2022-04-01 23:14:32下载
- 积分:1
-
演示程序演示了保存在桌面上图标的位置
Demo program illustrates saving position of icons on windows desktop
- 2022-04-19 17:14:31下载
- 积分:1
-
这是WordNet语义网络,一二
这是个语义网络WordNet,能进行两个词的相似度的比较。-This is a semantic network of WordNet, to a two-word similarity comparison.
- 2022-12-06 13:45:04下载
- 积分:1
-
通过VB自带的控件实现自制播放器,代码虽然简单 但也能实现大部分功能....
通过VB自带的控件实现自制播放器,代码虽然简单 但也能实现大部分功能.-VB own control through the realization of self-made player, the code is simple but can also realize the majority of functionality.
- 2022-02-22 00:01:31下载
- 积分:1
-
根据网站的URL地址进行数据采集,主要是针对股票数据
根据网站的URL地址进行数据采集,主要是针对股票数据-According to the website URL address data collection, mainly for stock data
- 2022-09-13 13:05:03下载
- 积分:1
-
MP3更名利器(MP3RENAME) 1.0
通常我们从网上下载的MP3文件名字常常很乱,看名字无法知道MP3是谁唱的,歌曲名是什么。还得我们自己一个一个试听,改名字。 MP3更名利器是一款针对MP3的更名软件,它可以根据MP3文件的ID3v1(tag信息)来对网上下载的MP3文件名进行批量改名。
- 2022-02-26 02:21:00下载
- 积分: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
-
演示了易语言和B两个例子,用于在2009Q下发送消息,多的不说,下来看看就知道了。...
演示了易语言和B两个例子,用于在2009Q下发送消息,多的不说,下来看看就知道了。-Demonstrate the easy language and B are two examples, the 2009Q is used to send messages, and more did not say, down to see the know.
- 2022-08-16 12:00:26下载
- 积分:1