-
Byte to Bit
字节与位的转换,将一个字节转换为8位输出(Byte to Bit Conversion)
- 2019-05-13 10:30:13下载
- 积分:1
-
variogramfit
克里金插值回归代理模型程序,二维数据插值(The regression Kriging interpolation model, two-dimensional data interpolation)
- 2020-11-16 21:39:41下载
- 积分:1
-
C++实现查看电脑CPU型号信息的源码
// Test_cpu.cpp : 定义控制台应用程序的入口点。
//
//=====================================================================================
/* CPUID指令是intel IA32架构下获得CPU信息的汇编指令,
可以得到CPU类型,型号,制造商信息,商标信息,序列号,
缓存等一系列CPU相关的东西。
*/
//#include "stdafx.h"
#include
- 2023-03-08 22:35:03下载
- 积分:1
-
基于OMNeT_的TCP_IP协议仿真
基于OMNeT_的TCP_IP协议仿真The TCP_IP protocol simulation based on OMNeT(The TCP_IP protocol simulation based on OMNeT_)
- 2009-10-28 20:48:07下载
- 积分:1
-
sai_nh27
毕业设计有用,BP神经网络的整个训练过程,包含了阵列信号处理的常见算法。( Graduation useful The entire training process BP neural network, Contains a common array signal processing algorithm.)
- 2017-04-12 01:39:38下载
- 积分:1
-
基于运动学模型的无人驾驶车辆轨迹跟踪问题研究
无人驾驶车辆模型预测控制仿真程序,通过建立运动学模型,对跟踪控制进行了研究(Simulation control program for unmanned vehicle model predictive control. Through the establishment of a kinematic model, the tracking control was studied.)
- 2018-05-24 16:26:03下载
- 积分: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
-
华为公司的软件编程设计规范、以及软件编程代码书写范例。...
华为公司的软件编程设计规范、以及软件编程代码书写范例。-Huawei software programming design specifications, and software written in programming code examples.
- 2022-07-10 02:15:45下载
- 积分:1
-
多项式
Visual C++语言,数据结构小程序,自定义系数及指数的多项式相加代码(Visual C++ language, data structure small program, custom coefficient and exponential polynomial addition code)
- 2017-12-11 00:45:37下载
- 积分:1
-
c语言学生成绩管理系统, 学生信息录入功能,学生信息浏览功能...
c语言学生成绩管理系统, 学生信息录入功能,学生信息浏览功能-c language student performance management system, student information input function, student information browsing, etc.
- 2022-02-12 11:07:06下载
- 积分:1