-
SoundFister
从声卡获取数据,并保存成文件,最后可以播放保存的文件.(Get data from SoundCard and save it to file.you can play this file.)
- 2009-03-23 18:09:22下载
- 积分:1
-
新邮件,嘿,有点简单,容易
实时监控邮箱新邮件,哎,简单的东西就是好用的-new mail, hey, something is simple and easy
- 2022-02-25 18:15:27下载
- 积分:1
-
Cheat-Engine-Tutorial--Unit-2
Cheat Engine Tutorial 1
- 2016-04-02 15:54:11下载
- 积分:1
-
ICONICS-opc_simulator-312
iconics simulater opc server3.12 版本opc 服务器模拟器,功能非常强大,支持给种模拟量算法,支持字符串输出。适合于使用opc 做模拟工控调试用。(iconics simulater opc server3.12 opc server simulator, very powerful, support a variety of analog algorithm, support string output. Suitable for industrial use opc do simulation debugging.)
- 2016-02-28 21:59:39下载
- 积分:1
-
Windows programming, the use of network communications Winsocket
Windows下VC编程,使用Winsocket进行网络通信-Windows programming, the use of network communications Winsocket
- 2023-04-16 15:35:04下载
- 积分:1
-
Socket异步通信,线程,双端队列示程序代码: 1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用...
Socket异步通信,线程,双端队列示程序代码: 1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket asynchronous communication, thread, double-teams listed in the program code : 1. correct start and termination of two threads. can chat over LAN 3. Double-cohort design and application
- 2022-08-18 23:06:46下载
- 积分:1
-
可以实现NAT下的多重穿透(聊天室源码)
可以实现NAT下的多重穿透(聊天室源码)-NAT can be achieved under the multiple penetration (Chat Room FOSS)
- 2022-09-16 21:50:03下载
- 积分:1
-
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
-
VC++6.0 中用 ADO 存取 Access 数据库的一点总结
VC中使用ADO访问数据库的一个事例程序,包含了许多SQL语句,对初学者非常有意义(ADO visits access database.It contains many sql sentences,very significant to beginners)
- 2005-05-21 08:26:43下载
- 积分:1
-
c-rie
说明: 简单的激波管精确解,简单准确。用c++编写,新人也能看懂。(Simple shock tube accurate solution, simple and accurate. Written in C + +, new people can understand.)
- 2020-05-27 00:21:58下载
- 积分:1