-
linearconvolution
Linear Convolution Algorithim
- 2015-01-08 14:25:43下载
- 积分:1
-
SHT30-31-35全套资料
SHT30-31-35全套资料
- 2020-11-30下载
- 积分:1
-
单神经元PID,自适应PID算法
单神经元PID,自适应PID算法,可以用于PID 参数整定困难的场合.(Single neuron PID adaptive PID algorithm can be used for PID parameter tuning difficult occasions.)
- 2012-07-07 23:11:13下载
- 积分:1
-
qqinvade2002
这是我做的1.0版,对不懂VC的朋友本说,我没有提供实际使用的功能(尽管做出来很简单),本人的意思只是想提供做这种东西的一些思路。
在使用上,
1.必须将源码中利用SMPT发送密码的部分,改成你自己的邮箱,然后重新编译成可执行文件。
2.找到一台你入侵的主机(别问我怎样去占领一台肉鸡),将生成的QQ2002.exe放置于肉鸡上QQ所在的目录下,如可能是c:program files encent。
3.创建QQ2002.exe的快捷方式,并改名为"腾讯QQ"。
4.将肉鸡上凡是有"腾讯QQ"快捷方式的地方用刚才创建的那个替换.
5.等着别人的密码发回来吧(This is what I do, Version 1.0, VC friends do not understand this, I have no practical use for the function (although to do it is very simple), I mean just want to do something to provide some ideas. The use of 1. Source code must be used nowadays is researched into this part of the password, change your own mail. then re-compiled executable file. 2. You find an invasion of Taiwan mainframe (Do not ask me how to occupy a broiler), will be generated QQ2002.exe placed on the broiler QQ on the directory, such as may be c : program files tencent. 3. QQ2002.exe create a shortcut, and renamed the "QQ." 4. Broiler anyone who would "QQ" expeditious manner with the creation of just the one substitution. 5. Waiting for the others Password made it back)
- 2007-03-02 23:28:56下载
- 积分:1
-
Dbf
采用C#语言读写*.dbf文件格式,无须任何驱动与依赖(Reading & Writing dbf Files, using C#.)
- 2020-09-18 11:37:53下载
- 积分:1
-
HashTable
Implementation of c++ hash table... Used to learn c++ grammar
- 2017-10-20 21:49:53下载
- 积分:1
-
一个基于zigbee的PM2.5传感器联网版程序
智慧城市中的环境监测,测人居环境中的PM2.5的具体值,在基于zigbee的硬件平台上面做到了信息互联,同时对应有语句说明
- 2022-03-10 06:48:01下载
- 积分:1
-
C# 为textBox文本框控件添加颜色光环
C# 为文本框控件添加颜色光环,是不是把textBox装扮得很漂亮呢?外发光的文本框,有点沙沙的感觉,核心代码有兴趣可参考:
private void Window_Loaded(object sender, RoutedEventArgs e)
{//为文本框控件添加颜色光环
var MyOuterGlowBitmapEffect = new System.Windows.Media.Effects.OuterGlowBitmapEffect();
MyOuterGlowBitmapEffect.GlowSize = 30;
Color MyColor = new Color();
MyColor.ScA = 1;
MyColor.ScB = 1;
MyColor.ScG = 0;
MyColor.ScR = 0;
MyOuterGlowBitmapEffect.GlowColor = MyColor;
MyOuterGlowBitmapEffect.Noise = 1;
MyOuterGlowBitmapEffect.Opacity =0.8;
this.textBox1.BitmapEffect = MyOuterGlowBitmapEffect;
}
完整的C#可编译源代码,请下载本源码。
- 2022-07-09 20:47:57下载
- 积分:1
-
Ribbon
(wpf窗体继承)Ribbon ,C#写的的Ribbon 功能((Wpf form inheritance) Ribbon, C# function written in the Ribbon)
- 2013-08-20 10:21:36下载
- 积分:1
-
ALGO3-5
Algo3-5.c C program for implementing Algorithm 3.5
Algorithm translated to C by: Dr. Norman Fahrer
IBM and Macintosh verification by: Daniel Mathews
NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995
To accompany the text:
NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992
Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A.
Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6
Prentice Hall, International Editions: ISBN 0-13-625047-5
This free software is compliments of the author.
E-mail address: in "mathews@fullerton.edu"
Algorithm 3.5 (Gauss-Seidel Iteration).
Section 3.7, Iterative Methods for Linear Systems, Page 187
- 2010-01-25 02:28:21下载
- 积分:1