-
产生当前屏幕的源代码.zip
产生当前屏幕的源代码.zip-have the source code. Zip
- 2022-05-10 12:26:15下载
- 积分:1
-
你好,这是一个很好的提示
hello,this is a very good tooltip
- 2022-08-08 19:16:53下载
- 积分:1
-
Windows interface design : drawing screens button design
Windows 界面设计:拉帘按钮设计-Windows interface design : drawing screens button design
- 2022-11-14 22:30:03下载
- 积分:1
-
minigui的简单应用
使用minigui 1.6.10实现的简单应用,功能包括MP3播放、图片浏览、视频播放(依赖ffmpeg)
- 2022-02-10 01:02:26下载
- 积分:1
-
vdcsdfs
;主程序:
LOOP: SETB P10 ;(1)
LCALL DELAY ;(2)
CLR P10 ;(3)
LCALL DELAY ;(4)
AJMP LOOP ;(5)
;以下子程序
DELAY: MOV R7,#250 ;(6)
D1: MOV R6,#250 ;(7)
D2: DJNZ R6,D2 ;(8)
DJNZ R7,D1 ;(9)
RET ;(10)
END ;(11)
-vdcsdfs
- 2022-05-19 09:56:06下载
- 积分:1
-
一些常用的C语言源代码。包括磁盘格式、常用函数如abs、sin、strlen等;以及输入输出格式的制定。...
一些常用的C语言源代码。包括磁盘格式、常用函数如abs、sin、strlen等;以及输入输出格式的制定。-some common C language source code. Disk format, commonly used functions such as the abs, sin, strlen; Input and output format and setting.
- 2022-02-15 23:28:17下载
- 积分:1
-
not introduced, following the famous VC interface development kit (with source c...
不用介绍了,VC下面著名的界面开发包(带源代码),用VC的至少听说过。-not introduced, following the famous VC interface development kit (with source code), the VC at least heard of.
- 2022-01-22 04:59:42下载
- 积分:1
-
绘制示波器的C代码源程序,举例说明mfc图形绘制过程
绘制示波器的C代码源程序,举例说明mfc图形绘制过程-mapping oscilloscope C source code, illustration mfc graphics rendering process
- 2022-12-01 19:00:03下载
- 积分:1
-
本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。...
本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。-This book is to urge the practice is a good choice, PowerBuilder introduced the scope of application, and some cases, programming details, hoping to have a helping hand.
- 2023-06-20 08:00:03下载
- 积分:1
-
TCP 服务器
C# 初学者有关网络和协议的小知识。线程的一些知识是必需的。微软发展的环境被需要 (Visual Studio 2010)。
简要说明
通过这篇文章我要展示的读者与 TCP/IP Server 通过 Windows 服务启动时,可以停止时 Windows 服务已停止。此 TCP/IP 服务器侦听客户端的连接请求。从客户端请求时,服务器的工作是文件的阅读由客户端发送的数据并将它存储在一个文件 (也由客户端指定的名称)。在这个项目中你可以使用它为使迷你聊天程序和简单的 GUI
- 2022-08-02 23:05:10下载
- 积分:1