-
孙鑫C++教程(全20讲)PPT讲义,包含全部源代码。
孙鑫C++教程(全20讲)PPT讲义,包含全部源代码。-SUN Xin C++ Course (all 20 speakers) PPT notes, including all the source code.
- 2022-11-04 17:10:03下载
- 积分:1
-
Network Links Supervisory a
网络链接监控器 a-Network Links Supervisory a
- 2023-05-04 16:40:03下载
- 积分:1
-
对指定的计算机进行端口的扫描,很简单但很实用
对指定的计算机进行端口的扫描,很简单但很实用-On the specified computer port scanning is very simple but very practical
- 2022-03-05 01:28:22下载
- 积分:1
-
谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件...
谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件-who said that the asm in windows can not generate a com file ?
You can generate a com file use this lib.
- 2022-01-28 18:46:23下载
- 积分:1
-
用vb与AE实现 基本的功能包括各种查询、漫游、渲染生成专题图、测距等基本功能都有数据自己用自己的 改下程序就好了 数据就不传了...
用vb与AE实现 基本的功能包括各种查询、漫游、渲染生成专题图、测距等基本功能都有数据自己用自己的 改下程序就好了 数据就不传了-AE using vb and realize the basic features include a variety of inquiries, roaming, rendering to generate thematic maps and other basic functions ranging data themselves under their own reform process is not enough data has passed
- 2022-08-07 17:53:17下载
- 积分:1
-
本地化文件,解决软件Adempiere本地化的文件
本地化文件,解决软件Adempiere本地化的文件-Localization of documents, to solve software localization Adempiere documents
- 2022-10-19 07:35:03下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
一个多任务的控制软件,可以设置多个任务,时定关机、关闭显示器、重启、待机、打开文件、关闭进程、播放音乐等。...
一个多任务的控制软件,可以设置多个任务,时定关机、关闭显示器、重启、待机、打开文件、关闭进程、播放音乐等。-A multi-mission control software, you can set up a number of tasks, when the scheduled shutdown, turn off monitor, restart, standby, open the file, close the process, such as playing music.
- 2022-01-21 06:09:24下载
- 积分:1
-
a DLL with MFC's date library
一个用MFC DLL开发的日期函数库-a DLL with MFC"s date library
- 2022-04-26 22:20:57下载
- 积分:1
-
基于tcp传输数据的医药管理系统
本系统是基于c#tcp通信的简单医药管理系统,包含一个服务端和客户端,有药物的进库出库管理,药物基础数据管理,对c#tcp通信学习是相当好的材料
- 2022-03-24 21:11:01下载
- 积分:1