-
a simple calculator
一个简单的计算器-a simple calculator
- 2022-03-23 01:53:28下载
- 积分:1
-
计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行...
计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行-Calculation of matrix product, text input and output, input two matrices when the line between the need for
- 2022-02-02 22:17:29下载
- 积分:1
-
这是基于6个算法的单
这是基于VC++6.0的单用户注水算法的源程序,-This is based on the VC++ 6.0 Algorithm for single-user water source,
- 2022-05-14 00:31:21下载
- 积分:1
-
这是一个从23个数里面任意选择5个数的小程序。
这是一个从23个数里面任意选择5个数的小程序。-This is a number from 23 inside the arbitrary choice of 5 the number of small procedures.
- 2023-01-11 09:10:04下载
- 积分:1
-
游戏蛇
我做了使用 c# 的贪吃蛇游戏。它的看起来像向诺基亚 3310 贪吃蛇游戏。。。
- 2022-02-03 05:52:27下载
- 积分:1
-
multi
多国语言支持的DLL,纯资源DLL,以及DLL中资源的调用例子代码.-multi-language support DLL, pure resource DLL, and DLL resources called code examples.
- 2022-05-06 13:11:34下载
- 积分:1
-
基于51单片机的双串口多机通信程序,主机串口2与PC连接,串口1与从机连接,可实现pc机控制从机,从机接收到命令后返回相应数据到pc机
基于51单片机的双串口多机通信程序,主机串口2与PC连接,串口1与从机连接,可实现pc机控制从机,从机接收到命令后返回相应数据到pc机
- 2022-03-24 14:48:17下载
- 积分:1
-
Compile the source program: 1. Remove the " Read Only" attribute. 2. In...
编译源程序:
1. 去掉“只读”属性。
2. 在SQL Server2000中,附加数据库UGMS。
3. 编译不受源文件位置和数据库位置的影响。即,HMS的整个工程复制到任何地方都可编译。
运行Realease:
1. 确认已安装VC 6.0。
2. 在SQL Server 2000中,附加数据库UGMS。
3. 运行程序的Debug版或者Release版。
4. 参考该书第10章的内容操作。 -Compile the source program: 1. Remove the " Read Only" attribute. 2. In SQL Server2000, the additional database UGMS. 3. Compiled from the source file location and database location of impact. Namely, HMS copy of the entire project can be compiled anywhere. Run Realease: 1. Make sure to install VC 6.0. 2. In the SQL Server 2000, the additional database UGMS. 3. To run programs or Release version of the Debug version. 4. Reference to the contents of the book Chapter 10 operation.
- 2022-08-15 15:53:18下载
- 积分:1
-
最好的232通信源码
最好的232通信源码,非常详细,通过RS232BD与计算机串口通信程序,电缆最好采用原装的-Mitsubishi FX PLC RS232BD computer through serial communication procedures, Cable preferred the original 。
- 2022-01-25 23:44:13下载
- 积分: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