搜索资源列表
Sinusoid
- 本实例实现的是绘制一个正弦曲线,运行程序,系统将自动绘制正弦曲线-This example implementation is drawing a sine curve, run the program, the system will automatically draw the sine curve of
LISP-create-application
- 本节通过一个简单的实例来讲述LISP程序的创建过程,介绍编制LISP程序的一些基本步骤,以及LISP程序在AutoCAD中的加载和运行的方法。首先来创建一个最简单的LISP程序—-“Hello.lsp”,在AutoCAD 2002中加载并运行该程序,将会在命令行出现-“Hello, Visual LISP!”。-This section provides a simple example to describe the creation of LISP program to introduce
Sinusoid
- 本实例实现的是绘制一个正弦曲线,运行程序,系统将自动绘制正弦曲线。-This example implementation is to draw a sine curve, run the program, the system will automatically draw the sine curve.
Code
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Writing multithreaded program, multithreaded applications easily arise. Mutex explain how to use the mutex object to realize multi-thread synchronization. How t