-
CImageList类的使用和显示动画
CImageList类的使用和显示动画-CImageList category and demonstrate the use of animation
- 2022-10-25 23:50:02下载
- 积分:1
-
品红网站,用于小型的网站销售商品,有在线聊天、商品展示、后台管理等功能...
品红网站,用于小型的网站销售商品,有在线聊天、商品展示、后台管理等功能-company
- 2023-03-18 14:10:03下载
- 积分:1
-
得到远程机器MAC地址源代码
得到远程机器MAC地址源代码-remote machines source MAC address
- 2023-02-17 11:45:04下载
- 积分:1
-
串口通讯实验
帮助他人,也是帮助自己。
帮助他人,也是帮助自己。
帮助他人,也是帮助自己。
帮助他人,也是帮助自己。
帮助他人,也是帮助自己。
- 2023-07-07 04:10:03下载
- 积分:1
-
一般的内涵编程系统(吉普赛)由三个模块化子
The General Intensional Programming System (GIPSY) consists in three modular sub-systems: The General Intensional Programming Language Compiler (GIPC) the General Eduction Engine (GEE), and the Intensional Run-time Programming Environment (RIPE).
- 2022-07-28 03:12:05下载
- 积分:1
-
这是一个MidPointLine程序源代码
这是一个MidPointLine程序源代码-MidPointLine source code
- 2022-05-18 08:10:51下载
- 积分:1
-
串口小工具代码
VC编写的上位机串口通讯小工具,通过API CreateFile打开串口并通讯,对初学者有很大的帮助。
- 2023-03-23 23:20:04下载
- 积分:1
-
eight digital vc the original document, with a manual only to the design of the...
八数码问题的vc原文件,用人工只能的a算法来设计的,请大家执教-eight digital vc the original document, with a manual only to the design of the algorithm, please coach
- 2022-03-23 18:56:31下载
- 积分:1
-
wince下实现打开jpg文件的功能
wince下实现打开jpg文件的功能-weights under open jpg file functions
- 2022-03-01 17:47:36下载
- 积分: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