-
Data_Structures_and_Algorithms_Using_CSharp
C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.
- 2010-12-13 17:29:40下载
- 积分:1
-
C参考手册
一款C语言代码方法搜索手册,方便写代码的字典(A C language code method search manual, easy to write code dictionary)
- 2019-06-28 01:47:06下载
- 积分:1
-
C++ 编程思想书
说明: 经典的C++编程资料,有助于建立面对对象的编程习惯(Classical C++ Programming book)
- 2019-03-22 17:31:25下载
- 积分:1
-
基于DSP2812的软件锁相
说明: 锁相的意义是相位同步的自动控制,能够完成两个电信号相位同步的自动控制闭环系统叫做锁相环,简称PLL.
3种软件锁相的方法:指针归零法,先调频后调相法,调频调相同时进行法。(The meaning of phase-locked is the automatic control of phase synchronization. The automatic control closed-loop system that can complete the phase synchronization of two electrical signals is called PLL The 3 method of software phase-locked: pointer to zeros, first phase modulation after frequency modulation, frequency modulation phase modulation at the same time.)
- 2020-05-22 19:31:21下载
- 积分:1
-
The C Programmin
The C Programming Language(The C Programming Language )
- 2004-07-21 23:47:15下载
- 积分:1
-
_充流管道单向流固耦合数值模拟自动化研究
说明: 针对充流管道单向流固耦合数值模拟过程复杂、数据在耦合传递中存在偏差的问题,采用
C++语言编制了充流管道单向流固耦合数值模拟程序,实现了从模型建立、流体计算到结构分析
过程的自动化,确保了从流体计算到结构计算过程中数据传递的准确性.利用参考文献中的试验数
据验证了此程序计算结果的正确性,以实际发电厂的一段疏水管道为例进行单向流固耦合数值模
拟,描述了程序自动建立管道模型、模拟管内流体压力分布以及将流体压力数据导入管道结构中进
行管道应力计算的过程.结果表明:该充流管道单向流固耦合数值模拟程序具有结果准确、操作简
便的特点,可应用于多种充流管道的设计改造和风险预测中(Aiming at the complex numerical simulation process of one-way fluid-structure coupling in flow-filled pipeline and the deviation of data in coupling transmission, the method is adopted.
C++ language has compiled the numerical simulation program of one-way fluid-structure coupling for filling pipeline, which has realized the process from model establishment, fluid calculation to structure analysis.
The automation of the process ensures the accuracy of data transfer from fluid calculation to structural calculation.
The correctness of the calculation results is verified by the program, and the one-way fluid-structure coupling numerical model is carried out for a section of)
- 2020-06-23 01:00:01下载
- 积分:1
-
展现C#
C#语言自C/C++演变而来。但是,它现代、简单、完全面向对象和类型安全。如果您是C/C++程序员,学习曲线将会很平坦。许多C#语句直接借用您所喜爱的语言,包括表达式和操作符。假如不仔细看,简直会把它当成C++。(C# language since C/C evolved from. However, its modern, simple, fully object-oriented and type safety. If you are C/C programmers, and the learning curve will be very flat. Many C# statements directly borrow your favorite language, including expression and operator. If not careful, it will be just as C.)
- 2004-11-08 16:19:53下载
- 积分:1
-
Lab6-5-2 WAV_Play_8b_8k
wav, as you can see,
- 2020-06-20 06:20:01下载
- 积分:1
-
music
说明: 传统的MUSIC算法用于声源定位,确定信号源的方向角(Conventional MUSIC algorithm for sound source position to determine the source of the direction angle)
- 2009-08-12 11:07:07下载
- 积分:1
-
【迷你书】征服c指针
说明: 指针是C语言初学者最难弄懂的,学习了这本书之后,就能加强对指针的理解,征服C语言的指针(Conquer the pointer of C language)
- 2020-12-09 08:53:01下载
- 积分:1