代码搜索:2D物理模拟
找到约 10,000 项符合「2D物理模拟」的源代码
代码结果 10,000
www.eeworm.com/read/398645/7932762
java gmcanvas.java
/*
* GmCanvas.java
*
* Created on 2007年7月6日, 下午5:01
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/*
* 得在模拟器目录下wtklib\devi
www.eeworm.com/read/142254/12954226
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 计算机小数计算模拟器.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/141056/13045272
~cpp opcst_x.~cpp
#include "opcst_x.h"
//////模拟应用环境
#include "stdio.h"
HINSTANCE hInstance;//模块实例
SOPCRegisterInfo OPCRegInfo = //OPC DA系统注册表信息
{
"OPC Server of Inprocess" ,
"OPCDA.Inprocess(BCB)" ,
{
www.eeworm.com/read/141056/13045276
cpp opcst_x.cpp
#include "opcst_x.h"
//////模拟应用环境
#include "stdio.h"
HINSTANCE hInstance;//模块实例
SOPCRegisterInfo OPCRegInfo = //OPC DA系统注册表信息
{
"OPC Server of Inprocess" ,
"OPCDA.Inprocess(BCB)" ,
{
www.eeworm.com/read/322707/13370389
java example7_4.java
/* 构造一个Runnable接口类,模拟航班售票窗口 */
class Threadsale implements Runnable
{
int tickets=100 ;
public void run()
{
while(true)
{
if(tickets>0)
System.out.println(Thread.currentTh
www.eeworm.com/read/316037/13531698
_c sim_24._c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 硬件I2C总线演示程序之三 */
/* 中断、从机方式(模拟24C02)
www.eeworm.com/read/316037/13531710
c sim_24.c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 硬件I2C总线演示程序之三 */
/* 中断、从机方式(模拟24C02)
www.eeworm.com/read/315789/13536601
txt chap9-5.txt
// 程序9-5
class UserThread{
void Play(int n) {
System.out.println("运行线程 NO:"+n);
try{
Thread.sleep(3); // 采用睡眠模拟程序的运行
}catch(InterruptedException e) {
www.eeworm.com/read/306788/13737682
txt iic读写汇编程序(已测试).txt
/*****
;FileName: IicSMasU.a51
;Describe: 51 系列模拟I2C 总线主控器驱动程序
;Date: 2003/11/12
;*****/
$include (IicSMasU.inc)
public _IicTxdRxd
public SlvAddr
public SubAddr
/*****************************