-
jiamin
欢迎访问 学生大软件站 Http://Soft.Studa.Com 默认解压密码:soft.studa.com(welcome visiting students station largest software Http :// default extract Soft.Studa.Com Password : soft.studa.com)
- 2007-06-10 09:15:27下载
- 积分:1
-
公交自动化系统
公交自动化系统
- 2022-10-26 07:35:04下载
- 积分:1
-
source_code
说明: 指纹识别源代码,C语言编写,简单易用,便于自学。(finger recognition source code)
- 2010-04-05 11:00:01下载
- 积分:1
-
XK3190-A9LoadometerReader
XK3190-A9加地磅读数代码.地磅是一个小厂生产的,应项目需要而作,上传此代码以交换另一个地磅的代码(XK3190-A9+ Loadometer Reader )
- 2017-03-29 15:44:16下载
- 积分:1
-
socket_send2plc
说明: 数据用socket写入到三菱系列PLC中,读取或写入数据。(send data to mitishubishi PLC with socket)
- 2020-06-25 06:00:02下载
- 积分:1
-
Teechart时间曲线实时移动图实例
Teechart时间曲线实时移动图实例
- 2018-07-15下载
- 积分:1
-
function
很多的都想用自已的和序控制自己的电脑,这里有一些常用函数,希望对大家有用(Many want to use their own and the sequence to control their own computer, here are some commonly used functions, in the hope that useful to everybody)
- 2007-08-28 21:56:29下载
- 积分:1
-
C# 热键模拟 模拟数字输入、英文输入Home键、Backspace键
C#通过窗体的按钮来模拟按下键盘上指定键的功能,比如模拟出了Shift+Home、Delete、Enter、Home、Backspace、数字输入、英文输入等键的功能,相关功能模块代码如下,可自己添加相关的模块功能键:
private void button3_Click(object sender, System.EventArgs e)
{//Backspace空格键
this.richTextBox1.Focus();
SendKeys.Send("{Backspace}");
}
private void button4_Click(object sender, System.EventArgs e)
{ //End结束键
this.richTextBox1.Focus();
SendKeys.Send("{End}");
}
private void button5_Click(object sender, System.EventArgs e)
{//Home键
this.richTextBox1.Focus();
SendKeys.Send("{Home}");
}
private void button6_Click(object sender, System.EventArgs e)
{//Enter回车键
this.richTextBox1.Focus();
SendKeys.Send("{Enter}");
}
private void button7_Click(object sender, System.EventArgs e)
{//Delete删除键
this.richTextBox1.Focus();
SendKeys.Send("{Delete}");
}
- 2022-07-19 00:15:03下载
- 积分:1
-
c-clock
脑中可以在特定的时间响起。设置闹钟定时可以响起,(Set alarm timing can ring)
- 2016-02-15 11:52:45下载
- 积分:1
-
基于哈希表的简单通讯录系统
从文件读取固定格式的员工信息,并创建哈希表。
并具有插入、浏览、删除、修改等功能编辑员工信息。(Read staff information in a fixed format from a file and create a hash table.
It also has functions of insertion, browsing, deletion and modification to edit employee information.)
- 2020-06-23 01:00:01下载
- 积分:1