-
ln(x)的泰勒法及迭代法实现
用泰勒方法 和 李查逊加速外推法 实现1-100之间的ln(x)计算。其中加减乘除由自己编程实现,因此不受计算机数值变量存储位数的影响。计算精度可以自己规定。几十位左右的精度时可保持计算稳定。
- 2022-02-25 16:37:37下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1
-
我小小的电费管理程序
I tiny prog for managing electricity bills
- 2022-09-11 23:20:04下载
- 积分:1
-
Source Code for Visual Basic
Source Code for Visual Basic
- 2022-02-03 09:19:47下载
- 积分:1
-
In The Art of Project Management, you ll learn from a veteran manager of softwar...
In The Art of Project Management, you ll learn from a veteran manager of software and web development how to plan, manage and lead projects. This personal account of hard lessons learned over a decade of work in the industry distills complex concepts and challenges into practical nuggets of useful advice. Inspiring, funny, honest, and compelling, this is the book you and your team need to have within arms reach. It will serve you well with your current work, and on future projects to come.
- 2022-07-18 07:55:20下载
- 积分:1
-
通过查询网卡MAC地址与用户已设好的MAC地址及IP列表文件比较,快速的修改计算机名和IP地址...
通过查询网卡MAC地址与用户已设好的MAC地址及IP列表文件比较,快速的修改计算机名和IP地址-inquiries by MAC address has been set up with a good user MAC address and IP Filesystem, Rapid changes the computer name and IP address
- 2022-02-02 07:20:32下载
- 积分:1
-
基于AD590和52单片机00的只能温控系统
#include
#define uchar unsigned char
#define uint unsigned int
sbit lcden=P3^3;
sbit lcdrs=P3^4;
sbit lcdrw=P3^5;
sbit eoc=P3^2;
sbit ale=P2^4;
sbit st=P2^4;
sbit oe=P2^5;
sbit clk=P2^3;
unsigned long dianya=0;
uchar num;
uchar code table[]="the range:0-100";
uchar code ta
- 2022-03-23 02:09:17下载
- 积分:1
-
9x9 realize the software automatically fill the data grid, so that is horizontal...
该软件实现9X9方格的数据自动填写,让横排是123456789,肃立也是123456789,挺有意识的。-9x9 realize the software automatically fill the data grid, so that is horizontal 123456789, 123456789 stood also, quite conscious.
- 2023-04-15 21:00:03下载
- 积分:1
-
show ico icon procedures
显示ico图标的程序-show ico icon procedures
- 2022-04-15 23:32:49下载
- 积分:1
-
一种优化算法的皮肤网格顶点、顶点处理算法的应用…
一个优化蒙皮网格顶点的算法,顶点处理采用SSE流式处理算法,一次将多个顶点送往CPU的寄存器,将顶点分批处理,从而达到顶点优化的目的。-An optimization algorithm skin mesh vertices, vertex processing algorithm using SSE streaming, a number of vertices sent to the CPU will register, will peak batch processing, so as to achieve peak optimization purposes.
- 2022-06-16 08:41:13下载
- 积分:1