-
Microsoft Windows user interface development Manual
Microsoft Windows用户界面开发手册
- 2023-01-21 10:40:04下载
- 积分:1
-
njRAT v0.7d
遠程控制 njRAT v0.7d 轉載rekings.com
- 2022-02-06 00:45:13下载
- 积分:1
-
This is a very useful code viewer, you can easily find the definition of a funct...
这是一款非常好用的代码查看器,很容易找到你所定义的函数或者变量的定义、-This is a very useful code viewer, you can easily find the definition of a function or variable definition,
- 2023-08-21 04:10:05下载
- 积分:1
-
一个非常好的肆意
很不错的一个-a very good Wanton
- 2022-04-30 12:47:18下载
- 积分:1
-
examen 1, 2 and 3 of icarnegie ssd4
examen 1, 2 and 3 of icarnegie ssd4
- 2022-06-19 19:09:21下载
- 积分:1
-
深入浅出mfc的源代码
深入浅出mfc的源代码-source code of detecting mfc
- 2022-06-20 12:45:44下载
- 积分:1
-
网页捕捉工具(WebCapture) VB.NET2005
=== === === === === =====
这个是VB.NET2005版本的网页捕...
网页捕捉工具(WebCapture) VB.NET2005
=== === === === === =====
这个是VB.NET2005版本的网页捕捉工具的源代码。可以指定网址自动捕捉网页快照,可以自定义文件文件格式以及文件保存路径。甚至还可以设置水印文字。同时还可以生成捕捉图片的缩略图,支持自定义缩略图大小和格式。
源代码还可以指定进程ID来捕捉进行中保护的链接。源代码虽小,但功能比较齐全。-Page capture tool (WebCapture) VB.NET2005 =================================== This is a version of VB.NET2005 tools to capture the page source code. Can specify the page URL automatically capture snapshot, you can customize the file format and save the file path. You can even set the watermark text. At the same time, can also capture images of the thumbnails generated to support the custom thumbnail size and format. Source code can also specify the process ID to capture the ongoing link protection. Source code is small, but relatively complete functionality.
- 2023-01-13 07:25:03下载
- 积分:1
-
Basic statistics with matrices including NaNs
Basic statistics with matrices including NaNs
- 2023-06-06 05:05:03下载
- 积分:1
-
视频编码
这是一个帮助您了解如何上传和下载 videos.it 还支持音频播放器的视频模块
- 2023-03-15 18:10:03下载
- 积分: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