-
Ftp Client sample code for testing
Ftp Client sample code for testing
- 2022-05-16 18:49:45下载
- 积分:1
-
控制鼠标滚轮的控件
控制鼠标滚轮的控件-control of the mouse wheel controls
- 2022-06-02 15:46:21下载
- 积分:1
-
一些简单的C编程实例,初学C者可以参考,应该挺有用。
一些简单的C编程实例,初学C者可以参考,应该挺有用。-Some simple examples of C programming, learning C will be able to reference, it should be quite used.
- 2023-02-24 04:10:03下载
- 积分:1
-
sntp对时代码
本代码用于智能变电站中时间同步, 利用C语言编写, 清楚易懂 ,可以移植到其它平台进行使用,本代码是客户端程序用于跟服务器进行通讯。利用四个时间计算出时钟偏差,从而对客户端时间进行设定。
- 2022-07-10 23:38:44下载
- 积分:1
-
Client
TCP通讯中的Client端设计,基于TCP、Socket,与Server实现通讯-Client-side TCP communication in the design, based on TCP, Socket, and the Server to achieve communication
- 2023-07-08 19:25:05下载
- 积分:1
-
获取本机信息,包括本机名称,ip地址,子网掩码,本机协议,网络资源,重置IP配置,获取TCP协议统计信息,IP统计信息...
获取本机信息,包括本机名称,ip地址,子网掩码,本机协议,网络资源,重置IP配置,获取TCP协议统计信息,IP统计信息-Get local information, including the machine name, ip address, subnet mask, this machine protocol, network resources and reset the IP configuration, TCP protocol to obtain statistical information, IP statistics
- 2023-01-08 17:10:03下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
This function creates a copy administrator user should be a source of inspiratio...
该函数创建了一个复制管理员用户,应该对大家有所启发-This function creates a copy administrator user should be a source of inspiration for everyone
- 2022-02-25 23:15:22下载
- 积分:1
-
在医院管理系统JSP
应用背景医院管理系统是为reciptionist来管理所有的医生,一个完整的工具组,为那些需要在短时间内提交项目药物其迄今为止最简单的代码关键技术我使用Java作为业务逻辑和表现逻辑我用JSP和HTML页面。servlet有验证登录和更新的东西。代码简单易懂,可以作为许多项目模板。
- 2022-02-14 05:25:12下载
- 积分:1
-
鼠标画图
要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。
2、右键单击后在该点会画一个大小随机的圆;中键按下...
鼠标画图
要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。
2、右键单击后在该点会画一个大小随机的圆;中键按下后会在屏幕上输出一行“用鼠标画图的实验”字符,颜色和字体可以自定义。
3、所有数据的存储要定义在文档类中,而且之前所有的图形都可以回显。不要求对程序生成的图形进行文件保存
-Mouse drawing requirements: 1, left it to start by drawing a line, raised his paintings after the end of line left double-click in the point size will draw a random quadrilateral. 2, right-click in the point will draw a circle the size of random in key press will be output on the screen and his " experiments with the mouse to draw" characters, colors and fonts can be customized. 3, all data storage to the definition of class in the document, but before all of the graphics can be a significant return. Does not require the program to generate the graphics file
- 2023-06-19 01:45:04下载
- 积分:1