-
CUDA_H264_GPU
NVIDIA支持CUDA的产品可以加速完成最耗资源的计算任务 — 这些任务涵盖了从视频和音频编码到石油天然气勘探、产品设计、医学成像以及科学研究等领域。许多CUDA程序都需要GPU至少搭载256 MB显存。请检查你的系统技术参数以确保你的GPU(图形处理器)具备足够的显存来运行CUDA程序。
- 2022-01-31 07:52:19下载
- 积分:1
-
Enterprise asset management system (c# source code).
企业资产管理系统(c#源码),内含数据库备份。-Enterprise asset management system (c# source code).
- 2022-03-30 04:49:29下载
- 积分:1
-
csharppifu
实现C#皮肤效果,看起来比较漂亮,可以试试。(C# to achieve the skin results, look nice, you can try.)
- 2010-12-08 10:11:57下载
- 积分:1
-
ZH301G
说明: 三相电的电压电流读取 功率 上报给主机通过CAN(Reading of Three-phase Electric Voltage and Current)
- 2020-06-20 15:40:01下载
- 积分:1
-
C# wpf 创建简单形状动画的例子
C# wpf 创建简单形状动画的例子,启动动画、停止动画、暂停动画、继续动画、加速动画。创建动画
Rectangle MyRectangle = new Rectangle();
MyRectangle.Width = 50;
MyRectangle.Height = 20;
MyRectangle.Margin = new Thickness(10, 50, 0, 0);
MyRectangle.Fill = new LinearGradientBrush(
Color.FromArgb(255, 0, 255, 255), Color.FromArgb(255, 0, 0, 255), 0);
MyRectangle.HorizontalAlignment = HorizontalAlignment.Left;
this.canvas1.Children.Add(MyRectangle);
this.RegisterName("MyRectangle", MyRectangle);
DoubleAnimation MyAnimation =
new DoubleAnimation(100, 380, new Duration(TimeSpan.FromSeconds(5)));
Storyboard.SetTargetName(MyAnimation, "MyRectangle");
Storyboard.SetTargetProperty(MyAnimation,
new PropertyPath(Rectangle.WidthProperty));
MyStoryboard = new Storyboard();
MyStoryboard.Children.Add(MyAnimation);
动画效果请参见下图所示,源代码请单击下载按钮下载。
- 2022-08-25 13:04:57下载
- 积分:1
-
vc2004
此 CHM 文档的内容均为 CSDN 众网友共同收集而来,由网友们于 2004 年 3 月 7 日在 www.csdn.net 网站 VC/MFC 版的非技术类论坛上正式提出整理工作的倡议,经王国凡同志(sgnaw 李逍遥)整理而成,以供大家工作学习参考之用。
我自认为是一个比较热心的人,经常帮助同学同事们解决 IT 方面的问题,有时也逛逛 CSDN。我在武汉出身,也在武汉工作三年了,希望将来能为 IT 业的发展作出贡献。整理工作虽然辛苦,但也快乐,错漏之处再所难免,如有建议或意见请联系 sgnaw@163.com(CHM contents of this document are the common netizen CSDN collected from the public, from users in March 7, 2004 in www.csdn.net site VC/MFC version of the non-technical categories of the official presentation of the Forum on the initiative of finishing the work by Where the Kingdom of Comrade (sgnaw Li Xiaoyao) collated from for everyone to learn the work of reference. Since I think is a more enthusiastic, often to help students solve IT colleagues issues, and sometimes go CSDN. I am born in Wuhan, Wuhan is also working for three years and hopefully in the future for the IT industry to contribute to the development. While finishing work hard, but also happy, errors and omissions are inevitable and then, if the recommendations or comments please contact sgnaw@163.com)
- 2008-07-16 17:52:14下载
- 积分:1
-
easyPFC
Easy PFC program for generation of power flow
- 2021-04-23 15:28:47下载
- 积分:1
-
sanlianqi-
用c++编写的可以进行人人交战和人机交战的三连棋简洁版游戏(Can be prepared using c++ all three warring warring and human concise version of the game with chess)
- 2013-07-15 18:47:34下载
- 积分:1
-
vof
说明: FLUENT软件,定义速度入口中,不同位置的相分数(Define the phase fractions at different positions in the velocity inlet)
- 2020-07-28 11:58:40下载
- 积分:1
-
duogongnengludeng
控制路灯的亮灭,控制景观灯,单双路灯控制(Control lights light off, control landscape lights, odd and even street lighting control)
- 2014-02-16 10:14:19下载
- 积分:1