搜索资源列表
BIGadd
- 实现长度80位内的大数加法~~代码以c来实现,在tc下编译通过,有详细的注释-achieved within 80 lengths of large numbers Adder ~ ~ c code to be achieved under the tc compile a detailed Notes
zhinengxianshiping
- 实现了智能显示屏的设计。在TC下用C语言编写程序,利用TPC—1实验箱,用一台PC机通过8255A芯片,使8*8 LED二级管上动态显示“信息工程学院”的字样。并且附有详细的设计文档。-an intelligent display design. TC using the C language programming, the use of TPC-1 experimental box with a PC through the 8255 A chip, * 8 of 8 LED tube tw
Matlab.zip
- 课程设计中首先采用Ising model的思想建立一个二维的模型,然后利用重要性抽样和Monte Carlo方法及其思想模拟铁磁-顺磁相变过程。计算了顺磁物质的能量平均值Ev、热容Cv、磁化强度M及磁化率X的值,进而研究Ev、Cv、M、X与温度T的变化关系并绘制成Ev-T图、Cv-T图、M-T图、X-T图,得出顺磁物质的内能随着温度的升高先增大而后趋于稳定值;热容Cv、磁化率X随着温度的升高先增大后减小;磁化强度M在转变温度Tc处迅速减小为零,找出铁磁相变的转变温度Tc大约为2.35,First
Win-TC
- 解决BUG 一个非常简单实用的的小工具 支持解决多个语言-BUG a very simple and practical solution to solve a number of small tools to support language
3359
- 这是一个简易飞机订票系统。适合做C语言数据结构的课程设计。在本机上win-TC上运行通过了!-This is a simple booking system aircraft. Suitable for C language data structures curriculum design. In the machine running win-TC adopted!
Develop_WAV_Player_In_DOS
- 关于如何使用TC开发wav格式音频的播放器的一篇期刊-TC developed on how to use wav format audio player for a journal
TC
- 一份关于TC使用的文档,对于初学者来说,是很实用的!-A document on the TC to use for beginners, is very useful!
TurboCGraphicsIntro
- TC图形功能简单介绍以及基本函数应用 C语言新手可以参考-TC graphics and the basic function of a brief
TWC-2011-061511-101745-New-Trellis-Code-Design-fo
- In this paper, a novel MIMO transmission scheme, called spatial modulation with trellis coding (SM-TC), is proposed. Similar to the conventional trellis coded modulation (TCM)
fangchengqiugen
- 使用WIN-TC编写一个程序,实现二分法、牛顿法以及弦截法。-Using WIN-TC to write a program to achieve dichotomy, Newton method and secant method.
TC
- This a C language compiler software, can help to learn C language to inform practice and improve their level.-This is a C language compiler software, can help to learn C language to inform practice and improve their level.
TC-Quant-Entr
- This program computes the Gaussian power spectral density according to given input values of maximum Doppler frequency f_max and variance sigma_0^2. The equation of the Jakes power spectral density is given in (3.26) [2]. A plot of the Gauss
tc
- 本系统采用C/S三层架构,采用Sql Server 2005为数据库,主要开发语言为C#。 三层架构:所谓的三层架构即将整个业务应用划分为:表现层、业务逻辑层、数据访问层。采用三层架构的目的是为了使整个系统的逻辑结构清晰明了,在逻辑上保持相对独立性,从而能提高系统和软件的可扩展性和可维护性。 (1)表示层:为用户提供交互性操作界面,用户通过表示层发送请求。 (2)业务逻辑层:负责处理关键业务逻辑和数据传递。 (3)数据访问层:该层主要是对数据库的访问,针对数据的维护。