-
股票交易买卖批量下单保存,察看交易数量和金额
股票交易买卖批量下单保存,察看交易数量和金额-Stock trading volume under the single-preservation, to see the number of transactions and amount of
- 2022-03-02 05:56:21下载
- 积分:1
-
Python编程从零基础到项目实战-PPT
Python编程从零基础到项目实战-PPT(python power point teaching)
- 2019-07-10 13:35:42下载
- 积分:1
-
ARCH V 2.0
Arch, is one of the best indicator to use in the forex markets, and actually has the best accuracy to trade automatically.
- 2020-06-24 21:20:01下载
- 积分:1
-
4步3种方法对比
多频外差法,求绝对相位,3种方法对比。。。。。。(The multifrequency heterodyne method, the absolute phase, three methods are compared.)
- 2018-03-28 20:16:44下载
- 积分:1
-
SVGNEWGAIGAI
说明: 静止无功发生器 采用无功检测DQ检测 静止无功发生器又称高压动态无功补偿发生装置,或静止同步补偿器。是指自由换相的电力半导体桥式变流器来进行动态无功补偿的装置。SVG是目前无功功率控制领域内的最佳方案。相对于传统的调相机、电容器电抗器、以晶闸管控制电抗器TCR为主要代表的传统SVC等方式,SVG有着无可比拟的优势。(DQ test for static reactive power generator)
- 2020-06-21 15:40:02下载
- 积分:1
-
c语言做的一个小程序,猜拳游戏,请大家交流学习
c语言做的一个小程序,猜拳游戏,请大家交流学习-c language to a small program, finger-guessing game, please share their knowledge and
- 2022-02-14 05:58:28下载
- 积分:1
-
IDL
IDL开发的小型的计算器,以及时钟和文件查找的列表框(IDL to develop a small calculator, and find the clock and file list box)
- 2021-04-08 12:49:01下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
一个简单的猜数字游戏的编程,编译已经完全通过,绝无问题
一个简单的猜数字游戏的编程,编译已经完全通过,绝无问题-猜数字a simple game programming, the compiler has completely passed, no problem
- 2022-08-10 05:17:00下载
- 积分:1
-
54200257liquid
一维,二维,三维热传导方程的数值求解(有限差分法等)。(Numerical solution of heat conduction equation)
- 2018-09-15 10:21:09下载
- 积分:1