-
C#读取/写入ini文件实例
C#读取和写入ini文件
- 2013-01-20下载
- 积分:1
-
ReceiveMessageer
接收系统消息不示例,可以提供初学者使用.(receive system message demon .using VC++)
- 2012-12-09 18:01:17下载
- 积分:1
-
local__infrasiructure__preemption
运行这段代码的话,由于易编辑环境也是一个调试器,所以程序会马上脱离,然后你按“终止”是没有用的,可以使用下面一个代码!()
- 2018-03-08 07:05:42下载
- 积分:1
-
C# 摄像头、麦克风、扬声器测试程序
在开发类似语音视频聊天或视频会议这样的系统时,它们通常都包含一个测试音视频设备的功能 -- 通过该测试,用户可以选择要使用的音视频设备(对于程序内部而言,就是确定要使用设备的Index),就像QQ的语音测试向导和视频设置。这里,我介绍一下如何使用OMCS来实现类似的功能,只需少量代码即可搞定。先上测试程序运行起来后的截图:
- 2013-12-14下载
- 积分:1
-
num-
求字符串长度,c++教学程序,可供学生初步学习c++使用。(get the lenght of string)
- 2012-03-28 10:48:17下载
- 积分: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
-
winform 登陆,修改简单功能实现,带数据库
winform 登陆,修改简单功能实现,带数据库
- 2015-06-25下载
- 积分:1
-
C# 实现进度条 倒着进度 以及竖着进度显示
用C# 实现进度条
- 2014-08-22下载
- 积分:1
-
Mouse
该程序能够改变鼠标形状,是一个非常好的例子.(The program can change the mouse shape is a very good example.)
- 2009-12-02 18:49:35下载
- 积分:1
-
linyunzuiqiangyuan
可以保存剪切板历史文本,可以快速填序列号,也可上网填表格,还能自动抓取网页文本,快速打开文件夹,快速打开网络地址,小型个人数据管理,显示桌面,支持系统托盘,有delphi7源码,我试用过华军所有同类软件,这是最好的,我自信(Clipboard history of the text can be saved, you can quickly fill in the serial number can also fill in online forms, the text can automatically crawl web pages, quick open folders, quick open network address, a small personal data management, display the desktop, system tray support, There are delphi7 source, I tried all Huajun similar software, this is the best, I self-confidence)
- 2009-06-12 01:53:52下载
- 积分:1