-
Drawing-with-CSharp
二维图绘制的C#小程序,能生成二维图像。(about Drawing with C#)
- 2013-08-19 16:10:11下载
- 积分:1
-
wave-equation-forward-
频率波数域波动方程正演(单点模拟也可随意给)(Frequency-wavenumber domain wave equation forward (single-point analog also be free to give))
- 2013-10-29 10:25:49下载
- 积分:1
-
修改一个目录下的所有文件名字,文件名字以某一序号递增
修改一个目录下的所有文件名字,文件名字以某一序号递增-amend a directory of all documents name, document name of a serial number to increase
- 2022-01-25 15:15:45下载
- 积分:1
-
家庭财务管理,主要管理家庭财务的支出与收入。
家庭财务管理,主要管理家庭财务的支出与收入。-family financial management, financial management of family expenses and income.
- 2023-06-13 14:15:02下载
- 积分:1
-
pop3_server
Linux下pop3服务器端编码,很有用(Linux, the the pop3 server-side coding)
- 2012-10-07 10:22:53下载
- 积分:1
-
Phrack-Magazine
phrack有什么nb的地方:有人问我成为nb黑客(不是骇客)的捷径是什么?我发现这里面可以细分为:1.谁是nb的黑客? 我的答案是phrack杂志上每个领域发表开拓性文章的人; 2.如何成为nb的黑客? 我的答案是把phrack杂志大部分文章用几年时间全部真正弄懂 --不看文章,不查资料能把例子实现一遍,还能改--xscan作者(What place phrack nb: nb what I was asked to become a hacker (not a hacker) is a shortcut? I found that there can be subdivided into: (1) Who is nb hackers? My answer is to explore every area of published journal articles on phrack people 2 nb how to become a hacker? My answer is that most of the phrack magazine article a few years time all truly understand- do not look at the article, the example does not check the information can achieve it again, but also to change- xscan author)
- 2014-01-13 18:06:16下载
- 积分:1
-
FigTree-v1.4.0
Cluster 斯坦福的对大量微矩阵数据组进行各种簇(Cluster)分析与其它各种处理的软件。
SAM Significance Analysis of Microarrays 的缩写,微矩阵显著性分析软件,EXCEL软件的插件,由Stanford大学编制。 (Cluster Stanford microarray data set for a large variety of cluster (Cluster) analysis software and other kinds of treatment. SAM Significance Analysis of Microarrays abbreviation significant microarray analysis software, EXCEL software plug-ins, prepared by Stanford University.)
- 2014-07-02 16:56:16下载
- 积分:1
-
关于七针0.96寸OLED使用IIC接口的说明
说明: oled 4/7针 spi接口 iic 连接单片机 反白显示 资料(OLED 4/7 pin SPI interface IIC connects to single chip computer display data)
- 2020-06-21 04:00:02下载
- 积分:1
-
用C#编写的点对点通讯,大家一起学习学习,一起分享成果
用C#编写的点对点通讯,大家一起学习学习,一起分享成果-Written in C# using point to point communication, we study together to learn, to share the results
- 2022-02-06 10:58:23下载
- 积分:1
-
基于CAsynSocket网络通信
// MySocket.cpp : 实现文件
//
#include "stdafx.h"
#include "TalkS.h"
#include "MySocket.h"
#include "TalkSDlg.h"
// CMySocket
CMySocket::CMySocket()
:m_pDlg(NULL)
{
}
CMySocket::~CMySocket()
{
}
// CMySocket 成员函数
void CMySocket::SetParent(CTalkSDlg*pDlg)
{
m_pDlg = pDlg;
}
void CMySocket::OnAccept(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnAccept();
//CAsyncSocket::OnAccept(nErrorCode);
}
void CMySocket::OnClose(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnClose ();
//CAsyncSocket::OnClose(nErrorCode);
}
- 2023-03-24 00:30:26下载
- 积分:1