搜索资源列表
jsq
- 一个计算器程序,对于初学者理解面向对象编程具有一些指导作用-A calculator program, for beginners to understand object-oriented programming has some role in guiding
Easy_Bank_Simulation
- 本项目为数据结构课程第一次大作业,旨在通过实际编写代码实现一个简单的银行 业务模拟系统来熟悉各种基本数据结构的应用。本程序从上至下,以事件驱动为主导思 想,利用动态存储结构对客户和事件进行模拟,并通过模拟方法求出客户在银行内逗留 的平均时间。-The project is the first major data structure course work, the actual preparation of the code aims to implement a simple b
Guide
- 交通导航系统 在全国范围内的一个交通工具的指导和提醒-just a guiding system and you can know the mathord you should take by using this
pbzdybb
- pb自定义报表,展现自定义报告处理方式,为学习pb报表设计者指路-pb custom reports, custom reports to show approach, guiding the designer to study the report pb
Reservoir-physical
- 描述地层油气藏的分布规律,对油气藏的开发、运移和储存具有指导意义。-Describe the distribution of stratigraphic reservoirs, the development of oil and gas reservoirs, transport and storage of guiding significance.
lowpass
- 基于labview和ELVIS编写的低通滤波器环节,对于利用labview调用multisim和仿真具有指导意义-Guiding significance for the labview calling multisim and simulation based on labview and the ELVIS write low-pass filter links
BIT-N-queen
- 皇后问题是经典的回溯算法问题,本文使用BIT位运算对非递归的回溯算法进行优化,取得了较好的效果,对其他类似问题的算法的优化有一定指导意义-Queens problem is a the classic backtracking algorithm, BIT bit computing to optimize non-recursive backtracking algorithm, and achieved good results, the optimization algorithm to
DCXT
- 一款基于Php(扩展zend、framework)+mysql+Apache平台的在线订餐系统,该系统对餐厅与顾客的桥梁有着引导作用,是区别于传统电话订餐的新型营销模式。适合写字楼CBD及高校等80一代聚集区域的白领及学生消费人群。-One based on Php (Extended zend, framework)+mysql+Apache platform online reservation system, the system of the restaurant and the cus
a-questopn
- 公元13世纪上半叶,蒙古军队一路西征杀向欧洲。在进军途中,蒙古骑兵以旗为单位沿一条道路相继开进。为了给后面的队伍指路,每当遇到一个道路分叉处时,就在路旁堆石头堆作路标,堆一堆石头表示直行,堆两堆石头表示右转,堆三堆石头表示左转。试用C语言编写一个程序,计算出通过的路口数目。假设每个相邻路口间路段的长度基本相等且开始的方向向西(以此判断第一个路口,即出发时向哪个方向走),用输出eswn四个字母或其组合来确定最终的地点相对于出发地(即第一个路口)的方位。 输入:只有一行,分别用1、2和3表
matlab-C
- matlab和c++程序的接口指导示例,帮助大家在matlab中调用c程序-matlab and c++ program interface guiding example,Call c program in matlab
80_MEM
- 次文档是一个用VHDL语言编写的小程序,对于VHDL语言的初学者来说很有指导意义~-Times a document is a VHDL language program, guiding significance for beginners VHDL language useful to
A-Interest-guiding-procedures
- 基于Visual C++ 的MFC 的几个(如:“幸运52”游戏,公交查询系统——数据库编程基础等)源代码好例子程序(中文的)!对于初学者相信会对你会有所帮助!(我就是这样子过来的)-Several Visual C++ based on MFC (such as: "lucky 52" game, public transport query system-- database programming source code.) good examples of procedures! For
vc-source-programming
- visual c++界面开发,可能有一定的指导性作用,希望有所帮助-visual c++ interface development, may have some guiding role, I hope to help
C-Study-v2.0
- 欢迎您使用《C语言攻略》!它是由踏雪飞鸿工作室开发的一款面向C语言学习者的软件,是一款功能强大,数据丰富,界面友好的C语言学习软件。 《C语言攻略》主要由课程精讲、实例演示、编程实战等五部分组成。课程精讲覆盖了C语言的大多数知识点;实例演示难度适中,编程规范,对初学者有很好的引导作用,在系统中嵌入turbo C2.0,可以帮助初学者实时的写C语言程序,并进行编译连接执行;试题精练能帮助初学者更好的掌握学习内容,从试题中达到提高的目的;关于软件列出软件相关信息并引导C语言学习者进行更深入
c
- vc++的界面,实现了界面操作的功能,对于新手有较强的指导作用-vc++ interface to achieve a functional interface operation, and for a strong role in guiding the novice
DCDC
- 该文档详细描述了DC/DC的补偿原理,对DC/DC的设计有很好的指导作用。-The document describes in detail the compensation principle of DC/DC, a very good role in guiding the design of DC/DC.
Navigation-Trajectory-Simulation
- 基于MATLAB+GUI的导弹比例导引的三自由度弹道仿真-MATLAB+ GUI based missile proportion of guiding three degrees of freedom trajectory simulation
PMSM_INVERT_SIMULATION
- PMSM和Inver本体模型搭建,可用于物理仿真,环境搭建,在项目前期有很强的指导意义,参数可更换项目配置-PMSM and Inver ontology model is built, which can be used for physical simulation, environment construction, in the early stage of the project has a strong guiding significance, parameters can be
mK
- 蒙克卡罗 蒙特·卡罗方法(Monte Carlo method),也称统计模拟方法,是二十世纪四十年代中期由于科学技术的发展和电子计算机的发明,而被提出的一种以概率统计理论为指导的一类非常重要的数值计算方法。是指使用随机数(或更常见的伪随机数)来解决很多计算问题的方法。与它对应的是确定性算法。蒙特·卡罗方法在金融工程学,宏观经济学,计算物理学(如粒子输运计算、量子热力学计算、空气动力学计算)等领域应用广泛。-蒙克卡罗蒙 Carlo method (Monte Carlo method), als
gf
- GARCH模型是一个专门针对金融数据所量体订做的回归模型,除去和普通回归模型相同的之处,GARCH对误差的方差进行了进一步的建模。特别适用于波动性的分析和预测,这样的分析对投资者的决策能起到非常重要的指导性作用,其意义很多时候超过了对数值本身的分析和预测。(The GARCH model is a regression model specially designed for the measurement of financial data. In addition to the common