登录
首页 » Visual C++ » Source

Source

于 2009-10-07 发布 文件大小:1124KB
0 257
下载积分: 1 下载次数: 4

代码说明:

  科学与工程数值计算算法(Visual C++版),全是代码(Science and Engineering numerical calculation algorithm (Visual C++ version), all the code)

文件列表:

Source
......\autorun.inf
......\Chapter1
......\........\ComplexCalculator
......\........\.................\Complex.cpp
......\........\.................\Complex.h
......\........\.................\ComplexCalculator.aps
......\........\.................\ComplexCalculator.clw
......\........\.................\ComplexCalculator.cpp
......\........\.................\ComplexCalculator.dsp
......\........\.................\ComplexCalculator.dsw
......\........\.................\ComplexCalculator.h
......\........\.................\ComplexCalculator.ncb
......\........\.................\ComplexCalculator.opt
......\........\.................\ComplexCalculator.plg
......\........\.................\ComplexCalculator.rc
......\........\.................\ComplexCalculatorDlg.cpp
......\........\.................\ComplexCalculatorDlg.h
......\........\.................\ReadMe.txt
......\........\.................\res

......\........\.................\...\ComplexCalculator.rc2
......\........\.................\resource.h
......\........\.................\StdAfx.cpp
......\........\.................\StdAfx.h
......\Chapter2
......\........\MatrixCalculator
......\........\................\Complex.cpp
......\........\................\Complex.h
......\........\................\Matrix.cpp
......\........\................\Matrix.h
......\........\................\MatrixCalculator.aps
......\........\................\MatrixCalculator.clw
......\........\................\MatrixCalculator.cpp
......\........\................\MatrixCalculator.dsp
......\........\................\MatrixCalculator.dsw
......\........\................\MatrixCalculator.h
......\........\................\MatrixCalculator.ncb
......\........\................\MatrixCalculator.opt
......\........\................\MatrixCalculator.plg
......\........\................\MatrixCalculator.rc
......\........\................\MatrixCalculatorDlg.cpp
......\........\................\MatrixCalculatorDlg.h
......\........\................\ReadMe.txt
......\........\................\res

......\........\................\...\MatrixCalculator.rc2
......\........\................\resource.h
......\........\................\StdAfx.cpp
......\........\................\StdAfx.h
......\Chapter3
......\........\LECalculator
......\........\............\Complex.cpp
......\........\............\Complex.h
......\........\............\ImagDataDlg.cpp
......\........\............\ImagDataDlg.h
......\........\............\LECalculator.aps
......\........\............\LECalculator.clw
......\........\............\LECalculator.cpp
......\........\............\LECalculator.dsp
......\........\............\LECalculator.dsw
......\........\............\LECalculator.h
......\........\............\LECalculator.ncb
......\........\............\LECalculator.opt
......\........\............\LECalculator.plg
......\........\............\LECalculator.rc
......\........\............\LECalculatorDlg.cpp
......\........\............\LECalculatorDlg.h
......\........\............\LEquations.cpp
......\........\............\LEquations.h
......\........\............\Matrix.cpp
......\........\............\Matrix.h
......\........\............\ReadMe.txt
......\........\............\res

......\........\............\...\LECalculator.rc2
......\........\............\resource.h
......\........\............\StdAfx.cpp
......\........\............\StdAfx.h
......\Chapter4
......\........\NLequationCalculator
......\........\....................\Complex.cpp
......\........\....................\Complex.h
......\........\....................\LEquations.cpp
......\........\....................\LEquations.h
......\........\....................\Matrix.cpp
......\........\....................\Matrix.h
......\........\....................\NLequation.cpp
......\........\....................\NLequation.h
......\........\....................\NLequationCalculator.aps
......\........\....................\NLequationCalculator.clw
......\........\....................\NLequationCalculator.cpp
......\........\....................\NLequationCalculator.dsp
......\........\....................\NLequationCalculator.dsw
......\........\....................\NLequationCalculator.h
......\........\....................\NLequationCalculator.ncb
......\........\....................\NLequationCalculator.opt
......\........\....................\NLequationCalculator.plg
......\........\....................\NLequationCalculator.rc
......\........\....................\NLequationCalculatorDlg.cpp

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

发表评论

0 个回复

  • keyboard
    实现的模拟键盘代码,模拟ps2协议,可以与计算机相连实现键盘的功能,在keil c下开发的。-89s51 achieved through keyboard simulation code, simulation ps2 agreement with the computer keyboard connected to the functions of the c Keil under development(Realize analog keyboard code, analog ps2 agreement, can realize the computer connected to the keyboard functions in keil c developed.-89s51 achieved through keyboard simulation code, simulation ps2 agreement with the computer keyboard connected to the functions of the c Keil under development)
    2007-11-06 13:15:35下载
    积分:1
  • OK-OK
    说明:  Bacom use mmc not test very fast
    2020-06-19 19:20:02下载
    积分:1
  • huffman
    哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3) D: 译码。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中。 (4) P: 打印代码文件。将文件codefi1e以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件codeprint中。 (5) T:打印哈夫曼树。将已在内存中的哈夫曼树以直观的方式(树或凹凸表形式)显示在屏幕上,同时将此字符形式的哈夫曼树写入文件treeprint中。 (利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3) D: 译码。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中。 (4) P: 打印代码文件。将文件codefi1e以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件codeprint中。 (5) T:打印哈夫曼树。将已在内存中的哈夫曼树以直观的方式(树或凹凸表形式)显示在屏幕上,同时将此字符形式的哈夫曼树写入文件treeprint中。 )
    2010-03-09 12:14:21下载
    积分:1
  • 鬼影ddos群集源码
    鬼影DDOS集群发包源码,分为客户端和服务端完整源码(Ghost DDOS cluster source code, divided into client and server complete source code)
    2017-11-21 14:43:42下载
    积分:1
  • hex
    说明:  汇编与c语言的混合编程,很不错的资料,值得一看(Mixed assembly language programming with c, very good information, worth a visit)
    2011-04-03 19:02:15下载
    积分:1
  • The-maximum-number-of-five
    求五位数各位数字的平方和为100的最大的五位数(Seeking five digits of the square and 100, the largest number of five)
    2012-10-14 16:23:01下载
    积分:1
  • 使用半周积分算法计算电压电流的有效值
    电力系统中根据电压电流计算阻抗,其中使用半周积分算法计算电压电流的有效值(Power system voltage and current calculation based on impedance, in which the use of half integral algorithm of the RMS voltage and current)
    2009-05-31 11:44:21下载
    积分:1
  • keyboard_scanf
    实现键盘扫描0-F,可以用来检测键盘的输入(The realization of the keyboard scan 0-F, can be used to detect keyboard input)
    2009-07-17 21:59:20下载
    积分:1
  • xl2000user
    单片机汇编程序,来自xll200user,可以供初学者使用(MCU assembler)
    2010-11-04 21:14:16下载
    积分:1
  • Source
    科学与工程数值计算算法(Visual C++版),全是代码(Science and Engineering numerical calculation algorithm (Visual C++ version), all the code)
    2009-10-07 20:36:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载