-
一个关于出入迷宫的C++程序
一个关于出入迷宫的C++程序-a maze of access to the C program
- 2022-08-22 12:20:43下载
- 积分:1
-
关于WinCE下的HP打印机的打印驱动程序源代码
关于WinCE下的HP打印机的打印驱动程序源代码-WinCE on HP printers under the printer driver source code
- 2022-12-16 21:00:03下载
- 积分:1
-
asm task supermanb)))))
asm task supermanb-asm task supermanb)))))
- 2023-06-16 11:35:03下载
- 积分:1
-
an example for uninstaller
an example for uninstaller
- 2022-11-16 07:15:03下载
- 积分:1
-
此软件是基于VB开发的图书管理软件,希望和大家一起分享
此软件是基于VB开发的图书管理软件,希望和大家一起分享-This software is based on the VB development of library management software, hope and share with everyone
- 2022-10-09 00:45:02下载
- 积分:1
-
用于队列的 操作系统内诃
用于队列的 操作系统内诃-queue for the operating system to send
- 2022-07-15 09:33:25下载
- 积分:1
-
本SDK适合REALmagic EM847x芯片的板卡,如神龙卡,XCARD等等。该SDK专门为开发自动播出系统、广告截播系统、字幕系统等而设计;其独特的文件连...
本SDK适合REALmagic EM847x芯片的板卡,如神龙卡,XCARD等等。该SDK专门为开发自动播出系统、广告截播系统、字幕系统等而设计;其独特的文件连播功能,使多个文件回放过程中无缝连接,不会有停顿或马赛克;而且该SDK支持多卡操作,让用户轻松识别某块所在的PCI SLOT上。
该SDK是模仿广州高创公司的PYTHON XP SDK制作的,用过PYTHON XP的用户可轻松地把该SDK应用已有的播出系统上。
-REALmagic EM847x the SDK for the chip card, such as the Dragon Card, XCARD and so on. The SDK for the development of automatic broadcast system, broadcast advertising cut-off system, such as subtitles and system design 连播its unique features of documents to process multiple files playback seamlessly, there will be no pause or mosaic and the SDK support multi-card operation, to allow users to easily identify where a piece of the PCI SLOT. The SDK is based on Guangzhou" s high-creators produced PYTHON XP SDK, used PYTHON XP users can easily have the SDK application of the broadcast system.
- 2022-03-16 20:14:54下载
- 积分:1
-
体重指数计算器
应用背景它允许用户输入重量和高度。然后,该项目可以计算这个人的身体质量指数,并显示列表框中的所有相关信息。关键技术C # ;技术。这个项目可以计算身体质量指数的背景;
- 2022-03-29 10:02:05下载
- 积分:1
-
仿windows的画板程序
适合初学者使用
仿windows的画板程序
适合初学者使用-imitation windows slate procedures for beginners
- 2022-03-03 03:55:19下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1