登录
首页 » 其他项目 » 您(sushansong@163.com)最近上载的源码有: 1. cangku.rar,125KB 2. btree.rar,10KB 3. 2003.03....

您(sushansong@163.com)最近上载的源码有: 1. cangku.rar,125KB 2. btree.rar,10KB 3. 2003.03....

于 2023-06-22 发布 文件大小:25.17 kB
0 198
下载积分: 2 下载次数: 1

代码说明:

您(sushansong@163.com)最近上载的源码有: 1. cangku.rar,125KB 2. btree.rar,10KB 3. 2003.03.rar,3981KB 4. 2003.02.rar,5738KB 5. 2003.01.rar,5676KB 6. em78 sub program.rar,6KB 7. 编译原理 第六章.rar,35KB 8. 编译原理 第四章.rar,34KB 9. 编译原理 第十一章.rar,4KB 10. 编译原理 第十二章.rar,3KB(请不要用公用帐号上载)-you (sushansong@163.com) recently uploaded the source code are : 1. Cangku.rar, 102KB 2. Btree.rar, 10KB 3. 2003.03.rar, 3981KB 4. 2003.02.rar, 5738KB 5. 2003.01 . rar, 5676KB 6. em78 sub program.rar, 6KB 7. Compiler Principle VI. rar, 35 kB 8. Chapter IV compiler theory. rar, 34KB 9. Compiler Principle Chapter 11. rar, 4KB 10. Compiler Principle Chapter 12. rar , 3KB (please do not use on the public account)

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

发表评论

0 个回复

  • CopyPwd is distributed in the hope that it will be useful, but WITHOUT ANY WARRA
    CopyPwd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Usage of CopyPwd is at the risk of the person or company using this software
    2022-12-14 05:30:03下载
    积分:1
  • first author of coal and rock deformation and fracture process of electromagneti...
    笔者首先提出了煤岩变形破裂过程电磁辐射与应力耦合的概念,然后在实验研究、理论分析和数值模拟的基础上从力电耦合的角度研究了煤岩冲击矿压预测的电磁辐射法(EME)。研究结果表明:FLAC3D方法能对矿山巷道掘进过程煤岩内部应力场进行有效的数值模拟 电磁辐射信号主要来源于应力集中区,在场点监测到的电磁辐射信号主要是应力集中区煤岩变形破裂过程产生的 EME信号呈现出与煤岩内部应力变化相同的规律 利用力电耦合方法研究煤岩冲击矿压电磁辐射预测法是可行的。笔者最后还对未来煤岩冲击矿压电磁辐射预测法的研究进行了展望。-first author of coal and rock deformation and fracture process of electromagnetic radiation coupled with the concept of stress, then the experimental research, theoretical analysis and numerical simulations on the basis of Congli coupling angle of coal and rock rockburst forecast of electromagnetic radiation (EME). The results showed : FLAC3D method to mine tunneling process of coal and rock internal stress effective numerical simulation of electromagnetic radiation signal comes mainly from the stress concentration areas, the monitoring point to the presence of electromagnetic radiation signal is mainly concentrated stress coal rock deformation and fracture process of EME signal showing the internal rock and coal Stress changes in the s
    2022-10-19 19:00:03下载
    积分:1
  • TMS F2812SDSP281x_Spi头文件
    TMS F2812SDSP281x_Spi头文件-TMS F2812SDSP281x_Spi header files
    2022-01-26 07:01:01下载
    积分:1
  • 冰雨轩个人网站程序,上传到免费空间就可以拥有自己的网站了。里面还包含一些管理网站常用的程序。一整套很齐全的!...
    冰雨轩个人网站程序,上传到免费空间就可以拥有自己的网站了。里面还包含一些管理网站常用的程序。一整套很齐全的!-Xuan冰雨personal websites procedures, uploaded to the free space can have its own website. Which also contains a number of commonly used web site management procedures. A set of very complete!
    2022-09-02 00:35:04下载
    积分:1
  • d2007 vssconnecxion for
    VssConnecXion For D2007
    2022-02-04 01:32:13下载
    积分:1
  • 经典游戏在JavaME平台开发。
    classic game is developed in javaME platform.
    2022-02-14 00:18:22下载
    积分:1
  • 我的WSN NS2教程测试代码
    应用背景此代码是一个修改simple.tcl,里面ns2.35-rc7,我修改它只是用于测试和学习无线传感器网络和NS2的简单工作。它将提供一个log.txt,我用它来分析输出的时间和数据是如何传递从节点到节点。简单关键技术无线传感器网络,网络模拟器2改性simple.tcl ns2.35-rc7
    2022-01-29 03:25:54下载
    积分:1
  • I2C Serial Data Interface Module for Silabs C8051F133
    I2C Serial Data Interface Module for Silabs C8051F1-I2C Serial Data Interface Module for Silabs C8051F133
    2022-01-25 16:23:45下载
    积分:1
  • 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生...
    编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point average calculation of three lessons to require the application were used Java language in three different loop realization of the achievements of each course with the Math class, random () method of randomly generated (random () produces values between 0 and between 1), results range from 40 ~ 100. Tip: Customize a class that implements a function to return random numbers. In the main function, where the test is called the class to obtain a direct method of random numbers. Obtain a random number associated category: java.lang.Math necessary for the introduction of the class that is: import java.lang.Math
    2022-07-05 00:59:52下载
    积分:1
  • 在Labview编程环境中,字符串与簇之间的转换的例子。
    在Labview编程环境中,字符串与簇之间的转换的例子。-In the Labview programming environment, the string with the conversion between cluster examples.
    2022-02-13 07:21:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载