-
在C#中导入WebBrowser控件,生成具有强名称的程序集
在C#中导入WebBrowser控件,生成具有强名称的程序集-in C# into WebBrowser control, have generated strong name of the procedures set
- 2022-03-01 06:53:51下载
- 积分:1
-
动物识别系统
动物识别系统-Animal Identification System
- 2022-06-15 12:58:04下载
- 积分:1
-
Arm9 keyboard reader
can show out key code
Arm9 keyboard reader
can show out key code -Arm9 keyboard readercan show out key code
- 2023-08-19 10:30:04下载
- 积分:1
-
基于AD590和52单片机00的只能温控系统
#include
#define uchar unsigned char
#define uint unsigned int
sbit lcden=P3^3;
sbit lcdrs=P3^4;
sbit lcdrw=P3^5;
sbit eoc=P3^2;
sbit ale=P2^4;
sbit st=P2^4;
sbit oe=P2^5;
sbit clk=P2^3;
unsigned long dianya=0;
uchar num;
uchar code table[]="the range:0-100";
uchar code ta
- 2022-03-23 02:09:17下载
- 积分:1
-
Fixed
Fixed-point math library, with dynamic size numbers (defined before build). Yet in development
- 2022-08-24 18:36:23下载
- 积分:1
-
The two computers can achieve communication. As long as the debug folder in the...
该程序可以实现两台计算机的通信。只要在debug文件夹中按要求输入对方的IP,就可以实现功能,可以传文件之类的。-The two computers can achieve communication. As long as the debug folder in the required input of each other" s IP, we can achieve features such as mass file.
- 2022-07-09 10:29:00下载
- 积分:1
-
带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。...
带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-bracketed arithmetic expression calculator. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade expression and suffixes expression change.
- 2022-05-22 15:16:04下载
- 积分:1
-
一个数据库的源代码是相对简单的实现基本的插入、查询。
一个数据库DBMS的源代码,比较简单,实现了基本的插入,查询等功能,实现了基本的sql语句-A database DBMS source code is relatively simple to achieve the basic insert, query and other functions, to achieve the basic sql statement
- 2022-03-22 21:26:47下载
- 积分:1
-
基于VC++,用数字键盘和列表框设计计算器
基于VC++,用数字键盘和列表框设计计算器-Based on VC++, using the digital keyboard and the list box design calculator
- 2022-03-25 01:44:08下载
- 积分: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