登录
首页 » Windows开发 » ncc_tetrahederon是Fortran90库定义的权重和abscisass…

ncc_tetrahederon是Fortran90库定义的权重和abscisass…

于 2022-03-19 发布 文件大小:4.17 kB
0 250
下载积分: 2 下载次数: 1

代码说明:

Newton-Cotes积分公式的加权系数计算程序库。用Fortran90编写。-NCC_TETRAHEDERON is a FORTRAN90 library which defines the weights and abscisass for a sequence of 7 Newton-Cotes closed quadrature rules for the tetrahedron.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用MFC实现框架,基于对话框模式,可实现两个对话框之间的通讯聊天...
    用MFC实现框架,基于对话框模式,可实现两个对话框之间的通讯聊天-Using MFC to achieve a framework, based on the dialog box can be used to achieve communication between the two chat dialog
    2023-01-28 18:40:03下载
    积分:1
  • DX Dragon book whole source code
    DX龙书的全书代码.经典之作,适合开发DX的程序员-DX Dragon book whole source code
    2023-06-11 16:55:03下载
    积分:1
  • 自动查找并删除VC生成的临时文件
    自动查找并删除VC生成的临时文件-automatic VC find and delete temporary files generated
    2023-01-14 19:00:03下载
    积分:1
  • 读者写者问题之写者优先
    读者写者问题之写者优先 -readers to write to write those issues priorities re aders to write to write those issues priorities readers to write write those issues priorities
    2022-02-01 13:25:16下载
    积分:1
  • 虚拟函数的使用。VC也是一个虚函数的源程序,比较适合…
    虚函数的使用。又一个有关VC++虚函数的源程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-virtual function use. The VC also a virtual function of the source, more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
    2023-05-25 05:45:03下载
    积分:1
  • 批量检测图片和色彩等软件
    批量检测图片和色彩等软件-volume and color photographs detection software
    2022-08-10 20:32:27下载
    积分:1
  • VC源小游戏
    这是一款VC6开发的小游戏,对于初学者来说还是相当不错的一个学习案例。对高手来说就不要看了,直接飘过吧,这些东西都不适合老手看了。研究下其中的一些算法还是蛮有意思的。不过要是专门学习算法的话,不建议看本套源码
    2022-03-20 18:03:42下载
    积分:1
  • It is the code that dcm to bmp and bmp to dcm.
    dcm to bmp and bmp to dcm-It is the code that dcm to bmp and bmp to dcm.
    2022-08-10 02:37:03下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • Graduation Project: VC++ LAN chat program using this procedure will be the main...
    毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.
    2022-08-20 02:32:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载