搜索资源列表
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
DotNetCodes_v1.0
- 在.net开发中,一些常用的功能性代码,可以减少许多开发时间,而且类与类之间没有什么依赖,每个类都可以单独拿出来使用 包含的内容有:Chart图形,FTP操作类,汉字转拼音,缓存,上传下载,时间戳,条形码,文件操作类,正则表达式等-In net development, some of the common features of the code, you can reduce a lot of development time, and there is no dependency be