登录
首页 » C# » Propeuurties

Propeuurties

于 2020-06-24 发布
0 200
下载积分: 1 下载次数: 1

代码说明:

说明:  c++Primer书籍电子版,让读者可以在电脑或者手机方便的阅读。(C++ Primer Book Electronic edition, so that readers can easily read on the computer or mobile phone.)

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

发表评论

0 个回复

  • NLM2_1_.if12
    利用PSCAD搭建的NLM调制的MMC模型(NLM Modulation Model Based on PSCAD)
    2021-01-18 11:08:43下载
    积分:1
  • C#高效数据库连接池源码
    说明:  c# 高效数据库连接池源码 有列子 高效数据库连接池源码(Efficient database connection pool)
    2019-01-07 15:35:33下载
    积分:1
  • 嵌入式系统c语言编程入门(5),关于c语言编程的书籍
    嵌入式系统c语言编程入门(5),关于c语言编程的书籍-C language programming of embedded systems portal (5), on c language programming books
    2023-07-26 11:25:03下载
    积分:1
  • pinchewechat
    说明:  拼车 同城打车 微信打车 同城约车 微信一键约车(Carpooling very good)
    2020-06-17 19:40:01下载
    积分:1
  • 悬臂梁MATLAB有限元算例注释
    说明:  梁可视为平面应力状态,先按图示尺寸划分为均匀的三角形网格,共有8×10=80个单元,5×ll=55个节点,坐标轴以及单元与节点的编号如图。将均布载荷分配到各相应节点上,把有约束的节点5l、52、53、54、55视作固定铰链,建立如图所示的离散化计算模型。(The beam can be regarded as a plane stress state. Firstly, the beam is divided into uniform triangular meshes according to the graphic size. There are 8*10=80 elements, 5*ll=55 nodes. The coordinate axis and the numbering of elements and nodes are shown in the figure. The uniform load is distributed to the corresponding nodes, and the constrained nodes 5l, 52, 53, 54 and 55 are regarded as fixed hinges. The discrete calculation model shown in the figure is established.)
    2018-12-25 15:34:00下载
    积分:1
  • 4675465764
    VB将数据库导出到TXT文本文件中,有需要的就下载吧。(VB database export to TXT text file, there is a need to download it.)
    2013-08-22 11:08:07下载
    积分:1
  • 这是php编的论坛的原代码,希望正在学习php的同行借鉴一下,我们学校的论坛原代码就是这个 !...
    这是php编的论坛的原代码,希望正在学习php的同行借鉴一下,我们学校的论坛原代码就是这个 !-This is php series of the Forum of the original code, php hope is learning from peers, we are a forum for schools is the original code!
    2022-11-02 09:10:03下载
    积分:1
  • WiMAX物理层仿真项目在Linux操作系统。
    wimax phy simulation project on linux os.-wimax+ phy simulation project on linux os.
    2022-01-29 02:24:47下载
    积分:1
  • MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及...
    MySQL是一个精巧的SQL数据库管理系统,虽然它不是开放源代码的产品,但在某些情况下你可以自由使用。由于它的强大功能、灵活性、丰富的应用编程接口(API)以及精巧的系统结构,受到了广大自由软件爱好者甚至是商业软件用户的青睐,特别是与Apache和PHP/PERL结合,为建立基于数据库的动态网站提供了强大动力。 MySQL有瑞典的T.c.X公司负责开发和维护,MySQL的用户手册很单纯,只有一个集中的,但其内容覆盖了MySQL的所有信息,因此该手册是了解和掌握MySQL的绝佳文献。 虽然对MySQL的开发不能出一份力,但可为它的推广使用尽一份心,面对500多页的参考手册,知道要精确译出它决非易事,但愿几个月的心血能为大家提供一丝微薄的帮助。 由于本人水平有限,文中肯定有不准确的地方,敬请在阅读过程中不吝指出。文中不明之处,请参阅手册原文。 本文的内容针对MySQL 3.23.7alpla,实际上很多内容是通用的。另外,参考手册的几个附录也是很有价值的,但由于时间有限,未能译出,可参见原文。-MySQL is a sophisticated SQL database management systems, While it is not open source products, but in some cases you can freely use. Because of its strong capabilities, flexibility, rich application programming interface (API) and the elegance of the structure, by the vast number of free software enthusiasts even commercial software users favored especially with Apache and PHP/PERL combination for the establishment of the dynamic database-based web site provided a powerful impetus. MySQL Swed
    2022-07-08 12:23:05下载
    积分:1
  • (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修...
    (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序者,加分) -(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. (4) Scheduling : users can be designated to the arbitrary courses, and results by ascending or descending student data and sequenci
    2022-08-10 15:26:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载