-
点赞功能
该功能可通过获取ID进行点赞,如已点赞过,就不能再次进行点赞
- 2023-08-02 17:05:04下载
- 积分:1
-
VC下的一个多线程多任务的程序,简单明了,适合学习参考
VC下的一个多线程多任务的程序,简单明了,适合学习参考-VC under a multi-threaded multi-task procedure, simple and clear, suitable for study and reference
- 2023-07-23 18:00:03下载
- 积分:1
-
MPI array to calculate the diffrent in numbers
MPI array to calculate the diffrent in numbers
- 2022-02-01 20:08:53下载
- 积分:1
-
UDP Send and Recieve File
- 2022-12-17 10:20:03下载
- 积分:1
-
A sample export IE favorite to XML format
A sample export IE favorite to XML format
- 2023-01-17 08:30:04下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1
-
解析雷达单站产品
解析雷达单站产品,包括组合反射率,垂直液态水,回波顶高,中尺度气旋,风暴追踪信息,基本反射率等。支持雷达色系更改,等级过滤等。解析雷达径向,栅格等格式数据,生成带地理信息的tif,可加载地图显示。
- 2022-01-26 01:36:32下载
- 积分:1
-
Windows 程序设计(第五版)书的光盘上的源程序,学习这本书非常有用!...
Windows 程序设计(第五版)书的光盘上的源程序,学习这本书非常有用!-Windows programming (fifth edition), the CD of the source, study this book very useful!
- 2023-02-16 14:45:07下载
- 积分:1
-
modbus服务器
该modbus服务器实际运行效果良好,达到预期目的...
modbus服务器
该modbus服务器实际运行效果良好,达到预期目的-mods3.1
- 2022-01-30 10:33:18下载
- 积分:1
-
通过设计一个《学生成绩统计管理》,进一步熟悉C++中类的概念、类的封装、继承的实现方式。了解系统开发的需求分析、类层次设计、模块分解、编码测试、模块组装与整体调...
通过设计一个《学生成绩统计管理》,进一步熟悉C++中类的概念、类的封装、继承的实现方式。了解系统开发的需求分析、类层次设计、模块分解、编码测试、模块组装与整体调试的全过程,加深对C++的理解与Visual C++环境的使用:逐步熟悉程序设计的方法,并养成良好的编程习惯。-Through the design of a " student achievement statistics management," become more familiar with C++, the concept of classes, the class encapsulation, inheritance of implementation. Understanding of system development, needs analysis, class-level design, module decomposition, code testing, module assembly and commissioning of the entire process as a whole, to deepen the understanding of C++ and Visual C++ environment to use: become familiar with program design methods, and to develop good programming habits.
- 2022-03-18 01:44:35下载
- 积分:1