-
mye
File format aimed at testing various image viewers
- 2013-11-17 16:29:26下载
- 积分:1
-
FDTD
用c++语言,编写了基于FDTD的三维散射体雷达散射截面的计算程序。程序注释清楚。稍微改动必要的数据就可以直接使用。已经多次验证了程序的正确性。(Using c++ language, compiled based on three-dimensional FDTD radar cross section scattering calculation program. Program notes clearly. Slightly change the necessary data can be used directly. Has repeatedly verified the correctness of the program.)
- 2021-04-09 11:08:59下载
- 积分:1
-
Socket a simple procedure, there is client, server, simple to understand how net...
一个简单的socket程序,有客户端,服务端,可以简单了解网络是怎样通讯的!-Socket a simple procedure, there is client, server, simple to understand how network communications!
- 2023-02-07 10:25:04下载
- 积分:1
-
23_Generation
GENERASTION COST MINIMIZATION (OPF)
- 2015-01-19 17:17:52下载
- 积分: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
-
112
说明: 基于蚁群算法的图像边缘检测,具有较好的效果。(The image edge detection based on the ant colony algorithm has a good effect.)
- 2019-12-11 17:43:07下载
- 积分:1
-
MFCC
通过matlab提取MFCC特征,比较实用的代码(Extraction of MFCC features)
- 2019-03-03 17:16:18下载
- 积分:1
-
Visual-C-chap4
Visual C++编程与项目开发编程实例 chap4(Visual C++ programming and project development corresponding source code programming examples chap4)
- 2013-10-14 11:05:20下载
- 积分:1
-
DeviceListActivity
This Activity appears as a dialog.
- 2014-02-17 10:29:47下载
- 积分:1
-
Base64
Base64 编解码运算, 通信程序常用的源码(Base64 encoding and decoding operations, communication program common source)
- 2010-10-25 11:29:46下载
- 积分:1