-
光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪
光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪-Ray-tracing simulation program, the icon is changing the refractive index of light in the trajectory tracking
- 2022-10-16 21:45:03下载
- 积分:1
-
这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查...
这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查编程者对C语言的递归理解与运用的,我是受到蛊惑才费尽心血写出来的,当然我没用VB的递归来解决问题,一是用VB这样编效率太低,二是在我写这些代码的时候,我还根本不能熟练运用递归的方法。我要告诉每一位同学,你如果自己用VB写出八皇后,江苏的二级电脑考试上机你就没问题了。-code for queen
- 2023-01-10 19:45:03下载
- 积分:1
-
LabVIEW实现对光谱的动态测量,并显示测量结果,动态测量的实现...
LabVIEW实现对光谱的动态测量,并显示测量结果,动态测量的实现-LabVIEW realize spectra of dynamic measurement, and display measurement results, the realization of dynamic measurement
- 2022-03-07 05:29:23下载
- 积分:1
-
安全工具包 2006年10月15日更新
请看帮助说明
安全工具包 2006年10月15日更新
请看帮助说明-security tool kit on October 15, 2006 to help update See Note
- 2022-03-28 20:47:11下载
- 积分:1
-
同学录管理程序
同学录管理程序-website management procedures! !
- 2022-01-25 22:58:54下载
- 积分:1
-
一个简单的计算器示例
一个简单的计算器示例-a simple calculator example
- 2022-05-24 18:42:09下载
- 积分:1
-
实现4
实现4自由度scara机械手的点对点运动,用Jacobi实现坐标变换-Realize 4-DOF SCARA robot point-to-point movement, and realize Jacobi coordinate transformation
- 2022-05-12 17:18:59下载
- 积分:1
-
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过...
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过课程设计,要求学生主要掌握如下内容:
1.设计出文件系统中常用的数据结构;
2.理解文件系统的工作流程,给出程序流程图;
3.设计出文件系统中关键的算法;
4.模拟实现二级目录文件系统,并给出一组运行结果。
三、课程设计内容
根据实验指导书补充
四、文件系统实现
-courses on operating system design report documents a simulation system, curriculum designed by simulating the file system to achieve in-depth understanding of operating system file system theoretical knowledge. 2, curriculum design through curriculum design, requiring students to master the following main elements : 1. Design commonly used file system data structure; 2. Understanding the document workflow system, the flow chart is given; 3. System design document the key algorithm; 4. Simulation two directory file system, and gives a group operating results. Third, the curriculum is based on the experimental design as supplementary guidance on four documents System
- 2022-11-07 18:10:03下载
- 积分:1
-
用来进行电脑的关机和注销,方法很简单,比较实用。
用来进行电脑的关机和注销,方法很简单,比较实用。-Used for computer shutdown and cancellation method is very simple, more practical.
- 2022-01-22 02:04:07下载
- 积分:1
-
类numberlistener实现ActionListener {
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i
- 2022-02-28 23:01:36下载
- 积分:1