-
一个漂亮的万花筒,对C++初学者很有帮助
一个漂亮的万花筒,对C++初学者很有帮助-a beautiful kaleidoscope of C beginners helpful
- 2023-04-03 01:15:03下载
- 积分:1
-
广州塔的参考程序
广州塔设计主要是利用STC12C5A60S2单片机、该系统采用增强型8051单片机STC12C5A60S2为主控制器,利用单片机控制点阵的原理,控制广州塔展示效果,还通过单片机内置的ADC对音频信号进行采样,然后控制广州塔亮的层数达到根据音乐跳舞的效果。
- 2023-08-08 16:05:04下载
- 积分:1
-
C# socket传输
服务端,客户端。实现两个部分通信。~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~
- 2022-06-27 00:43:32下载
- 积分:1
-
This is source for websit check online/off with yahoo message
This source for websit check online/off with yahoo message-This is source for websit check online/off with yahoo message
- 2022-04-30 01:32:45下载
- 积分:1
-
任意用户模式下执行 ring 0 代码
转载
任意用户模式下执行 ring 0 代码
转载-arbitrary user mode implementation code reproduced ring 0
- 2022-01-22 15:20:40下载
- 积分:1
-
c++ primary knowledge summary
c++ primary 知识汇总,是c++进阶者很好的东西-c++ primary knowledge summary
- 2022-04-22 18:34:38下载
- 积分:1
-
Microsoft mci interface, the use of MFC utility to set up working into vc++ to r...
使用微软mci接口,利用MFC工具建立的vc++工成,实现了语音朗读和语音识别功能-Microsoft mci interface, the use of MFC utility to set up working into vc++ to realize voice and speech recognition capabilities to read
- 2022-03-14 07:51:09下载
- 积分:1
-
Screen design of C language source program, explain in detail the C language use...
屏幕设计的 C 语言源程序,详细讲解用C语言进行设计屏幕界面.-Screen design of C language source program, explain in detail the C language used to design the screen interface.
- 2022-02-25 13:27:34下载
- 积分:1
-
保存地图文档用vc++2005+AE9.2
保存地图文档用vc++2005+AE9.2-Save the map document used vc++ 2005+ AE9.2
- 2022-07-15 16:25:28下载
- 积分: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