-
COpenGL
说明: 结合MFC和opengl编程,可以显示网格,网格的格式为obj # 顶点数 面片数 v....f....(Combination of MFC and opengl programming, you can display the mesh, the mesh format obj# Vertices few patches v. ... f. ...)
- 2009-07-30 22:53:10下载
- 积分:1
-
HOOK
win7下可用的键盘钩子,能截获全局的按键信息,不用dll(available under win7 keyboard hook to intercept global keystrokes, without dll)
- 2012-06-10 21:15:15下载
- 积分:1
-
MPU6050 and MPU9150 code example
TI公司传感器MPU6050和MPU9150的使用例程。(TI sensor MPU6050 and MPU9150 routines.)
- 2020-06-23 19:20:01下载
- 积分:1
-
51贪吃蛇
说明: 基于点阵屏的51单片机贪吃蛇小游戏,附带多种功能。非keil工程,使用codeblocks+sdcc编译,代码与keil工程有些许不同。(Based on the dot matrix screen 51 MCU Snake game, with a variety of functions. For non keil projects, code blocks + Sdcc are used to compile. The code is slightly different from keil projects.)
- 2020-07-19 15:08: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
-
DDC7
数字电子DDC烧录程式,并口通信,Windows平台烧录程式(Digital Electronic DDC burning programs, parallel communications, Windows platform burning program)
- 2007-11-25 13:01:57下载
- 积分:1
-
Gauss_Seidel
数值分析中的高斯——塞德尔迭代算法的的C语言实现(Numerical Analysis of Gauss- Seidel iterative algorithm of the C language)
- 2009-05-17 12:50:19下载
- 积分:1
-
Mst705Test_2
mstar mst705 所有源代码, 官方代码库,可以直接修改使用。(mstar mst705 all the source code, the official code base can be modified using direct.)
- 2015-01-06 17:03:10下载
- 积分:1
-
coolPACK
制冷专业软件,非常实用,可计算制冷系统,制冷剂的物性(Refrigeration professional software is very useful, computable refrigeration system, refrigerant properties)
- 2008-07-16 12:49:39下载
- 积分:1
-
Codes_PLS
PLS 的Matlab代码,用于线性降维和回归分析(matlab source code for partial least squares)
- 2010-05-14 16:00:07下载
- 积分:1