-
视觉基本的关闭实例
A shut down example in visual basic
- 2022-05-23 18:42:40下载
- 积分:1
-
这是一个可以实现距离3 ~ 6km的通信程序,实现…
这个是一个可以实现3~6KM距离通讯的程序,实现过程都已经详细注释 硬件采用ADC得到原始数据 然后根据线路得编码情况得到数据
而且针对多节点 带了一个自适应的算法 这样就可以在总线上任意两个终端通讯-Can realize this is a distance of 3 ~ 6KM communications procedures, the realization of the process have been detailed notes ADC hardware used to be the raw data was then coded according to the situation of lines of data and for multi-node with an adaptive algorithm can then be in the bus on any two terminal communications
- 2022-01-26 06:19:35下载
- 积分:1
-
send and receive data via com port application
send and receive data via com port application
- 2022-01-26 01:25:51下载
- 积分:1
-
这是我们做操作系统的一个作业,用C++程序模拟了一下,望大家指点阿,初学。...
这是我们做操作系统的一个作业,用C++程序模拟了一下,望大家指点阿,初学。-This is our operating system to do an operation, using C++ Program to simulate the look, hope everyone pointing Ah, beginner.
- 2022-06-30 13:22:32下载
- 积分:1
-
在 asp 的 apriori 算法
这是一个 web 服务的 asp 使用 apriori 算法和用于派生的关联规则,我们可以用在许多市场购物篮分析、 银行等,也是非常重要的数据挖掘和其各自的部门
- 2022-03-23 14:20:36下载
- 积分:1
-
特点简单,画一个基本的
功能简单,绘制了一个基本的K线图,供大家参考。-Features simple, draw a basic K-line map for your reference.
- 2023-02-14 04:55:06下载
- 积分:1
-
创建矢量图形编辑器,实现矢量图形控件。
Creating vector graphics editor, implementing vector graphics activex.
- 2022-02-05 07:59:17下载
- 积分:1
-
game windows
//---------------------------------------------------------------------------
- 2022-05-27 10:03:30下载
- 积分:1
-
一维信号小波的VC++程序 希望能帮到快要毕业的人们...
一维信号小波的VC++程序 希望能帮到快要毕业的人们-One-dimensional wavelet of VC program hopes to help people about to graduate
- 2022-04-20 15:44:02下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1