码迷,mamicode.com
首页 >  
搜索关键字:dynamic program    ( 12758个结果
Advanced Character Physics
## Introduction读这篇论文的机缘巧合很有趣,我在Unity3D的Asset Store上看到一个叫做[Dyanmic Bones](http://u3d.as/content/will-hong/dynamic-bone/7fH)的项目,使用物理动画真实地模拟了角色的躯干动作,20$还...
分类:其他好文   时间:2014-05-10 07:25:47    阅读次数:299
代理模式(Proxy)
参考资料《大话设计模式》using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ds_proxy{ class Program { static ...
分类:其他好文   时间:2014-05-10 05:15:33    阅读次数:290
Linux System Programming 学习笔记(一) 介绍
1. Linux系统编程的三大基石:系统调用、C语言库、C编译器系统调用:内核向用户级程序提供服务的唯一接口。在i386中,用户级程序执行软件中断指令 INT n 之后切换至内核空间用户程序通过寄存器告知内核执行系统调用的所需参数2. API 和 ABIAPI:application program...
分类:系统相关   时间:2014-05-10 03:22:26    阅读次数:321
Resource of Data Mining Link (May)
1.0 Data MiningUIC: IDS 572: Data Mining for Business Fall, 2005. On-site MBA program for CNA withClementine.http://www.uic.edu/classes/idsc/ids572cna...
分类:其他好文   时间:2014-05-09 23:32:38    阅读次数:337
.NET(C#):获取进程的内存私有工作集
将读取的数据写到log.txt文件中,先在工程下新建一个log.txt文件public class Program { public const string LOGGER_FILE = "log.txt"; public static void Logger(st...
分类:Web程序   时间:2014-05-09 23:03:52    阅读次数:843
一个浏览器循环刷新网页的例子
class Program { public static void Main(string[] args) { int i=0; String[] urlarray = new String[] { "http://ww...
分类:Web程序   时间:2014-05-09 16:06:58    阅读次数:327
使用lib.exe生成.lib文件
当我们下载后发现只有DLL,没有LIB的时候,只能自己生成了。以生成sqlite的lib文件为例:在:\Program Files\Microsoft Visual Studio 8\VC\bin里面有个lib.exe用拿生成lib,但默认是不能运行的,缺少几个文件把:\Program Files\...
分类:其他好文   时间:2014-05-09 15:33:32    阅读次数:304
SXH232摄像头使用示范
It occurred to me suddenly that I wanted to program the our camera sensor for PC desktop, just like the one purchased from shop, which can make the video recording. Finally although the result seemed ...
分类:其他好文   时间:2014-05-09 14:58:02    阅读次数:373
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
(转)MFC的一些宏的整理 (DECLARE_DYNCREATE/IMPLEMENT_DYNCREATE)
很早看了MFC的一些宏的实现,什么RUNTIME_CLASS, DECLARE_DYNAMIC, DECLARE_DYNCREATE,IMPLEMENT_DYNCREATE, etc,看了就烦,现在整理下,免的忘了.代码实现(注:以下宏及其实现取自MFC)DECLARE_DYNAMICDefine:...
分类:其他好文   时间:2014-05-09 08:55:20    阅读次数:405
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!