搜索资源列表
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
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!
TurboCGraphicsIntro
- TC图形功能简单介绍以及基本函数应用 C语言新手可以参考-TC graphics and the basic function of a brief
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)数据访问层:该层主要是对数据库的访问,针对数据的维护。