资源列表
lexi Java开发的文档编辑器
- Java开发的文档编辑器.
LaserCutting
- PMAC C#写的定位程充,控制激光切机-PMAC C# to write successful positioning control laser cutting machine
petsc-3.6.3
- PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It supports MPI, and GPUs through CUDA or OpenCL, as we
793830337JSBSim_SFunction
- JSBSIMjsbsim 操作模拟飞行 通过输入控制量,然后JSBSIM运行,输出飞行状态参数,从而达到飞行的效果-jsbsim 操作模拟飞行 通过输入控制量,然后JSBSIM运行,输出飞行状态参数,从而达到飞行的效果
Projects
- 三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World) 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga
GrabTwoCameras
- Basler多相机图像采集二次开发程序,通过设定好的IP地址,在Gige接口下读取多个相机采集图像。-Basler multi-camera frame grabber secondary development program, by setting a good IP address, read multiple cameras to capture images at Gige interface.
BNC-2.11.2-Source
- BNC源码由C++语言所写 可以在QT与VS平台下进行调试-BNC source code written by the C++ language can be debugged in the QT and VS platform
3DVOF
- Vof solver for fluid flow phase fluid
PA1_1(1)
- 描述 教练员A、B和C将要从编号为1到n的队员中挑选自己的队员。为公平起见,每个教练都根据自己的喜好程度将队员排序;你负责根据以下规则为他们分配队员。 你拿到的数据是a、b、c三个数组,表示三个教练对队员的喜好程度排序,每个数组都是数字1到n的一个排列,下标越小表示教练越喜欢该队员。你的分组规则是,从还未被分配的队员中找一个教练A最喜欢的队员分到A组;然后,在未分配的队员中分配教练B最喜欢的队员到B组;然后是教练C;再是教练A、B......依次类推直到所有队员分配完毕。
LaserMachine
- 激光切割上位机源码,生成NC刀路,不含NC扩展插件。-Laser cutting the host computer source code, generate NC knife road
gumeworkstake
- 用MFC实现的小游戏坦克大战 我是游戏编程初学者 请大家对我的作品提意见(Using MFC to achieve small tanks war game I am a game programming beginners Please take your advice to my works)
MUSIC算法性能分析
- 几种不同的MUSIC算法的性能分析源码,结果用图的方式显示,直观易懂。