搜索资源列表
C++程序设计语言实验一
- 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
5pro
- 复杂网络计算相关,有c、vc两种环境的5个程序:1.筛选一列不重复记录2.集聚系数的计算(c语言,附有示例数据)3.含有节点信息的编号程序(vc,附有示例数据)4.独立性计算程序(附相关文献)5.网页过滤批处理程序(可处理无限文件)-Related to the complexity of network computing, there is c, vc two of the five procedures for the environment: 1. Screening of duplic
analyse
- sample语言的词法分析器 相当不错 可以-sample language lexical analyzer can look pretty good
base
- 易语言对数据库完全操作的示例源码,例出了很多基本的读写排序等操作的方法-Easy to complete the operation on the database language of the sample source code, for example, a lot of the sort, such as basic reading and writing method of operation
123
- 银行储蓄管理系统_C语言版,C语言实例程序!-Bank savings _C language version management system, C language sample programs!
SoundsCPP
- 这个程序简单的实现了微软的语言合成,使用的工具是VC++ 2008。-A sample application with source code in three .Net languages (Basic, C#, C++) on using the new (.Net 3.0+) System.Speech Class.
ex_5
- 分布式开发 样例程序 读写文本功能 可视化的ATL组件 可以用其他语言调用直接弹框-Sample programs to read and write the text distributed development features a visual ATL components can be directly invoked in other languages bullet box
jj
- 本题设计一个数字存储示波器,以Xilinx公司20万门FPGA芯片为核心,辅以必要的外围电路(包括信号调理、采样保持、内部触发、A/D转换、D/A转换和I/O模块),利用VHDL语言编程,实现了任意波形的单次触发、连续触发和存储回放功能,并按要求进行了垂直灵敏度和扫描速度的挡位设置。信号采集时,将外部输入信号经信号调理模块调节到A/D电路输入范围,经A/D转换后送入FPGA内部的双口RAM进行高速缓存,并将结果通过D/A转换送给通用示波器进行显示,完成了对中、低频信号的实时采样和高频信号的等效采
magic
- c语言代码,主要实现的一个有关魔方的算法,算法也不是很难懂,大家耐心看看吧-the sample for c program
c-sample
- c语言的一些基础程序代码-some c program
fore
- 关于CFD的简单程序,fortran语言实现,simple程序-it is a sample for simple learning
C-PPT
- c语言学习资料(语法详解以及示例程序)适用于谭浩强《c语言程序设计》-c language learning materials (grammar Detailed and sample programs)
Differential-Evolution
- 差分演化算法的优化算法,介绍了一个简单示例,用C语言编写-Sample Program of Differential Evolution
VHDL
- 基于EPM240开发板资料,配套示例程序VHDL语言。-EPM240 development board supporting sample program VHDL
Compiler
- c#编译器 sample语言 词法分析 DFA NFA LL1 LR分析-c# compiler sample language lexical analysis DFA NFA LL1 LR analysis
pars-pipe-core_das0oj
- php脚本语言实现,pars-pipe-core一个简单的和有用的类来操纵和聚合数据从web页面,参考的例子程序供学习参看-php scr ipting language , pars-pipe-core a simple and useful classes to manipulate and aggregate data from a web page , the reference sample program for learning see
C-programming-100-sample
- c语言编程示例100个有趣常用的实例,可以很好的有助于初学者。-c language programming examples 100 interesting examples of commonly used, can be a good help for beginners.
SAMPLE
- 一个静态的个人网页,用HTML编写 简单的框架设计,使用最基础的HTML语言编写-A static individual web pages written in HTML Simple framework design using the most basic HTML language
Desktop
- C语言的例子文件,可以作为简单的参考,希望可以有帮助(C language example file, can be used as a simple reference)
C
- C语言基础入门练习例程。基于Visual C 6.0.(A sample of C Language. Based on VC 6.0.)