-
LED
这个程序是设计了一个LED圣诞树的作品。炫彩美观。(This program is designed to work with a LED Christmas tree. Bright and beautiful.)
- 2014-03-16 16:27:14下载
- 积分:1
-
DUCCTMJ
c++算法,常用得算法可以使你编程简单方便,放心使用,一个简单得hello程序()
- 2017-12-02 22:34:46下载
- 积分:1
-
vg
说明: 一个Visual Graph开发程序,具有类似MS viso的功能!带有C++,Delphi,VB,C#等的代码示例!(a Visual Graph development programs that have similar functions VISO MS! With C, Delphi, VB, C# code examples!)
- 2005-04-08 10:06:59下载
- 积分:1
-
c-language-commonly-used-algorithm
c语言常用算法(总结了很多数学,工程应用算法)(c language commonly used algorithm (summed up a lot of math, engineering algorithms))
- 2014-02-22 14:58:20下载
- 积分:1
-
Example_2
说明: 鸡舍的智能补光程序,白天晚上自动补光开灯关灯 ,(The intelligent lighting program of the chicken coop can automatically fill the light on and off during the day and night.)
- 2020-06-18 13:00:01下载
- 积分:1
-
拉格朗日插值算法的实现
数值分析实验,拉格朗日插值算法的实现,用c++代码实现算法
- 2023-04-10 12:05:03下载
- 积分:1
-
interpolating_polynomial
高次方程求解的c代码实现,用于数值分析课,简单实用,可作为参考(Lagrange interpolating polynomial,Bisection algorithm,Newton’s method and Secant method)
- 2009-05-08 00:40:13下载
- 积分:1
-
最小平方滤波法
维纳滤波也称最小均方误差滤波,它能处理被退化函数退化和噪声污染的图像。该滤波方法建立在图像和噪声都是随机变量的基础之上,目标是找到未污染图像f(x,y)的一个估计,使它们之间的均方误差最小,即,其中E{.}是参数期望值。
- 2022-03-07 08:21:03下载
- 积分:1
-
win32programming
在WIN32中,每一个线程都对应着一个消息队列。由于一个线程可以产生数个窗口,所以并不是每个窗
口都对应着一个消息队列。下列几句话应该作为"定理"被记住:
"定理" 一
所有产生给某个窗口的消息,都先由创建这个窗口的线程处理;
"定理" 二
Windows屏幕上的每一个控件都是一个窗口,有对应的窗口函数。消息的发送通常有两种方式,一是SendMessage,一是PostMessage(In WIN32, each thread corresponds to a message queue. Since a thread can have several windows, so not every window corresponds to a message queue. The following words should be a " theorem" to be remembered: " Theorem" all produce a message to a window, all threads initially create the window treatment " Theorem" Two Windows on the screen is a control for each window, there is the corresponding window function. Messages sent are usually two ways, first, SendMessage, PostMessage first)
- 2010-08-26 08:43:28下载
- 积分:1
-
light
3D游戏中关于灯光的编程的几个小例子,对灯光的理解很有帮助(the light program in 3D games)
- 2009-06-15 09:59:55下载
- 积分:1