-
取得主机名称与各项网络服务的程序代码
取得主机名称与各项网络服务的程序代码-To obtain the host name and the network services program code
- 2022-03-05 13:38:58下载
- 积分:1
-
crc校验法例子代码
crc校验法例子代码-crc check law code examples
- 2023-01-02 03:05:04下载
- 积分:1
-
danchun
这是一个解单纯形表的软件,矩阵的输入和结果的输出均在dos里实现,偶尔会有闪退,请耐心使用(This is a software solution simplex table, output matrix input and results are implemented in dos, the occasional flash back, please use patience)
- 2015-12-19 15:32:55下载
- 积分:1
-
EMVTool
EMV TVR TSI解析工具,能够正确解析TVR和TSI信息,对金融POS开发者有帮助(EMV TVR TSI parser)
- 2015-11-03 13:44:43下载
- 积分:1
-
network programming code introduced some basic knowledge, is the main client pro...
这段vc代码介绍网络编程的一些基础知识,主要是客户端程序-network programming code introduced some basic knowledge, is the main client program
- 2022-02-07 10:51:56下载
- 积分:1
-
6
说明: 三相电压的整流到逆变,基本模型,可以参照设计,进行其他改造完善来适合自己程序的需要(Three-phase voltage of the rectifier to the inverter, the basic model, can refer to the design, improve the other transformation procedures to suit their needs)
- 2008-05-11 09:03:38下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
lab1
lab1d是简单的QtSim软件,执行结果为enter numbers,然后输入您想读取的数字,然后继续进程得到anwser(simple QtSim file,this file shows u the difference between the .asii and .asiiz .)
- 2013-10-05 12:15:38下载
- 积分:1
-
spatial4
此种模型绘制类似米字形的网格。由于整个过程递归调用绘图函数,所以可以根据误差判断绘制DEM的精细程度,从而绘制出不同精细程度的DEM,为解决漫游中数据量较大而引起的画面不流畅现象提供了模型基础。 本文并没有对LOD作研究,只是给出了四叉树的建立和遍历绘图的方法。
#include "Pt3d.h" //空间点类(主要记录空间点的x,y,z)
(Rendering such a model similar to rice-shaped grid. Recursive calls as a result of the whole process of mapping function, so it can be judged according to the error map of the fine DEM, thus rendering a different degree of precision DEM, for the settlement of roaming in the amount of data arising from the larger screen does not provide a model of fluid based on the phenomenon. This article does not LOD for research, but given quadtree traversal of the establishment and mapping method.# Include Pt3d.h // space-point type (mainly recorded space points x, y, z))
- 2007-11-27 10:36:15下载
- 积分:1
-
delaunay
德劳内三角划分的一个小程序,可以直观观看变化过程(delaunay triangulation)
- 2014-04-19 04:13:16下载
- 积分:1