搜索资源列表
SunCal
- 用C#写的进行太阳高度角,太阳倾角,以及日照时数的计算的程序,通过输入经度和纬度,以及时间,即可得出需要的精确的地理用科学计算数字!-written in C# for the angle of the sun, the sun angle, and sunshine hours in the calculation process, through the importation of longitude and latitude and time can be obtained by the
sjjgkcsj
- 数据结构是计算机专业的核心课程,是计算机科学的算法理论基础和软件设计的技术基础-computer data structure is the core professional courses computer science is the theoretical basis of algorithms and software design technology base
calculator
- 模拟WINDOWS的计算器,实现了计算器的简单功能,可以仿照WINDOWS的计算器,增加科学计算等功能-simulation of the Windows calculator, a calculator to achieve a simple function, can be modeled on the Windows calculator, increase scientific computing, and other functions
jisuanqi
- 一个c#写的计算器,供初学者参考,含科学计算器功能。
CSharpAndMatlabProgramming
- 讲述CSharp与Matlab混合编程的方法,非常实用,对科学计算很有帮助
asdfasdfa
- 用c#编写的科学计算器源码 很实用哦 希望有所帮助
jsq
- 部分函数: 处理n! 计算显示数值的阶乘 处理Exp,可用于显示科学计数法 处理x^y 处理sin,反正弦,双曲正弦,反双曲正弦,cos,tan函数,为什么使用了例如sin函数 与正确结果不一样 处理dms函数(将显示的数值转换为“度-分-秒”格式;Inv+dms把度-分-秒转换为10进制) 处理(FE)——打开或者关闭科学计数法,10^32总是以指数显示 取模,(余数) 计算机逻辑与,在运算之前截断小数部分 计算机逻辑或,
calculate
- 这是一个应用C++编写的科学计算器的程序!
info469
- 本书内容由三部分组成。第一部分介绍信息论与信息科学的基本知识, 第二部分介绍 Shannon 信息论的基本内容,第三部分介绍信息论的应用。本书叙述力求通俗简练,较长的定理证明将通过指定参考书给出,各章附有习题与注解说明。对大型的练习,如无失真数据压缩编码、有失真图象压缩编码、调制编码及其他编码技术作者编制了若干个大型的练习试验,作为信息论理论教学的补充与尝试,有条件的学校可以开设。~..~-contents of the book consists of three parts. The fir
矩阵转置
- C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets, we are interested in this is
Calculator自己用C#写的模仿win7写的计算器
- 自己用C#写的模仿win7写的计算器 有科学计算器的功能-C# to write their own copy by writing win7 function calculator with scientific calculator
Calculator.NET.rar
- 一个功能很强大的科学计算器,采用c#编写,A function of a very powerful scientific calculator, using c# Prepared
Calculator
- 这是一个简单的计算器程序,实现多数计算器的功能,并能实现科学计数的功能-This is a simple calculator program to achieve the majority of the functions of the calculator and count to achieve the function of science
c_io
- 编写程序通过设置ios::scientific和ios::fixed标志以定点和科学计数法显示浮点类型数据-Write a program by setting the ios:: scientific and ios:: fixed flag with fixed-point and scientific notation floating-point type data show
Calculator
- 用C++设计的计算器程序 能计算加减乘除 也能用科学法计算-C++, designed to be able to calculate addition and subtraction multiplication and division calculator program is also the scientific method can be used
jisuanqi
- 计算器的基本功能有,包括一些科学计算的功能,另外还有设计报告有在里面。C#语言实现,有界面的计算器。很容易懂的-The basic function calculator, including some scientific computing functions, in addition to the design reported inside
1
- 编写程序通过设置ios::scientific和ios::fixed标志以定点和科学计数法显示浮点类型数据。 测试: #include <iostream> using namespace std int main() { double x = .001234567, y = 1.886e9 //… return 0 } -Write a program by setting the ios:: scientific
StudentInformationSystem
- 针对部分学校的学生信息仍然是传统管理的模式,我基于c#.NET和SQL SEVER2005开发了基于C/S架构的学生信息系统,实现了学生信息的完全网络化,大大方便了师生和同学。本学生成绩管理系统模块是为了实现学校人力资源的优化和学生信息管理的科学管理而设计的,通过试用本系统,可以更加有效的管理学生信息,其中包括基本信息管理,用户管理,新生信息的录入和查看,学生选课及课程表查询,学生报考四六级信息和报考历史,以及报考计算机等级考试报考信和报考历史。-Information for some sch
SimpleOAOffice
- 某公司为了给员工一个更好的办公环境,开发了此软件,实现办公的自动化,造就科学的办公-Work in office more simple!
用c#做的计算器
- 实现了简单数字运算以及科学计算器功能,仿照windows自带计算器,使用c#语言