-
极小的VB 开发的 XML解析程序,能对XML进行简单的检索、处理
极小的VB 开发的 XML解析程序,能对XML进行简单的检索、处理-small VB XML analytical procedures, able to conduct a simple XML retrieval, processing
- 2022-04-23 06:39:32下载
- 积分:1
-
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。...
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。-simulated beam vibration, according to a function y =- asin (2 t/T) sin (2 x/L) mapping beam vibration curve, which for a amplitude, T cycle, L-beams! Within the window beam images.
- 2022-03-12 00:53:45下载
- 积分:1
-
usart bit banged 8 port
位碰撞是一种使用软件而不是专用硬件进行串行通信的技术。软件直接设置和采样微控制器上管脚的状态,并负责信号的所有参数:定时、电平、同步等。与位碰撞不同,专用硬件(如调制解调器、UART或移位寄存器)处理这些参数,并在其他系统中提供(缓冲)数据接口,因此,不需要软件来执行信号解调。位碰撞可以以非常低的成本实现,并且在例如嵌入式系统中被使用。
- 2022-03-12 03:54:40下载
- 积分:1
-
C++中拷贝构造函数、临时对象、深拷贝和浅拷贝案例源码,动手做实验,深入理解C++copy...
C++中拷贝构造函数、临时对象、深拷贝和浅拷贝案例源码,动手做实验,深入理解C++copy-C++ copy constructor, temporary objects, deep copy and shallow copy of case source code, hands-on experiments, in-depth understanding of C++ copy
- 2023-02-03 09:05:04下载
- 积分: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
-
银行家算法
设Request是进程Pi 请求向量,如果Requesti [j]=k,表示进程Pi 需要k个RJ 类型的资源。当Pi 资源请求后,系统按下述步骤进行检查:
(1) 如果Requesti [j]≤Need[I,j]便转向步骤2;否则认为出错,因为它所需要的资源数已超过它所宣布的最大值。
(2) 如果便转向步骤(3);否则,表示尚无足够资源,Pi 须等待。Requesti [j]≤Available[j]
(3) 系统试探着把资源分配给进程Pi ,并修改下面数据结构中的数值:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-30 21:29:17下载
- 积分:1
-
“D”
"D" - star source code
- 2022-07-25 16:54:18下载
- 积分:1
-
VC++2005 入门课后代码
VC++2005 入门课后代码 - Code 给学习VC++的人学习编程-Introduction to VC++2005 after-school code- Code to learn from people who learn VC++ programming
- 2022-06-30 23:50:01下载
- 积分:1
-
可以用于Excel表格的自动页面设置,包括也页眉页脚,每页行数等...
可以用于Excel表格的自动页面设置,包括也页眉页脚,每页行数等-Excel pagesetup
- 2022-10-10 01:55:02下载
- 积分:1
-
简单的计算器,实现简单的常用功能,可自行添加功能
简单的计算器,实现简单的常用功能,可自行添加功能-Simple calculator, simple commonly used functions, add their own features
- 2022-03-09 18:12:50下载
- 积分:1