-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
4684563
大强学易之大强写字板,应用程序编程源码,很好的参考资料。(It is easy to learn the Daqiang WordPad, application programming source code, a good reference.)
- 2013-10-24 07:54:10下载
- 积分:1
-
UAClient
基于C#的UA opc模版程序,可连接西门子、AB等PLC。(UA OPC demo program base on Csharp for connecting to siemens or AB plc.)
- 2015-05-03 17:41:27下载
- 积分:1
-
SphereMap
D3D创建球体并且加贴图的例子,可以用来做星球(Sphere, and add texture to create D3D example, can be used to make the planet)
- 2021-05-13 14:30:02下载
- 积分:1
-
hacker
学习网络安全的一本书籍。《黑客入侵(超级详细版)》(A learning network security books. " Hacking (super-detailed version)" )
- 2014-01-10 23:46:45下载
- 积分:1
-
media-player
说明: VS环境下的音乐播放器,可以添加音乐,并有播放列表(media player compiled in VS environment which can add files and display list of files.)
- 2010-03-26 22:23:02下载
- 积分:1
-
Computer-graphics-with-OpenGL-
计算机图形学(第四版)(英文版)源码。作 者:(美)赫恩。本书是一本内容丰富、取材新颖的计算机图形学著作,在前一版的基础上进行了全面扩充,增加了许多新的内容,覆盖了近年来计算机图形学的最新发展和成就。全书层次分明、重点突出,并附有使用OpenGL编写的大量程序及各种效果图,是一本难得的优秀教材。全书共分为24章及3个附录,全面系统地讲解了计算机图形学的基本概念和相关技术。作者首先对计算机图形学进行综述;然后讲解二维图形的对象表示、算法及应用,三维图形的相关技术、建模和变换等;接着介绍光照模型、颜色模型和动画技术。本书还新增了有关分层建模与动画的介绍,OpenGL的全面介绍;最后的附录给出了计算机图形学中用到的基本数学概念、图形文件格式及OpenGL的相关内容等。
(Computer graphics with OpenGL (Fourth Edition) (English version), source code. Author: Donald Hearn. )
- 2020-11-17 22:19:39下载
- 积分:1
-
HASHGenersjy!!!!
哈希计算器,包含MD系列,SHA系列等多种计算,输入字符串或文件,生成哈希值,可复制并比对(Hash calculators, contains the MD series, SHA series such as a variety of computing, the input string or a file, to generate the hash value, can be copied and alignment)
- 2015-08-12 14:42:11下载
- 积分:1
-
TVideoGrabber
TVideoGrabber 是一款通用的视频捕捉和媒体播放组件,可用于 C#、VB、C++、Delphi、C++Builder 和 ActiveX-compatible 开发工具。软件功能强大,使用简单,可捕获来自 Firewire (IEEE1394)、DV摄像机、USB摄像头、电视卡、视频播放设备等的视频和音频信号,并保存为 AVI、ASF、WAV、MP3、MPEG2等格式文件。同时带有DV机控制,电视卡转台功能。
在录制视频的基础上,更可实现视频拼接、分割和格式转换功能。
软件内置播放器,可直接播放录制完成的多媒体文件,并提供基本的播放控制。
经测试,该版本没有功能限制。
( TVideoGrabber Video SDK
version : v8.2 build 8.2.1.7
date : February 9, 2010
status : Cracked by DarkRapt0r
system req. : Windows 7/Vista/XP/MCE/2003 server/2000/ME/98
DirectX runtime 9.0c or higher
home page : http://www.datastead.com
alt. home page : http://www.delphicity.com
contact : contact@datastead.com
support : support@datastead.com
purchase : http://www.datastead.com/vidgrab/order.htm
INSTALL : Read the "intall.txt" located in the folder of this package corresponding to the development tool used.
-------
HELP : the help files are located in the "Help" folder of this package.
---- - use "TVideoGrabber.chm" on all platforms, including Windows 7 and Windows Vista
- use "VidGrab.hlp" on earlier platforms (the content is the same))
- 2010-12-10 09:02:26下载
- 积分:1
-
MultiWin
说明: VC++ 中实现对多画面窗口的控制,基于MDI的MFC程序,用四个按钮控件控制四个文档窗口的显示(VC++ to implement multi-screen window, control, the MFC-based MDI program, with four button controls for four of the document window display)
- 2009-09-02 21:02:41下载
- 积分:1