-
设计一个能对PASCAL语言子集完成词法分析、语法分析和生成中间代码(四元式)的编译器。...
设计一个能对PASCAL语言子集完成词法分析、语法分析和生成中间代码(四元式)的编译器。-Design of a subset of the PASCAL language complete lexical analysis, syntax analysis and generation of intermediate code (quaternion type) of the compiler.
- 2022-10-21 22:05:03下载
- 积分:1
-
EXCEL导出数据DEMOE XCEL导出数据DEMOE XCEL导出数据DEMOEXCEL导出数据DEMO
EXCEL导出数据DEMOE XCEL导出数据DEMOE XCEL导出数据DEMOEXCEL导出数据DEMO-EXCEL Export DEMOE XCEL data DEMOE XCEL export data export data export data DEMOE XCEL Export DEMOEXCEL data DEMO
- 2022-06-21 12:07:12下载
- 积分:1
-
Visison system design magazine september 2009
Visison system design magazine september 2009
- 2022-07-02 09:04:29下载
- 积分:1
-
这项工作与RAS连接创建拨号
This program work with RAS connection create a dial-up connection (find model of model from registry) and set it to default connection(work with registry) and used these API functions "RegEnumValueA" ,"RegOpenKeyA","RegOpenKeyExA","RegEnumKeyExA"
- 2022-05-30 23:47:45下载
- 积分:1
-
记录键盘的每次按键,保存在一个指定的文本文件中。
记录键盘的每次按键,保存在一个指定的文本文件中。-Records of each keyboard key, stored in a specified text file.
- 2022-07-04 09:07:16下载
- 积分:1
-
这是关于C++的光,
this is about light C++,
- 2022-04-02 04:23:36下载
- 积分:1
-
介绍水晶报表中文解释说明;介绍如何做报表的;里面有代码...
介绍水晶报表中文解释说明;介绍如何做报表的;里面有代码-introduced Chinese explanation; How do statements; There are code
- 2023-02-14 10:50:04下载
- 积分:1
-
VB编写的各种按钮样式集合,可以丰富软件界面
VB编写的各种按钮样式集合,可以丰富软件界面-VB prepared in a variety of button styles set, you can enrich the software interface
- 2022-03-11 01:49:53下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1
-
WPF 3D Tab Carousel
翻译 maninwest@Codeforge 作者:Fredrik Bornander@CodeProject
如何创建 WPF 的 3D 选项卡控件。这里将讲述 3D 旋转和摄像头计算以及如何在一小组UI视觉器中维护一大组控件。
可以在此查看You Tube视频
http://www.you tube.com/watch?v=zmDHfsRENug&feature=plcp
使用代码
下载源项目并进行构建即可。 Bornander.UI.TabCarousel 项目包含一个名为 Carousel 的用户控件,负责所有事情。
为了演示,文件 MainWindow.xaml.cs 在构造函数中有两个部分,一次用一个来测试控件不同的方面
要求
在实现控件时,我需要满足一组要求
控件必须在一组FrameworkElements 上工作,这样很多 UI 元素可以用作选项卡页
在虚拟走马灯中的 3D 面板中应该可以显示不同的 FrameworkElements
必须可以通过 下一步向前,转到特定目录从一个面板导航中其他面板
必须允许3D 面板的数量少于实际 FrameworkElements
必须通过动
- 2022-05-22 23:00:07下载
- 积分:1