-
pipe
Stuff. This is only to become a uploading member to start working on a Chinese language system for my programs. I will upload soon.
- 2014-10-02 01:51:22下载
- 积分:1
-
Object Pascal is a high
Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化
和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。
Object Pascal 具有一些特性以支持Borland 组件框架和RAD(快速应用程序开发)环境。在很大程
度上,本语言参考的说明和示例假定你使用Borland 公司的开发工具,如Delphi 和Kylix。
绝大多数使用Borland 开发工具的开发者是在IDE(集成开发环境)环境下编写代码并进行编译。
Borland 开发工具帮助我们设置工程和源文件的许多细节,比如维护单元的依赖信息。并且,使用这些工
具在程序的组织上还有一些限制,严格说来,这不是Object Pascal 语言规范的一部分。比如,Borland
开发工具遵循某些文件和程序的命名约定,若你在IDE 以外编写代码并使用命令行来编译,你可以避开
这些限制。
这些帮助主题假设你在IDE 环境下工作,并且使用VCL(可视化组件库)和/或 CLX(跨平台组件
库)创建应用程序。但有时候,Borland 一些特定的规则和Object Pascal 的通用规则并不相同。-Object Pascal is a high-level language compiler, strong type (of the types of data very strict inspection) features, structured and object-oriented programming. Its advantages include code readability, fast compiler, and documentation to support a number of modules to achieve modular programming. Object Pascal has some characteristics of components in support of Borland framework and RAD (Rapid should development of procedures) environment. To a large ex
- 2022-04-06 21:19:36下载
- 积分:1
-
3D视频播放器
境要求:
兼容Direct3D 11的显卡
Oculus Rift
Windows 7 或以上版本
可选: VLC 2.x
RiftVideoPlayer还支持命令行,格式为:
RiftVideoPlayer [movie filename] [-sbs]
在你选择回放视频,请先选择播放模式(2D或3D).
如果安装了VLC(查看注册表,看是否安装 HKEY_LOCAL_MACHINESOFTWAREVideoLANVLCInstallDir)则使用VLC,否则将使用Windows媒体库,这将导致某些文件无法播放。
源码里有一个Unity3D编辑器扩展,允许你使用我的ForceToRift工具运行当前场景。通过Shift-B或菜单Debug/Run触发,你可以拷贝RunOnRift.cs到你其它项目中。
- 2022-02-15 01:55:16下载
- 积分:1
-
TM32-SVPWM
STM32微处理器三想正弦马安波输出测试原代码(STM32-SVPWM Waves OUTPUT)
- 2015-06-09 09:15:09下载
- 积分:1
-
256jsq_baidu_1.0.0619
3231132213213132312311233312321(32312312132321321312312132)
- 2020-06-20 04:20:02下载
- 积分:1
-
unity3d寻路
这事一个unity3d的原生源码资源,是学习unity3d的好资源,值得收藏学习!
- 2022-01-31 14:36:18下载
- 积分:1
-
shangrenguohe
商人过河程序,找了好久才找到的程序......(shangrenguohe)
- 2009-12-04 10:57:30下载
- 积分:1
-
基于VTK的三维重建
利用VTK三维重建软件与VS2010结合,读取格式为1文件的系列图像,并能显示三维重建结果,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read the format of the series of images of 1 files, and can display three-dimensional reconstruction results, the language is C++ language)
- 2020-12-15 21:19:14下载
- 积分:1
-
FFT 快速傅里叶变换C++实现
快速傅里叶变换C 实现
- 2020-12-11下载
- 积分:1
-
8051 flash 程序编写源码
ifdef __FLASH_ISP__ /* typedef unsigned int FLADDR; void FLASH_ByteWrite (FLADDR addr, char byte); unsigned char FLASH_ByteRead (FLADDR addr); void FLASH_PageErase (FLADDR addr); void FLASH_Write (FLADDR dest, char *src, unsigned numbytes); char * FLASH_Read (char *dest, FLADDR src, unsigned numbytes); */ void FLASH_ByteWrite (FLADDR addr, char byte) { bit EA_SAVE = EA; // preserve EA char xdata * data pwrite; // FLASH write pointer EA = 0; // disable interrupts #ifdef __NULL_VDM0
- 2022-03-06 19:00:52下载
- 积分:1