-
Temperature
适用于初学者,java编写的室内温度模拟测试,根据现有数据模拟(For beginners, java prepared by the indoor temperature simulation tests, simulations based on available data)
- 2013-10-31 17:28:26下载
- 积分:1
-
C-Programming
a c programming book a good one
- 2012-01-19 18:29:52下载
- 积分:1
-
C_koch
说明: C语言实现的koch,
可以输入分形的维数,
主要是了解C语言的图形输入格式,
以及分形中经典的Koch(C language of koch, to be imported into the fractal dimension, understanding is the C language graphics import formats, as well as fractal classic Koch)
- 2006-03-15 11:18:50下载
- 积分:1
-
MNT1
Nucleus内核源码,包括任务的创建,任务间通信,中断处理.(Nucleus kernel source code, including task creation, task inter-communication, interrupt handling.)
- 2008-01-09 14:39:44下载
- 积分:1
-
ExeclTable
说明: 改代码实现了MFC基于对话框来操作OFFICE中的EXCEL的简单示例(Change the code to operate the MFC dialog-based EXCEL OFFICE simple example in)
- 2011-04-12 13:58:18下载
- 积分:1
-
quotaio_v2
Definitions of structures for vfsv0 quota format.
- 2014-08-22 16:42:58下载
- 积分:1
-
javamail-1.4.2
Java邮件开发系统 收发邮件 实现邮件的编写 发送和接受的功能! (failed to translate)
- 2009-10-27 22:08:35下载
- 积分:1
-
Kline_Original
说明: VC++6.0 MFC for Stock KLine
- 2020-06-25 16:40:02下载
- 积分:1
-
wordedit
c#的写字版程序我自己写的.本文探讨了使用C#从底层开发一个带格式的文本编辑器的任务,深入探讨了其中的文档对象模型的设计,图形化用户界面的处理和用户操作的响应,说明了其中的某些技术问题和解决之道。 (version of the writing process I wrote it myself. This paper discusses the use of C# development from the ground up with a format of the text editor's mandate, in-depth study of the document object model design, graphical user interface processing and user response shows some of these technical problems and solution.)
- 2006-06-20 20:32:18下载
- 积分:1
-
how_many_fibs
Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1 + fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. (Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1+ fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. )
- 2009-11-27 15:18:02下载
- 积分:1