-
求圆周率的C#原代码
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序...
求圆周率的C#原代码
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve any degree of accuracy the circumference of the rate calculation procedures
- 2022-04-07 00:08:33下载
- 积分:1
-
Search based on tree.
高等树控件,带有源代码,查找速度和数据量可以非常大,是一个难得的好的查找算法-Search based on tree.
- 2022-02-04 18:38:28下载
- 积分:1
-
很简单的计算器哦~!~! 本人的小作业!
很简单的计算器哦~!~! 本人的小作业!-very simple calculator oh ~! ~! My small operation!
- 2022-01-25 18:42:15下载
- 积分:1
-
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
-Latest PKCS11 password token interface standard costs a lot of劲才found
- 2022-04-14 11:09:04下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
Mircosoft Windows timer shutdown
Mircosoft Windows 定时关机-Mircosoft Windows timer shutdown
- 2022-03-20 21:59:27下载
- 积分:1
-
演示使用控制窗口动态库和钩子动态库的程序
演示使用控制窗口动态库和钩子动态库的程序-Demonstration of the use of the control window and hook DLL DLL procedures
- 2022-10-17 13:45:02下载
- 积分:1
-
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。...
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。-this procedure can be realized by a simple pair of Serial control, would like to know the contents from the wound code be helped.
- 2022-07-17 23:16:46下载
- 积分:1
-
how Undo and Redo operations, which use category requiring operation of the data...
如何进行Undo和Redo的操作,里面用类把需要操作的数据保存起来,然后在恢复-how Undo and Redo operations, which use category requiring operation of the data saved, then resume
- 2022-07-11 13:41:31下载
- 积分:1
-
使用C语言编程,创建两个结构体数组,一个存储客户信息,一个存储航班信息,实现添加、修改、删除、查询、浏览航班信息及查询客户信息,订票、退票等功能...
使用C语言编程,创建两个结构体数组,一个存储客户信息,一个存储航班信息,实现添加、修改、删除、查询、浏览航班信息及查询客户信息,订票、退票等功能 -The use of C language programming, to create an array of two structures, a store customer information, a stored flight information, the realization of add, modify, delete, query, browse flight information and inquiries, customer information, booking, refund and other functions
- 2023-07-14 20:35:03下载
- 积分:1