-
dianzufenxi
直流电阻分析,戴维南定理,一阶动态电路,二阶动态电路,正选稳态电路
(DC resistance analysis, Thevenin theorem, first-order dynamic circuit, the second-order dynamic circuits are selected steady-state circuit)
- 2012-05-28 17:13:43下载
- 积分:1
-
剑指offer 名企面试官精讲典型编程题
说明: 《剑指Offer:名企面试官精讲典型编程题》剖析了50个典型的程序员面试题,从基础知识、代码质量、解题思路、优化效率和综合能力五个方面系统整理了影响面试的5个要点。全书分为7章,主要包括面试的流程,讨论面试流程中每一环节需要注意的问题;面试需要的基础知识,从编程语言、数据结构及算法三方面总结了程序员面试的知识点。("Sword finger offer: interviewers of famous enterprises elaborate on typical
programming questions" analyzes 50 typical programmer interview questions, and systematically sorts out five key points affecting interview from five aspects: basic knowledge, code quality, problem-solving ideas, optimization efficiency and comprehensive ability.)
- 2020-03-23 08:37:16下载
- 积分:1
-
PIDMATLABfangzhen
PID控制基础及MATLAB仿真 PID控制基础及MATLAB仿真(PID control and MATLAB simulation based on the basis of PID control and MATLAB simulation)
- 2010-11-27 01:33:47下载
- 积分:1
-
Robot_Joint
工业机器人关节轨迹插补算法程序主要部分源代码(robot joint trajectory)
- 2014-09-26 20:01:24下载
- 积分:1
-
dijkstra
程序dijkstra,C++语言的,可以运行,做数学建模竞赛会用到的(dijkstra,C++,for math modelling)
- 2011-09-07 18:58:59下载
- 积分:1
-
FreeRTOS中文实用教程
学习使用freertos,对学习的新手来说很有帮助,这个资料很全,讲解的也很详细(Learning to use FreeRTOS is very helpful for novice learners. This information is very complete and the explanation is very detailed)
- 2020-06-24 20:20:01下载
- 积分:1
-
Based on visual C# Small alarm clock procedures, suitable for beginners
基于visual C# 的小闹钟程序,适合于初学者-Based on visual C# Small alarm clock procedures, suitable for beginners
- 2023-04-02 06:35:03下载
- 积分:1
-
SHT30 source
STM8单片机与SHT30温湿度传感器通信程序(STM8 MCU communication to SHT30 temperature & humidity sensor by i2c)
- 2021-04-23 16:38:48下载
- 积分:1
-
VC_programming_LZARI_classic_code_compression_algo
VC编程实现LZARI压缩算法经典代码VC programming LZARI classic code compression algorithm
(VC programming LZARI classic code compression algorithm
)
- 2010-09-09 11:25:30下载
- 积分:1
-
C# 使用代码查找资源词典中的资源
C# 使用代码查找资源词典中的资源,单击按钮,窗体中会出现一张图片,没搞懂本示例是想要演示什么功能,有兴趣的自己下载源码查看。这里帖一下几行关键代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//使用代码查找资源词典中的资源
Image MyImage = (Image)this.FindResource("MyImage");
this.image1.Source = MyImage.Source;
}
- 2022-09-07 18:30:03下载
- 积分:1