-
北大青鸟课件-使用ASP.NET构建动态网站(附实例源码)
北大青鸟课件-使用ASP.NET构建动态网站(附实例源码)
- 2015-11-09下载
- 积分:1
-
ATmega16单片机与液晶显示器
接口的LCD ATmega 16。你可以用它来与LCD接口界面有128包含头文件
- 2022-06-28 18:56:18下载
- 积分:1
-
电机控制方式,SPWM生成C代码,大家一起讨论,一起成长!这只是例子,只供学习交流之用,莫用与商业。
电机控制方式,SPWM生成C代码,大家一起讨论,一起成长!这只是例子,只供学习交流之用,莫用与商业。
- 2022-03-04 10:52:54下载
- 积分:1
-
opengl-stl
基于 VC++和 OpenGL 的 STL 文件读取显示 STL 是三维模型常用的文件格式。对 STL 文件进行读取和显示,是对模型进行后续操作的前提。(Based on vc++ and OpenGL STL file read shows the STL is a 3 d model commonly used file format. To read and display of STL file, is the precondition of the model for subsequent operation. In theThe STL file format, on the basis of detailed analysis, with vc++ as a development platform Using c++ standard IO library classes ifstreamType definition objects and bind the STL file)
- 2022-03-21 11:42:56下载
- 积分:1
-
C# 使用IPEndPoint类获取终结点的IP地址和端口号
Visual C# UseIPEndPoint例子,使用IPEndPoint类对象获取终结点的IP地址和端口号,运行生成的Exe文件,得到的结果如图所示:
以下是实现本功能的关键代码:
先实例化IPEndPoint类对象:
IPEndPoint IPEPoint = new IPEndPoint(IPAddress.Parse(textBox1.Text), 80);
//使用IPEndPoint类对象获取终结点的IP地址和端口号
label2.Text = "IP地址:"+IPEPoint.Address.ToString() + "
端口号:" + IPEPoint.Port;
- 2022-01-28 05:14:25下载
- 积分:1
-
C#编写的界面程序,用于Windows图像格式的转换,可以用于单图像的转换。...
C#编写的界面程序,用于Windows图像格式的转换,可以用于单图像的转换。-C# Interface procedures to prepare for Windows image format conversion, can be used for single-image conversion.
- 2022-07-12 22:04:13下载
- 积分:1
-
C语言学生成绩管理系统
基于C语言的学生成绩管理系统Demo,实现登陆、查询学生基本信息、按要求查询成绩、计算平均分、按要求排序等功能。
- 2022-03-23 18:14:02下载
- 积分:1
-
光束法平差,空间前方,后方交会法
光束法平差,空间前方,后方交会法,摄影测量必不可少的代码,课堂作业,C语言编程
- 2022-11-04 22:10:39下载
- 积分:1
-
mimo, cognitive radio, communication system, spectrum access, spectrum sharing
mimo,认知无线电,通信系统,频谱接入,频谱共享
- 2022-04-26 13:09:16下载
- 积分:1
-
用c和汇编实现矩阵相乘
用c和汇编实现矩阵相乘-with c and compilation achieve matrix multiplication
- 2023-04-28 03:00:03下载
- 积分:1