-
C++设计模式
c++设计模式,对入门的开发人员有较大的帮助(C + + design pattern is of great help to beginner developers)
- 2020-06-21 12:40:01下载
- 积分:1
-
DMM-VISA
说明: 利用Visa接口与Keithley2000万用表通信,LabVIEW编程(Interface with the use of Visa communications Keithley2000 multimeter, LabVIEW Programming)
- 2021-03-24 18:59:15下载
- 积分:1
-
a very common procedure, the database application, prepared by PB
很普通的一个程序,数据库的应用,PB编写的-a very common procedure, the database application, prepared by PB
- 2022-06-18 01:06:57下载
- 积分:1
-
ski_way
Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向
下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道在一
个区域中最长的滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。
(Michael likes to ski hundred This is not surprising, because the skiing is very stimulating indeed. However, in order to obtain speed, Waterloo regional must be downward-sloping, and when you slide into the base, you have to embark once again on the slope or to set you waiting for lifts. Michael would like to know the longest in a landslide area. Region is given by a two-dimensional array. Each figure represents an array of high points.)
- 2008-08-25 11:19:18下载
- 积分:1
-
对SVG进行MATLAB建模,采用正负序电流检测方法,电压环采用pid控制方法
对SVG进行MATLAB建模,采用正负序电流检测方法,电压环采用pid控制方法。(The MATLAB is modeled by SVG, the positive and negative sequence current detection method is adopted, and the voltage loop adopts PID control method.)
- 2021-04-15 22:08:54下载
- 积分:1
-
一个Delphi会员管理系统
一个Delphi会员管理系统,具体来说是Delphi会员消费管理,记录各个会员的消费情况,实现会员资料的录入、修改、查询,数据库基于DB2,分为多管理员帐户登录,登录后有不同的权限。
- 2022-03-02 22:41:58下载
- 积分:1
-
HFSS 混合网络 微带结构
HFSS 混合网络 微带结构-HFSS microstrip hybrid network architecture
- 2022-02-25 10:53:12下载
- 积分:1
-
一个简单的模拟喷泉的VB代码,教你有关图片的运用
一个简单的模拟喷泉的VB代码,教你有关图片的运用-Simulation of a simple fountain of VB code, teach you about the use of Picture
- 2022-12-30 03:40:03下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
C#检测是否可以上网-网络连接状态
C#检测是否可以上网-网络连接状态,点击检测按钮即可检测是否连接到网络,将检测结果以弹出框的形式告之。经测试,检测结果准确。
- 2022-05-15 07:09:36下载
- 积分:1