-
USB-shujucaiji
USB数据采集系统论文-自己的毕业设计论文,花了很长时间做的,内容十分详细,包括核心代码和开发环境的设置。(USB Data Acquisition System papers-their graduation thesis design, and having spent a very long time. which is very detailed, including the core code and development environment configuration.)
- 2020-06-26 06:00:01下载
- 积分:1
-
testmfc
一个vc++6.0下简单的计算器程序,有助于初学者学习MFC(A vc++6.0 under a simple calculator program to help beginners learn MFC)
- 2009-12-03 23:53:14下载
- 积分:1
-
82859165cifa
编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入
(Allocation procedures, the following requirements to solve the n-a system of linear equations (assuming a unique solution of equations). (1) the number n of the value equation by the user through the keyboard input (2) equations stored in the augmented matrix A, while n line n+ 1 column A storage space through the new dynamically allocated, and A The value of each element by the user through the keyboard input)
- 2011-06-21 22:50:34下载
- 积分:1
-
Ray-tracing
线性插值射线追踪法,设置模型为一三层模型,范围100m×100m(Linear interpolation ray tracing method, set the model for a three-tier model, the range 100m100m)
- 2020-10-29 14:19:56下载
- 积分:1
-
初学c的心得
关于初学者c入门的一些心得。特别是链表与数据结构部分相关的地方(Some experience about beginner C.Especially where linked lists are related to data structure)
- 2020-06-21 14:40:01下载
- 积分:1
-
Quick-sort
Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists.
The steps are:
Pick an element, called a pivot, from the list.
Reorder the list so that all elements with values less than the pivot come before the pivot, while all elements with values greater than the pivot come after it (equal values can go either way). After this partitioning, the pivot is in its final position. This is called the partition operation.
Recursively sort the sub-list of lesser elements and the sub-list of greater elements.
The base case of the recursion are lists of size zero or one, which never need to be sorted.
- 2011-03-17 03:41:02下载
- 积分:1
-
CtrlChannelInfo
GNSS接收机通道信息显示控件,用于.NetFramework窗体程序开发,可显示通道捕获、跟踪状态、环路锁定情况、载噪比、卫星号等信息。(GNSS receiver channel information display controls,.NetFramework form for program development, can display the channel capture, tracking state, loop lock, carrier to noise ratio, satellite number and other information.)
- 2014-09-20 00:16:15下载
- 积分:1
-
ECG_TEST
STM32F103的心电测试程序,经过测试,绝对可用。(the test code for STM32F103.)
- 2015-10-16 21:57:34下载
- 积分:1
-
BSPbaodian
说明: BSP宝典,BSP地图类的详解~用来学习之用(BSP Baodian, BSP Detailed map of Class ~ for learning)
- 2009-08-11 15:59:21下载
- 积分:1
-
21.红外线遥控器解码实验
说明: 8051单片机 解码 红外 c8051f340单片机解码程序 测试通过(8051 decode fred red)
- 2019-03-17 10:37:13下载
- 积分:1