-
WIN32API
win32编程中常用的API,对于学些WIN32编程非常有用(win32 programm API datasheet, it is very useful for developer of win32)
- 2010-02-10 00:03:04下载
- 积分:1
-
PRproject_lda
说明: 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。( C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algorithm , according to LDA.m of stprtool box for matlab . Use MathNet library to do matrix operations,and use zedgraph control for drawing. Thers has a simple test data.)
- 2010-04-20 09:59:35下载
- 积分:1
-
W25X40-
单片机程序,基于MSP430的flash读写程序,调试成功,可直接使用,欢迎下载,W25q256的芯片(SCM process, based on the MSP430 flash read and write procedures, debugging success, can be used directly, welcome to download, W25q256 chips)
- 2013-10-25 19:04:24下载
- 积分:1
-
蒙特卡罗方法用于随机过程的处理Monte-Carlo-method
蒙特卡罗方法用于随机过程的处理,其重要应用软件如geant4,本书详细介绍了蒙卡的理论和应用,有很好的参考价值(Monte Carlo method is used for treatment of stochastic processes, and its important applications such as geant4, the book details the theory and application of Monte Carlo, have a good reference value)
- 2013-06-15 15:10:54下载
- 积分:1
-
C# 模仿CAD简单画图功能
说明: C#实现一个模仿CAD画图的简单程序,直线,椭圆,矩形等(C# Implement a Simple Program to Imitate CAD Drawing)
- 2021-01-21 21:58:42下载
- 积分:1
-
叠后声波方程模拟
说明: 正演模拟声波方程,使用于叠后模拟,需要准备二维速度模型(Forward modeling of acoustic equation for post-stack simulation requires preparation of a two-dimensional velocity model.)
- 2020-06-22 18:40:01下载
- 积分:1
-
C# 演示希尔排序算法的实现
C# 演示希尔排序算法的实现,在代码中定义了一个函数,完成希尔排序算法的使用,用户只需传入要排序的一维数组,程序即可输出希尔排序结果。以下是完成排序的关键代码:
//定义要排序的一维数组
int[] array = new int[] { 1, 5, 3, 6, 10, 55, 9, 2, 87, 12, 34, 75, 33, 47 };
Program.Sort(array);//调用自定义方法对数组进行排序
Console.WriteLine("排序后的数组:");
foreach (int m in array)
Console.Write("{0} ", m);//输出排序后的数组元素
Console.ReadLine();
以上代码可写入函数中,为了演示方便,将结果输出到控制台显示。
- 2023-07-14 05:10:04下载
- 积分:1
-
DIWNL
*
通过本例程了解 DS1302时钟芯片的基本原理和使用 ,理解并掌握DS1302时钟芯片驱动程序的编写以及实现数字字符在数码管中的显示(By understanding this routine DS1302 clock chip on the basic principles and use, understand and grasp the DS1302 clock chip driver for the preparation and the realization of numeric characters in the digital tube display)
- 2013-10-14 15:27:29下载
- 积分:1
-
CPPPrimer
这是一部很好的C++学习教材,有助于大家提高C++的学习(This is a very good C++ learning materials.Help us to improve the learning C++)
- 2011-12-11 19:58:45下载
- 积分:1
-
WIFI
用C#制作的WIFI共享程序,可以构建虚拟WIFI,其他设备可以连接并有Internet访问。(C# produced by WIFI sharing program, you can build a virtual WIFI, other devices can be connected and have Internet access.)
- 2013-11-23 15:03:37下载
- 积分:1