-
Atmel ATMEGA单片机bootloader。它作为一个STK500板可…
Bootloader for Atmel Atmega microcontroller. It act as a STK500 board and can be used from within avrstudio.
- 2023-03-20 15:15:04下载
- 积分:1
-
lubangcontrol
介绍鲁棒控制的PPT,包含了鲁棒控制理论与自适应鲁棒控制,实用与工业控制领域(Introduced the field of robust control of the PPT, practical and industrial control)
- 2021-04-22 10:28:48下载
- 积分:1
-
PHP初学者头疼问题总结:页面之间无法传递变量 get,post,session在最新的php版本中自动全局变量是关闭的,所以要从上一页面取得提交过来得变量要使...
PHP初学者头疼问题总结:页面之间无法传递变量 get,post,session在最新的php版本中自动全局变量是关闭的,所以要从上一页面取得提交过来得变量要使用$_GET[ foo ],$_POST[ foo ],$_SESSION[ foo ]来得到
-PHP beginners headaches conclusion : pages are unable to pass variables get, post, session in the latest php version of global variables is automatically closed. Therefore, we should proceed from the field Previous submit them to be used in the variable $ _GET [foo] $ _POST [foo], $ _SESSION [foo] to be
- 2022-11-25 07:15:03下载
- 积分:1
-
Java课程设计:人事管理系统源码+PPT
Java课程设计:采用Swing制作界面实现的人事管理系统源码+PPT,还包括论文,这套系统可完成三大功能:员工管理、工资管理、业绩管理,是一个典型的Java数据库信息管理系统,运用SWT技术设计主界面,漂亮实用,同时应用JDBC技术实现MySql和java中各子模块(工资调整、工资汇总)的连接。
程序的初始界面为Login.java,凭账号00001,密码123可以进入系统,更详细的调试信息请参见压缩包内说明。
- 2022-08-19 05:47:40下载
- 积分:1
-
Delphi货运公司管理系统源代码
一个Delphi货运公司业务管理系统,里面包含了一个打印控件,数据库采用Access,功能方面可以完成发货、收货、海运信息、客户信息、陆运信息、业务员信息以及月报、年报等功能,可作为一个完整的货运管理系统来用。
- 2022-07-25 01:32:51下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
VB曲线图控件源代码
VB曲线图控件源代码,用于绘制折线、曲线的控件,自带一个程序示例,很好用,所绘制的效果如下图截图所示。本实例是用线条演示随机数的历史数据回调。
- 2023-06-13 08:25:03下载
- 积分:1
-
modem控制拨号控件
modem控制拨号控件-control dial-up modem control
- 2022-02-07 06:57:45下载
- 积分:1
-
入门的朋友看看,怎么样在网上发布自己的想让朋友看到的好东西...
入门的朋友看看,怎么样在网上发布自己的想让朋友看到的好东西-entry friends look at how kind on the Internet to launch its own friends want to see the good stuff
- 2022-08-11 08:31:26下载
- 积分:1
-
PDS-Pipe
采用ANSYS软件的APDL语言编写的两个命令流文件,用于计算含缺陷管道的失效概率,将参数稍作改动,可用于其它结构的可靠性分析(using ANSYS APDL preparation of the two documents order flow, used in the calculation of pipeline containing defects failure probability of parameters minor modifications, can be used for other structural reliability analysis)
- 2021-04-19 08:48:51下载
- 积分:1