-
短信通道发彩信的代码,用C写的,请大家多提意见和建议
短信通道发彩信的代码,用C写的,请大家多提意见和建议-MMS messages crossing the code, written in C, please do so and recommendations
- 2022-07-06 08:47:31下载
- 积分:1
-
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。- Contains the pressed key scanning, the character processes
primarily to mathematics operation, the function function and so on
from to the thorough each kind of source program.
- 2022-08-06 18:21:15下载
- 积分:1
-
实时数据以web图形方式显示,ISAPI实现,包括系统图和历史曲线,这是多年前自己在电厂DCS数据采集实施项目开发的,绝对个人作品。...
实时数据以web图形方式显示,ISAPI实现,包括系统图和历史曲线,这是多年前自己在电厂DCS数据采集实施项目开发的,绝对个人作品。-distribute control system data collection, show data in web style,ISAPI and C++ Builder。
- 2023-07-17 20:20:03下载
- 积分:1
-
This is a small version of the maze to improve the game. Which spent a boolean v...
这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
- 2022-01-25 16:11:09下载
- 积分:1
-
2D game map editor V0.1 beta
2D游戏地图编辑器 V0.1 测试版-2D game map editor V0.1 beta
- 2022-05-09 02:07:26下载
- 积分:1
-
该文章介绍了在点云形式下的数据的孔和洞的检测算法。
该文章介绍了在点云形式下的数据的孔和洞的检测算法。-The article describes a cloud in the form of data and the hole-hole detection algorithm.
- 2022-03-22 05:35:45下载
- 积分:1
-
One
一维支持向量机回归以及二维支持向量机回归-One-dimensional support vector machine regression, as well as two-dimensional support vector machine regression
- 2022-10-29 04:55:04下载
- 积分:1
-
凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。
凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。-Where nothing heaters women look nothing briefs to Henan and Jiangsu.
- 2022-11-15 04:05:03下载
- 积分:1
-
在WINDOWS中是不可以直接的访问硬件的接口的,一种方法是自己编驱动,然后再编写相应的DLL,在这个基础上编写应用程序,winio就是这个的集合。...
在WINDOWS中是不可以直接的访问硬件的接口的,一种方法是自己编驱动,然后再编写相应的DLL,在这个基础上编写应用程序,winio就是这个的集合。
- 2022-08-25 18:24:13下载
- 积分: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