登录
首页 » Visual C++ » sine

sine

于 2011-05-06 发布 文件大小:520KB
0 330
下载积分: 1 下载次数: 10

代码说明:

  生成正弦函数表,然后保存在文件中,汇编程序通过读取文件,查表生成正弦信号。(Generating the sine function table, and then stored in a file, assembler by reading the file, look-up table generated sinusoidal signal.)

文件列表:

sine
....\bcc.asm,26844,2009-09-03
....\bcc.bin,26844,2009-09-03
....\bcc.c,26844,2009-09-03
....\bcc.h,26844,2009-09-03
....\bcc.hex,26844,2011-04-27
....\Debug
....\.....\bcc.hex,26844,2010-05-12
....\.....\BuildLog.htm,7208,2010-06-07
....\.....\mt.dep,67,2010-06-07
....\.....\TextFile1.exe,401408,2010-06-07
....\.....\TextFile1.exe.embed.manifest,146,2009-09-03
....\.....\TextFile1.exe.embed.manifest.res,212,2009-09-03
....\.....\TextFile1.exe.intermediate.manifest,145,2010-06-07
....\.....\TextFile1.ilk,222008,2010-06-07
....\.....\TextFile1.obj,5242,2010-06-07
....\.....\TextFile1.pdb,1747968,2010-06-07
....\.....\vc60.idb,33792,2011-04-27
....\.....\vc60.pdb,53248,2009-09-03
....\.....\vc80.idb,27648,2010-06-07
....\.....\vc80.pdb,61440,2010-06-07
....\TextFile1.c,466,2010-06-07
....\TextFile1.dsp,3435,2009-09-03
....\TextFile1.dsw,526,2009-09-03
....\TextFile1.ncb,33792,2011-04-27
....\TextFile1.opt,48640,2011-04-27
....\TextFile1.plg,1282,2009-09-03
....\TextFile1.sln,882,2010-06-07
....\TextFile1.vcproj,4816,2010-06-07
....\TextFile1.vcproj.NJWEINA-995B3B4.a.user,1427,2010-06-08

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

发表评论

0 个回复

  • test
    方差比检验代码,可以用来进行有效市场假说的检验,另外是一部分(Variance ratio test code can be used for the test of the efficient market hypothesis, the other is part of the)
    2012-06-09 21:38:09下载
    积分:1
  • 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
  • Piant
    这个软件是可以实现简单的椭圆和点、以及直线的绘图程序(This software can realize simple and elliptical, as well as drawing a straight line program)
    2008-07-11 11:27:59下载
    积分:1
  • oi
    说明:  逻辑电平接口设计规范逻辑电平接口设计规范(Logic level interface design specification Logic level interface design specification )
    2013-11-06 11:15:37下载
    积分:1
  • Advertising-lights
    这是利用C语言和汇编语言编译的利用取表方式设计的广告灯(This is done using C and assembly language compiled table designed in a way to take advantage of advertising lights)
    2015-12-01 21:44:05下载
    积分:1
  • trafficlight
    用KEIL-C编写的交通灯源代码 对课程设计的朋友很有帮助的(KEIL-C prepared by the traffic lights at the source code of the Friend of the curriculum design helpful)
    2008-06-03 20:48:08下载
    积分:1
  • zhebanchazhao
    关于对顺序链表的折半查找功能的实现等等,非常有用(On the order of half of the list to find the realization of function and so on, very useful)
    2008-06-21 16:40:03下载
    积分:1
  • LiarbryManagentSystem
    图书管理系统,分管理者和读者不同权限,可实现对书籍的管理,读者的管理等(Library management system, sub-managers and readers with different permissions)
    2012-05-09 22:06:26下载
    积分: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
  • weiji
    微机课程及详细PPT,及各个实验如汇编程序、中断系统等程序,及个实验教材(Computer programs and PPT, and various experiments such as assembler, interrupt system and procedures, and experimental teaching materials)
    2013-05-13 22:02:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载