-
suijishu
输入骰子个数和投掷的次数,程序将计算出一次投掷的点数和的概率分布(Enter the number of dice and throwing the number, the program will calculate the time throwing the probability distribution of points and)
- 2010-01-07 08:31:00下载
- 积分:1
-
UCOS
嵌入式单片机开发,stm32系统移植,实现计算功能(Embedded microcontroller development, stm32 transplant system, to achieve computing capabilities)
- 2014-10-10 16:57:01下载
- 积分:1
-
getdata-1
说明: 这是一个VC++和MATLAB联合环境下的编程,很有用的,MATLAB的数据显示很强大的,希望对你们有用.(This is a example used combation of vc++ and matlab ,because the vistual of data is very strong ,I hope it will benefit to your.)
- 2010-04-20 09:45:45下载
- 积分:1
-
IPEidtDemo
vc ——使用IP地址控件显示和设置IP地址IPEidtDemo(vc- use the IP address control to display and set the IP address IPEidtDemo)
- 2011-07-24 20:46:05下载
- 积分:1
-
使用C++读写、修改位图数据
利用vC++,从内存中将位图读入内存,然后再原封不动地将其写如硬盘。当位图读入内存、未写入硬盘时,可在此阶段对其数据进行修改。
- 2022-12-27 09:15:05下载
- 积分:1
-
C# json转换类 实例源码下载
json可以将某对象转换为字符串,然后发送给对方。对方收到后直接再转换成对象。推荐Newtonjson这个转换类,
- 2015-01-14下载
- 积分:1
-
边缘提取算子,canny、sobel、log算子
边缘提取算子,canny、sobel、log算子,利用vs2013编写的数字图像处理中常见的几种边缘提取算子。
- 2022-03-04 17:35:36下载
- 积分:1
-
主成分分析对 C# 的示例
这是 PCA (主分量分析) 的示例。PCA 是特征约简方法。它能本使用的任何数据。例如,您的数据集有 100x10.000 矩阵。你想要它 100 x 100。那是什么成分?特征约简。在此代码中,pca 解释一步一步走。
- 2022-03-21 22:35:45下载
- 积分:1
-
计算机图形学第五章
#include// OPenGL实用工具库 constint XL=100; constint XR=300; constint YB=100; constint YT=200; int x1=150,y1=50,x2=250,y2=150; #defineLIFT 1 #defineRIGHT 2 #defineBOTTOM 4 #defineTOP 8 char encode(floatx,floaty) { char c=0; if(xXR) c|=RIGHT; if(yYT) c|=TOP; return c; } void CSLineClip(int&x1,int&y1,int&x2,int&y2,intXL,intXR,intYB,intYT) { char code1=encode(x1,y1); char code2=encode(x2,y2); int x,y; char code = 3; while (code1||code2) { if(code1 != 0) { code=code1; }else {
- 2022-09-20 01:10:02下载
- 积分:1
-
ADODataBase
这个源码是运用ado方式连接数据库的例子其中实现方式是利用ado类中的方法。运用C++实现(Examples of this source is to use ADO to connect to the database using C++ achieve)
- 2013-04-26 21:04:09下载
- 积分:1