-
Notepad++ 源码下载
notepad-plus-plus-master.zip
- 2019-12-09下载
- 积分:1
-
CTP_API_Sample
上期技术CTP接口示例源码,可以根据这个示例开发自己的交易平台(Examples of technology interfaces on the CTP source)
- 2010-11-04 11:23:49下载
- 积分:1
-
C# 串口读写程序 串口通讯示例源码
C# 串口读写程序 串口通讯示例源码
- 2014-03-26下载
- 积分:1
-
OperationSystem_RR
操作系统 CPU调度 时间片轮转法 SSD系列课程 给有需要的同学(Operating System CPU time slice Round-Robin Scheduling SSD series of courses to students in need)
- 2010-12-31 09:54:57下载
- 积分:1
-
C#联通网络宽带测试 拨号实例源码
C#拨号实例
- 2014-09-25下载
- 积分:1
-
eXeScope650
eXeScope650绿色注册版,修改DLL EXE文件!(eXeScope650 free registered version)
- 2016-10-25 10:19:31下载
- 积分:1
-
SoftScope
功能描述:这是一个示波器波形显示控件,能够完成类似于示波器的功能。最多可以同时显示8个通道的数据波形,可以动态切换显示通道。缩放xy轴,弹出半透明窗口显示坐标,y轴方向平移波形等功能。
操作使用键盘快捷键,操作说明见readme.txt,目前按键焦点的得到有点问题,要点击开始后在示波器上鼠标左键单击一下,然后按一下上箭头键,才可以响应按键指令,有高手知道怎么改进希望告诉作者:xiang57@163.com(Functional Description: This is an oscilloscope waveform display control, able to complete similar oscilloscope function. At the same time show up to eight channels of waveform data can be displayed dynamically switch channels. Zoom xy axis, translucent pop-up window displays the coordinates, y-axis direction of translational wave functions. Operation of the use of keyboard shortcuts, operating instructions see readme.txt, the current key focus has been a problem, it is necessary to click on the oscilloscope after the beginning click the left mouse button, and then click on the arrow keys, before they can respond to key commands, has a master know how to tell the authors hope to improve: xiang57@163.com)
- 2008-07-06 21:24:24下载
- 积分:1
-
C#做的 Windows启动项管理工具 源码实例
Windows启动项管理软件, 可开通禁用启动项
- 2013-01-18下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
WebBrowser中元素赋值与模拟点击,实现模拟输入表单,并提交表单
WebBrowser模拟操作功能实现
- 2012-12-30下载
- 积分:1