sourcecodesinlecturenotes_17a18f188672d8636c05.zip
资源来源:本地上传资源
文件类型:ZIP
大小:318.59KB
评分:
5.0
上传者:Szyacpower
更新日期:2024-09-18

sourcecodesinlecturenotes_17a18f188672d8636c05.zip

资源文件列表(大概)

文件名
大小
Source Codes in Lecture Notes/10/
-
Source Codes in Lecture Notes/10/comparableemployee/
-
Source Codes in Lecture Notes/10/comparableemployee/ComparableEmployee.java
2.7KB
Source Codes in Lecture Notes/10/comparableemployee/ComparableEmployee2.java
3.12KB
Source Codes in Lecture Notes/10/comparableemployee/ComparableEmployeeDesign.class.violet.html
15.57KB
Source Codes in Lecture Notes/10/comparableemployee/Driver.java
365B
Source Codes in Lecture Notes/10/comparableemployee/Test.java
1.37KB
Source Codes in Lecture Notes/10/shape/
-
Source Codes in Lecture Notes/10/shape/Circle.java
659B
Source Codes in Lecture Notes/10/shape/CircleRectangleDesign.class.violet.html
12.47KB
Source Codes in Lecture Notes/10/shape/Driver.java
363B
Source Codes in Lecture Notes/10/shape/Rectangle.java
837B
Source Codes in Lecture Notes/10/shape/Shape.java
271B
Source Codes in Lecture Notes/10/shape/ShapeInterfaceDesign.class.violet.html
21.35KB
Source Codes in Lecture Notes/10/shape/Test.java
1.28KB
Source Codes in Lecture Notes/15/
-
Source Codes in Lecture Notes/15/EndlessRecursion.java
512B
Source Codes in Lecture Notes/15/Factorial.java
1.54KB
Source Codes in Lecture Notes/15/FibNumbers.java
938B
Source Codes in Lecture Notes/15/GCDdemo.java
1.23KB
Source Codes in Lecture Notes/15/Hanoi.java
1.32KB
Source Codes in Lecture Notes/15/HanoiDemo.java
431B
Source Codes in Lecture Notes/15/RangeSum.java
947B
Source Codes in Lecture Notes/15/Recursive.java
599B
Source Codes in Lecture Notes/16/
-
Source Codes in Lecture Notes/16/BubbleSorter.java
1.94KB
Source Codes in Lecture Notes/16/InsertionSorter.java
2.17KB
Source Codes in Lecture Notes/16/MergeSorter.java
4.05KB
Source Codes in Lecture Notes/16/QuickSorter.java
3.82KB
Source Codes in Lecture Notes/16/search/
-
Source Codes in Lecture Notes/16/search/BinarySearcher.java
3.21KB
Source Codes in Lecture Notes/16/search/BubbleSorter.java
1.92KB
Source Codes in Lecture Notes/16/search/InsertionSorter.java
2.15KB
Source Codes in Lecture Notes/16/search/names.txt
522B
Source Codes in Lecture Notes/16/search/QuickSorter.java
3.8KB
Source Codes in Lecture Notes/16/search/RecursiveBinarySearcher.java
3.06KB
Source Codes in Lecture Notes/16/search/SelectionSorter.java
2.26KB
Source Codes in Lecture Notes/16/search/SequentialSearcher.java
1.73KB
Source Codes in Lecture Notes/16/SelectionSorter.java
2.27KB
Source Codes in Lecture Notes/17/
-
Source Codes in Lecture Notes/17/point/
-
Source Codes in Lecture Notes/17/point/Point.java
1.52KB
Source Codes in Lecture Notes/17/point/PointDesign.class.violet.html
5.05KB
Source Codes in Lecture Notes/17/point/TestPoint.java
663B
Source Codes in Lecture Notes/17/point2/
-
Source Codes in Lecture Notes/17/point2/Point.java
1.5KB
Source Codes in Lecture Notes/17/point2/PointDesign2.class.violet.html
5.11KB
Source Codes in Lecture Notes/17/point2/TestPoint.java
1.84KB
Source Codes in Lecture Notes/17/point2/TestPoint2.java
1.94KB
Source Codes in Lecture Notes/17/point2/TestPointConstrainingTypeParameters.java
2.41KB
Source Codes in Lecture Notes/18/
-
Source Codes in Lecture Notes/18/Lists/
-
Source Codes in Lecture Notes/18/Lists/ArrayListLinkedListDemo.java
1.01KB
Source Codes in Lecture Notes/18/Lists/IteratorInterfaceDemo.java
977B
Source Codes in Lecture Notes/18/Lists/ListIteratorInterfaceDemo.java
957B
Source Codes in Lecture Notes/18/Maps/
-
Source Codes in Lecture Notes/18/Maps/Car.java
2.19KB
Source Codes in Lecture Notes/18/Maps/CarHashMap1.java
1.84KB
Source Codes in Lecture Notes/18/Maps/CarHashMap2.java
1.66KB
Source Codes in Lecture Notes/18/Maps/CarHashMap3.java
1.6KB
Source Codes in Lecture Notes/18/Sets/
-
Source Codes in Lecture Notes/18/Sets/Hashset/
-
Source Codes in Lecture Notes/18/Sets/Hashset/Car.java
2.18KB
Source Codes in Lecture Notes/18/Sets/Hashset/CarDesign.png
3.25KB
Source Codes in Lecture Notes/18/Sets/Hashset/CarHashSetIteratorTest.java
1KB
Source Codes in Lecture Notes/18/Sets/TreeSet/
-
Source Codes in Lecture Notes/18/Sets/TreeSet/car/
-
Source Codes in Lecture Notes/18/Sets/TreeSet/car/Car.java
2.2KB
Source Codes in Lecture Notes/18/Sets/TreeSet/car/CarDesign.png
3.25KB
Source Codes in Lecture Notes/18/Sets/TreeSet/car/CarHashSetIteratorTest.java
1.07KB
Source Codes in Lecture Notes/18/Sets/TreeSet/carsorted/
-
Source Codes in Lecture Notes/18/Sets/TreeSet/carsorted/Car.java
2.2KB
Source Codes in Lecture Notes/18/Sets/TreeSet/carsorted/CarComparator.java
943B
Source Codes in Lecture Notes/18/Sets/TreeSet/carsorted/TreeSetDemo2.java
1.29KB
Source Codes in Lecture Notes/18/Sets/TreeSet/string/
-
Source Codes in Lecture Notes/18/Sets/TreeSet/string/ReverseStringComparator.java
695B
Source Codes in Lecture Notes/18/Sets/TreeSet/string/TreeSetDemo1.java
1.11KB
Source Codes in Lecture Notes/18/Sets/TreeSet/string/TreeSetDemo3.java
977B
Source Codes in Lecture Notes/19/
-
Source Codes in Lecture Notes/19/doubly/
-
Source Codes in Lecture Notes/19/doubly/DoublyLinkedListDesign.class.violet.html
35.91KB
Source Codes in Lecture Notes/19/doubly/Driver.java
456B
Source Codes in Lecture Notes/19/doubly/ListException.java
494B
Source Codes in Lecture Notes/19/doubly/ListIndexOutOfBoundsException.java
460B
Source Codes in Lecture Notes/19/doubly/ListInterface.java
1.78KB
Source Codes in Lecture Notes/19/doubly/ListReferenceBased.java
5.75KB
Source Codes in Lecture Notes/19/doubly/Node.java
2.25KB
Source Codes in Lecture Notes/19/doubly/NodeDesign.class.violet.html
8.75KB
Source Codes in Lecture Notes/19/doubly/Test.java
1.3KB
Source Codes in Lecture Notes/19/singly/
-
Source Codes in Lecture Notes/19/singly/Driver.java
456B
Source Codes in Lecture Notes/19/singly/ListException.java
494B
Source Codes in Lecture Notes/19/singly/ListIndexOutOfBoundsException.java
460B
Source Codes in Lecture Notes/19/singly/ListInterface.java
1.78KB
Source Codes in Lecture Notes/19/singly/ListReferenceBased.java
5.24KB
Source Codes in Lecture Notes/19/singly/Node.java
1.64KB
Source Codes in Lecture Notes/19/singly/NodeDesign.class.violet.html
6.2KB
Source Codes in Lecture Notes/19/singly/SingularLinkedListDesign.class.violet.html
33.98KB
Source Codes in Lecture Notes/19/singly/Test.java
1.33KB
Source Codes in Lecture Notes/20/
-
Source Codes in Lecture Notes/20/queue/
-
Source Codes in Lecture Notes/20/queue/arraybased/
-
Source Codes in Lecture Notes/20/queue/arraybased/Driver.java
500B
Source Codes in Lecture Notes/20/queue/arraybased/QueueArrayBased.java
4.3KB
Source Codes in Lecture Notes/20/queue/arraybased/QueueArrayBasedDesign.class.violet.html
21.65KB
Source Codes in Lecture Notes/20/queue/arraybased/QueueException.java
501B
Source Codes in Lecture Notes/20/queue/arraybased/QueueInterface.java
2.23KB
Source Codes in Lecture Notes/20/queue/arraybased/Test.java
886B
Source Codes in Lecture Notes/20/queue/referencebased/
-
Source Codes in Lecture Notes/20/queue/referencebased/Driver.java
504B
Source Codes in Lecture Notes/20/queue/referencebased/Node.java
1.38KB
Source Codes in Lecture Notes/20/queue/referencebased/QueueException.java
468B
Source Codes in Lecture Notes/20/queue/referencebased/QueueInterface.java
2.07KB
Source Codes in Lecture Notes/20/queue/referencebased/QueueReferenceBased.java
3.74KB
Source Codes in Lecture Notes/20/queue/referencebased/QueueReferenceBasedDesign.class.violet.html
25.72KB
Source Codes in Lecture Notes/20/queue/referencebased/Test.java
926B
Source Codes in Lecture Notes/20/stack/
-
Source Codes in Lecture Notes/20/stack/arraybased/
-
Source Codes in Lecture Notes/20/stack/arraybased/Driver.java
425B
Source Codes in Lecture Notes/20/stack/arraybased/StackArrayBased.java
3.3KB
Source Codes in Lecture Notes/20/stack/arraybased/StackArrayBasedDesign.class.violet.html
20.42KB
Source Codes in Lecture Notes/20/stack/arraybased/StackException.java
437B
Source Codes in Lecture Notes/20/stack/arraybased/StackInterface.java
1.87KB
Source Codes in Lecture Notes/20/stack/arraybased/Test.java
1.24KB
Source Codes in Lecture Notes/20/stack/referencebased/
-
Source Codes in Lecture Notes/20/stack/referencebased/Driver.java
429B
Source Codes in Lecture Notes/20/stack/referencebased/Node.java
1.34KB
Source Codes in Lecture Notes/20/stack/referencebased/StackException.java
443B
Source Codes in Lecture Notes/20/stack/referencebased/StackInterface.java
1.73KB
Source Codes in Lecture Notes/20/stack/referencebased/StackReferenceBased.java
2.31KB
Source Codes in Lecture Notes/20/stack/referencebased/StackReferenceBasedDesign.class.violet.html
23.74KB
Source Codes in Lecture Notes/20/stack/referencebased/Test.java
1.17KB
Source Codes in Lecture Notes/20/stack/StackDemo.java
865B
Source Codes in Lecture Notes/21/
-
Source Codes in Lecture Notes/21/binarytree/
-
Source Codes in Lecture Notes/21/binarytree/BaseBinaryTree.java
2.18KB
Source Codes in Lecture Notes/21/binarytree/BinaryTree.java
8.39KB
Source Codes in Lecture Notes/21/binarytree/BinaryTreeDesign.class.violet.html
53.25KB
Source Codes in Lecture Notes/21/binarytree/Driver.java
441B
Source Codes in Lecture Notes/21/binarytree/Test.java
1.53KB
Source Codes in Lecture Notes/21/binarytree/TreeException.java
405B
Source Codes in Lecture Notes/21/binarytree/TreeIterator.java
4.18KB
Source Codes in Lecture Notes/21/binarytree/TreeNode.java
2.21KB
Source Codes in Lecture Notes/21/binarytree/TreeNodeDesign.class.violet.html
6.9KB
Source Codes in Lecture Notes/21/demo/
-
Source Codes in Lecture Notes/21/demo/IteratorInterfaceDemo.java
1.17KB
Source Codes in Lecture Notes/21/demo/IteratorInterfaceLab09.java
1.21KB
Source Codes in Lecture Notes/adt/
-
Source Codes in Lecture Notes/adt/ADTList.class.violet.html
37.3KB
Source Codes in Lecture Notes/adt/ADTList.class2.violet.html.class.violet.html
39.63KB
Source Codes in Lecture Notes/adt/Driver.java
639B
Source Codes in Lecture Notes/adt/ListArrayListBased.java
2.91KB
Source Codes in Lecture Notes/adt/ListException.java
370B
Source Codes in Lecture Notes/adt/ListIndexOutOfBoundsException.java
418B
Source Codes in Lecture Notes/adt/ListInterface.java
1.55KB
Source Codes in Lecture Notes/adt/Test.java
1.64KB
Source Codes in Lecture Notes/datalist.txt
27B
Source Codes in Lecture Notes/names.txt
522B
Source Codes in Lecture Notes/novels.txt
362B

资源内容介绍

sourcecodesinlecturenotes_17a18f188672d8636c05.zip

用户评论 (0)

相关资源

MATLAB模糊控制算法,驾驶员制动意图识别,Fuzzy模糊控制算法,试验案例+模型+模糊控制器

MATLAB模糊控制算法,驾驶员制动意图识别,Fuzzy模糊控制算法,试验案例+模型+模糊控制器

264.79KB15金币

基恩士plc-EtherCAT三十一轴,控制案例程序(包含plc程序 人机界面 BOM表)

基恩士plc-EtherCAT三十一轴,控制案例程序(包含plc程序 人机界面 BOM表)

596.99KB28金币

Qt温度湿度传感器采样上位机源代码C++数据记录功能Windows上位机

Qt温度湿度传感器采样上位机源代码C++数据记录功能Windows上位机

67.47KB24金币

光伏并网逆变器资料,包含原理图,pcb,源码以及元器件明细表 如下:1) 功率接口板原理图和pcb,元器件明细表 2)

光伏并网逆变器资料,包含原理图,pcb,源码以及元器件明细表。如下:1) 功率接口板原理图和pcb,元器件明细表。2) 主控DSP板原理图(pdf);如果有需要,可发mentor版本的原理图和PCB.元器件明细表以及代码。3) 驱动扩展板原理图和pcb,元器件明细表。4) 逆变器并联仿真文件,环流仿真分析。备注:公司成熟电路,各种各样的控制电路,非常值得学习。

806.74KB23金币

永磁同步直线电机仿真实例,仿真教学 maxwell16.0版本 12槽11极 包括图中模型以及一个仿真设置要点word文档教程

永磁同步直线电机仿真实例,仿真教学 maxwell16.0版本 12槽11极 包括图中模型以及一个仿真设置要点word文档教程

996.1KB14金币

低压无感BLDC方波控制方案 反电动势和比较器检测位置 带载满载启动 1.启动传统三段式,但是我强拖的步数少,启动很快,基本

低压无感BLDC方波控制方案 反电动势和比较器检测位置 带载满载启动 1.启动传统三段式,但是我强拖的步数少,启动很快,基本可以做到任意电机启动切闭环。2.入门方波控制的程序和原理图,方案简单,可移植。3.需要更多功能的:如电感法初始位置检测,双闭环控制,同步整流等特殊功能的加好友我 程序不是库,程序框架简单,只需要调节启动参数就可以启动电机

3.25MB17金币

MATLAB代码:计及碳排放交易及多种需求响应的微网 虚拟电厂日前优化调度关键词:碳排放交易 需求响应 空调负荷 电动汽车 微

MATLAB代码:计及碳排放交易及多种需求响应的微网 虚拟电厂日前优化调度关键词:碳排放交易 需求响应 空调负荷 电动汽车 微网 虚拟电厂优化调度 参考文档:《计及电动汽车和需求响应的多类电力市场下虚拟电厂竞标模型》参考其电动汽车模型以及可中断负荷部分;《Stochastic Adaptive Robust Dispatch for Virtual Power Plants Using the Binding Scenario Identification Approach》参考其空调部分模型以及碳排放部分模型仿真平台:MATLAB+CPLEX主要内容:代码主要做的是一个考虑碳排放权交易的微网 虚拟电厂的日前优化调度模型,在该优化模型中,我们除了重点关注了需求响应、电动汽车以及碳交易部分的优化,需求响应考虑的是可中断负荷以及空调负荷,其中空调模型的构建较为创新且较为复杂,非常值得学习。电动汽车考虑了用户的出行,模型相对比较细致。碳排放部分是从碳配额以及实际碳排放角度去考虑的,参考了文档中的碳交易模型。加入碳交易模型后,整体微网的运行成本降低了约3000元左右,效果

401.18KB15金币

西门子SMART 200 modbus rtu通讯宇电温控器例程所需硬件:西门子smart 200 plc ,mcgs触摸

西门子SMART 200 modbus rtu通讯宇电温控器例程所需硬件:西门子smart 200 plc ,mcgs触摸屏(需带网口),宇电516温控器。功能实现 :运行 停止的控制及指示;温度设定,上下限报警设定 ; 测量温度,设定温度,上下限报警等值的读取。更多功能可以参考宇电通讯手册添加修改。注意事项:发送内容包括plc和触摸屏程序(plc程序有注释),西门子smart 200 通讯教程。

1.93MB11金币

4CD56494-918A-44AB-AC6A-631FE7198A80.zip

4CD56494-918A-44AB-AC6A-631FE7198A80.zip

6.02MB23金币

15kw充电桩模块设计,源代码,原理图,pcb1. 某达15kw充电桩模块,提供AD设计的电路图和pcb,源代码,并包括三相P

15kw充电桩模块设计,源代码,原理图,pcb1. 某达15kw充电桩模块,提供AD设计的电路图和pcb,源代码,并包括三相PFC程序参数变量的计算书。2 .某默生15kw充电桩模块,PFC+DCDC双DSP控制,原理图(主板原理图为AD设计,其他为pdf格式),以及附有上位机软件,can通讯协议,产品规格书,无pcb源文件。

3.31MB17金币

200PLC做数字量输出PID恒温控制1,不套软件自带公式,自写比例,积分,微分算法的恒温控制,简单易懂2,恒温效果显著3

200PLC做数字量输出PID恒温控制1,不套软件自带公式,自写比例,积分,微分算法的恒温控制,简单易懂2,恒温效果显著3,程序包括上位机触摸屏,plc源程序4,硬件准备;plc,模拟量输入模块,pt100,变送器,固态继电器,加热棒

411.49KB22金币

wincc报表功能如下:日报表:每日24点数据,如果设置的是累计值,计算每小时的差值,和最终汇总一日总累计月报表:每日0

wincc报表功能如下:日报表:每日24点数据,如果设置的是累计值,计算每小时的差值,和最终汇总一日总累计月报表:每日0点数据显示,如果设置的是累计值,计算每日的差值,和最终汇总一月总累计年报表:每月1日0点数据显示,如果设置的是累计值,计算每月的差值,和最终汇总一年总累计时段报表:可自由选择时间段查询,可以设置时间间隔:1、5、10、20、30、60 的分钟间隔,显示值为左侧时间点数据实际值报表表格 宽度可以自由配置,报表界面大小可以自由拖动大小,报表参数方便配置,不需要任何编程不需要sql基础,适用wincc任何版本 不需要sql基础,适用wincc任何版本

1.66MB29金币