-
PB报表工具
说明: PB 报表自定义工具,可让用户自定义报表格式及内容(PB Report Customization Tool)
- 2020-11-27 09:19:30下载
- 积分:1
-
3DEC用户手册(4.0)中文版.pdf
说明: 3DEC用户手册(4.0)中文版(3DEC4.0 manual with cover)
- 2020-06-29 09:40:01下载
- 积分:1
-
杨乐平老师的第二章例程
杨乐平老师的第二章例程-Yang Leping teachers chapter routines
- 2022-02-04 23:50:49下载
- 积分:1
-
圆阵代码整理
说明: 该资料为以圆阵阵列为基础的为窄带俯仰角和方向角的定位提供一定的借鉴意义。(This data provides a certain reference for the positioning of the narrowband pitch angle and direction angle based on the circular array array.)
- 2020-10-20 21:53:12下载
- 积分:1
-
廖雪峰python3教程
如果你满足以下条件:
? 会使用电脑,但从来没写过程序;
? 还记得初中数学学的方程式和一点点代数知识;
? 想从编程小白变成专业的软件架构师;
? 每天能抽出半个小时学习。
那么你就能学会python(If you meet the following criteria:
Can use a computer, but never write a program;
Remember junior high school math equations and a little algebra;
Want to go from programming whiz to professional software architect;
I can spare half an hour to study every day.
Then you can learn python)
- 2020-06-25 16:20:01下载
- 积分:1
-
Calculator
計算機,可以自行延伸,很簡單的寫法,希望可以幫助有需要的人(Computer, you can extend its own, very simple wording, I hope to help people in need)
- 2013-08-23 23:14:55下载
- 积分:1
-
New LCD Library for Proteus
New LCD Library for Proteus
- 2017-12-14 00:08:25下载
- 积分:1
-
GuessNumber
界面不是很好看,但是功能完善的还行,挺有趣的一个游戏,手机上有的。(Interface is not very good looking, but also featured the line, a very interesting game, and some mobile phones.)
- 2011-06-01 16:43:30下载
- 积分:1
-
genzong
说明: 点云数据,焊缝特征点计算,焊缝跟踪焊枪TCP姿态计算。(TCP attitude calculation for seam tracking)
- 2021-04-07 22:49:01下载
- 积分:1
-
类numberlistener实现ActionListener {
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i
- 2022-02-28 23:01:36下载
- 积分:1