-
TestCom
Connect comport to PC and Test
- 2019-01-03 18:36:26下载
- 积分:1
-
VB同步Windows时间
VB同步Windows时间,测试本程序电脑必需联网,点击“同步”按钮即可实现时间同步,这是一个完整程序,可能服务器有错误,不过从网上找到时间服务器的话还可以修正程序。
- 2022-06-17 09:46:48下载
- 积分:1
-
人工势场法
用MATLAB实现人工势场算法作路径规划(Using MATLAB to Realize Artificial Potential Field Algorithms for Path Planning)
- 2019-05-17 20:01:45下载
- 积分:1
-
是一个人脸检测数据库,做人脸检测的很有用处啊
是一个人脸检测数据库,做人脸检测的很有用处啊-Face detection is a database of human face detection useful ah
- 2022-02-24 18:59:41下载
- 积分:1
-
Rayleigh
OFDM调制及多径瑞利信道及单径信道的仿真,可选择(OFDM Simulation of Multipath Rayleigh Channel and Single Path Channe)
- 2019-06-11 16:27:44下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
灰鸽子
【1】对远程计算机文件管理:模枋Windows 资源管理器,可以对文件进行复制、粘贴、删除,重命名、远程运行等,可以上传下载文件或文件夹,操作简单易用。
【2】远程控制命令:查看远程系统信息、剪切板查看、进程管理、窗口管理、插件功能、服务管理、共享管理、代理服务、MS-Dos模拟!
【3】捕获屏幕:不但可以连继的捕获远程电脑屏幕,还能把本地的鼠标及键盘传动作送到远程实现实时控制功能!
功能
【4】视频监控,可以监控远程控制头!,还有语音监听和发送功能!
【5】telnet(超级终端).
【6】语音监听和发送!可以和远程主机进程语音对话!([1] on the remote computer file management mode: Fang Windows explorer, can copy files, paste, delete, rename, remote operation, you can upload and download files or folders, easy to use.
[2] remote control commands: View remote system information, clipboard view, process management, window management, plug-in function, service management, sharing management, agent service, MS-Dos simulation.
[3] capture screen: not only can capture the remote computer screen continuously, but also transmit the local mouse and keyboard to remote to achieve real-time control function.
function
[4] video surveillance, can monitor remote control head! And voice monitoring and sending functions!
[5] telnet (super terminal).
(6) voice listening and sending! Can talk to the remote host process voice dialogue!)
- 2018-01-15 10:06:30下载
- 积分:1
-
django
说明: 用django实现用户管理系统的后台包括前端展示,主要功能包括从前端页面直接对数据库进行增删改查,还有登录,身份验证,导入导出excel,增加装饰器实现页面保护,分页等功能,可直接用于向内部展示。(The background of user management system with Django includes front-end display. The main functions include adding, deleting, modifying and checking the database directly from the front-end page, login, authentication, importing and exporting excel, adding decorator to realize page protection, paging and other functions, which can be directly used for internal display.)
- 2019-11-28 17:32:01下载
- 积分:1
-
java数据库驱动 对于数据库连接有作用
java数据库驱动 对于数据库连接有作用-java
- 2022-03-02 15:22:24下载
- 积分:1
-
DNN-master
说明: 神经网络控制器NARXnet,动态神经网络使用源码(Neural network controller NARXnet, dynamic neural network source code)
- 2020-06-23 10:40:01下载
- 积分:1