-
Client
说明: Labivew的 TCP登陆 客户端
除了登陆外,其他功能还没有作好。
要跟服务端一同使用才行。
服务端在我主页找
为什么要分成两次上传呢,因为每上传一次,有积分呀。(Labivew's TCP login client
In addition to logging in, other functions are not yet ready.
It should be used together with the server.
Find the server on my homepage
Why is it divided into two uploads, because there are points for each upload.)
- 2021-02-14 04:06:40下载
- 积分:1
-
MATLAB package for beginners to do a good number of linear programming using mat...
MATLAB初学者
包好了一些用matlab做线性规划的源程序-MATLAB package for beginners to do a good number of linear programming using matlab source code
- 2022-03-18 04:37:57下载
- 积分:1
-
Hseries_5Level_Inverter_No1
五电平逆变器的Simulink模型,调制方式采用SPWM(Simulink model of five-level inverters with SPWM modulation)
- 2019-05-07 11:02:22下载
- 积分:1
-
array-master
矩阵计算array类C++代码, 可直接使用,也可作为继承的父类(Matrix computation array class C++ code)
- 2019-06-30 21:15:29下载
- 积分:1
-
此程序为cad下lisp开发,具有在保持图块不打开的状态下复制其中的对象...
此程序为cad下lisp开发,具有在保持图块不打开的状态下复制其中的对象-procedure for predicting lisp under development, is not maintaining the block open state in which the object replication
- 2022-06-18 23:03:20下载
- 积分:1
-
land certificate Print, Print collective land certificate. State
土地证打印,有集体土地证打印。国有土地证打证-land certificate Print, Print collective land certificate. State-owned land certificate playing cards!
- 2022-04-19 21:09:46下载
- 积分:1
-
hanno
说明: /汉诺塔递归算法过程解析:
//汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石
//的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧
//不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个,
//而且大的不能放在小的上面。解答结果请自己运行计算,程序见尾部。面对庞大的数字(移动圆片的次数)
//18446744073709551615,看来,众僧们耗尽毕生精力也不可能完成金片的移动。
//后来,这个传说就演变为汉诺塔游戏:(err)
- 2008-10-27 20:02:15下载
- 积分:1
-
PIC12F675 内部eeprom程序 加protues 仿真
PIC12F675 内部eeprom程序 加protues 仿真
-PIC12F675 processes in the internal eeprom emulation protues
- 2023-08-04 04:35:03下载
- 积分:1
-
ACbianhuan3X33
逆变器基于lcl滤波器并网逆变器matlab程序(Matlab program of grid-connected inverter based on LCL filter)
- 2020-06-23 20:40:01下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1