-
DUILIB2.0
这是DUILIB2.0的源码,相对于DUILIB1.0结构更清晰,更稳定。
- 2022-04-30 19:31:15下载
- 积分:1
-
1 million can sort data, reference materials temporarily rarely seen.
可以对一百万个数据进行排序,参考资料上暂时很少见到.
-1 million can sort data, reference materials temporarily rarely seen.
- 2022-07-08 23:25:12下载
- 积分:1
-
VC++实现与USB进行通讯的代码;介绍如何与USB进行通讯了
VC++实现与USB进行通讯的代码;介绍如何与USB进行通讯了-VC and USB communication code; How to communicate with a USB
- 2022-01-27 14:56:07下载
- 积分:1
-
文件传输工具,压缩文件,减少数据量,提高速度…
文件传输工具,通过压缩文件,减少数据量,提高传输速度,达到快速传输文件的效果。socket实现传输。-File transfer tool, compressed file, reducing the amount of data, improve speed to achieve the effect of fast transfer of files. socket to achieve transfer.
- 2022-04-22 13:54:57下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
以前上传过matlab版本的类似程序,此为c版本的导纳矩阵形成程序,在潮流计算和仿真中应用广泛。...
以前上传过matlab版本的类似程序,此为c版本的导纳矩阵形成程序,在潮流计算和仿真中应用广泛。-Some programs of matlab version had been uploaded before,this is a C-version program to lead admittance matrixes,which are widely used in tideway computation and simulation.
- 2022-05-04 23:17:02下载
- 积分:1
-
解决srm416 TopCoder
solve for Topcoder SRM416-250
the class MostCommonLetters is desired
- 2023-06-10 16:50:03下载
- 积分:1
-
用于excel的控件,显示和EXCEL一样的效果
用于excel的控件,显示和EXCEL一样的效果
-excelcontrols
- 2022-08-24 00:17:26下载
- 积分:1
-
eVC stl 方便大家在evc中使用stl 帮助程序员更方便的编程。
eVC stl 方便大家在evc中使用stl 帮助程序员更方便的编程。-stl facilitate the use of AES stl help programmers more convenient programming.
- 2022-01-25 20:41:01下载
- 积分:1
-
数学库――常用数值算法库
注释清楚,说明完善
数学库――常用数值算法库
注释清楚,说明完善 -math-- commonly used numerical algorithm library Notes clearly that the perfect
- 2022-07-06 09:30:33下载
- 积分:1