-
使用C Sharp制作的网页分析器。可以下载并提取网页中的图片或其他连接并显示出来。...
使用C Sharp制作的网页分析器。可以下载并提取网页中的图片或其他连接并显示出来。-C Sharp produced by the website analyzer. And can be downloaded from the website of pictures or other connection and displayed.
- 2022-06-15 03:03:13下载
- 积分:1
-
非专业的排课表c++代码仅供参考,希望各位大侠指正
非专业的排课表c++代码仅供参考,希望各位大侠指正-paikebiaoC++代码
- 2022-08-25 00:45:57下载
- 积分:1
-
Generating a sine wave by a recursive digital resonator
Generating a sine wave by a recursive digital resonator
- 2022-06-16 17:26:34下载
- 积分:1
-
Archives Assistant Management System
档案助理管理系统-Archives Assistant Management System
- 2022-01-31 05:52:36下载
- 积分:1
-
仓库选址问题的算法,选择在高速公路上XP的设置位置…
仓库选址问题算法,在公路上选择一个位置xp建立仓库,使得仓库为超市供货的总费用最小。-Warehouse location problem algorithm, select a location on the highway xp setting up a warehouse, allowing warehouse supermarket minimize the total cost of supply.
- 2023-02-15 10:15:03下载
- 积分:1
-
在一个班,C++使用三关键词设置访问界限:公共、私人…
在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.
- 2023-08-14 12:10:03下载
- 积分:1
-
转换字符串和二进制之间的SID
Converting SIDs Between Strings and Binary
- 2022-03-11 07:41:07下载
- 积分:1
-
OPC服务器程序,可接受来自服务器的数据
OPC服务器程序,可接受来自服务器的数据-OPC server programming,can recieve data comes from server.
- 2022-03-22 11:03:38下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
源代码中不仅演示了对光驱的操作,还演示了动态菜单、tray app的实现,还有一个“退出Windows时自动弹出CD”功能。...
源代码中不仅演示了对光驱的操作,还演示了动态菜单、tray app的实现,还有一个“退出Windows时自动弹出CD”功能。-source code not only demonstrated the right drive, the operation also demonstrated a dynamic menu, the realization tray app, there is an "exit Windows automatically pop CD" feature.
- 2022-02-01 13:37:13下载
- 积分:1