-
标准的计算器
标准的计算器: 它提供了标准的算术运算。如果您发现任何错误请让我知道。
- 2022-02-05 13:24:03下载
- 积分:1
-
用Visual Basic 来监测局域网内部的计算机
用Visual Basic 来监测局域网内部的计算机-Use Visual Basic to monitor a computer within the LAN
- 2022-03-15 05:59:46下载
- 积分:1
-
procedures have only mean of 0 and variance for a random number to produce the m...
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
- 2022-10-24 11:05:03下载
- 积分:1
-
MFC深入浅出第二版的随书配套源代码,C++环境下就可以运行
MFC深入浅出第二版的随书配套源代码,C++环境下就可以运行-MFC in layman
- 2023-04-28 09:50:04下载
- 积分:1
-
good registration program source code! Like friends can be found studies. .
很好的注册程序源代码!喜欢的朋友可以拿去研究研究-good registration program source code! Like friends can be found studies. .
- 2022-02-10 08:43:25下载
- 积分:1
-
数据库连接测试程序带加密功能,主要用于测试于sql数据库的连接...
数据库连接测试程序带加密功能,主要用于测试于sql数据库的连接-Database connection test program with encryption capabilities, mainly for testing in the sql database connection
- 2022-04-26 15:09:43下载
- 积分:1
-
java动画 模拟星空 效果不错
java动画 模拟星空 效果不错-space simulation results good
- 2022-02-05 10:50:33下载
- 积分:1
-
计费采集程序,实现对各种交换机文件格式的分检,同时入库
计费采集程序,实现对各种交换机文件格式的分检,同时入库-program of charging collection,decompose many switcher s file ,input in the same time.
- 2023-04-17 18:25:03下载
- 积分:1
-
这是一个函数模板的题目,用的是函数模板解决简单的问题
这是一个函数模板的题目,用的是函数模板解决简单的问题-This is a function of template topics, using a template function to a simple question
- 2022-07-14 14:51:21下载
- 积分:1
-
给其它进程发消息
如果你的windows程序主线程进入一个比较长时间的处理过程,同时不想用其它的线程等方法进行处理,又想能控制程序停止处理,则可以考虑从其它进程向主程序发送消息进行控制,在主程序的处理循环中进行检测。本程序是从外部发送消息的一个小程序,有一个小汽车的界面,有两个控制按钮,有时间进度显示,有一个小动画。
- 2022-05-21 06:23:35下载
- 积分:1