-
716777
User Defined Surface Project file sample,光学设计软件zemax的用户自定义表面的例子(Examples of user-defined surfaces in User Defined Surface Project file sample, optical design software zemax)
- 2018-09-29 03:15:18下载
- 积分:1
-
95665122
想看看鼎鼎大名的雷电的源代码吗?哈哈,下了就知道了,很爽吧()
- 2018-02-24 09:29:15下载
- 积分:1
-
CH7026
CH7026芯片配置软件(CH7025(26) RegSet(2.03))及使用说明(CH7026 chip configuration software (CH7025 (26) RegSet (2.03)) and instructions)
- 2014-09-23 20:30:39下载
- 积分:1
-
getversion
本程序是一个获取windows系统的Version的C++程序(This program is a Get the windows system Version C++ program)
- 2012-11-16 16:47:19下载
- 积分:1
-
7308961
ansi字符串与Unicode字符串转换的代码 包括UTP-8(ANSI string with Unicode string conversion code Including UTP - 8 -)
- 2017-07-15 01:29:32下载
- 积分:1
-
goodsuperstar_Angel
一个小天使提醒工具的源代码,功能非常强大。感兴趣的朋友可以下来研究下。(A small angel to remind tools source code is very powerful. Interested friends can down under study.)
- 2011-12-29 15:31:39下载
- 积分:1
-
palive
用户界面编程DialogBar的试验,好案例()
- 2018-06-15 19:37:39下载
- 积分:1
-
services
windows服务编写,实现windows服务功能,对学习服务编程有帮助(windows service written windows service learning programming)
- 2012-08-23 11:41:40下载
- 积分:1
-
direce3D
语音3D特效器制作, 获取3D缓冲区对象,最大距离和最小距离等具体设置(3D audio effects device production, access to 3D buffer object, the maximum distance and minimum distance from a specific set)
- 2009-11-06 16:29:55下载
- 积分: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