搜索资源列表
PreViewDlg
- 预览式文本文件选择对话框示例, PASCAL + API 编制-preview text file selection dialog example, the preparation of API PASCAL
Delphi-Win
- 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息钩子屏蔽定时器 列举窗口及其路径简单例子 判断用户目
巴斯卡三角形層數
- 輸入巴斯卡三角形層數,顯示出巴斯卡的數值,例如:3,顯示11 121 1331-Pascal triangle input layer, showing that the value of Pascal, for example: 3, shows 111,211,331
Codesys
- Codesys 的编程例子文件,编程时可供参考-CoDeSys programming example files, programming can be used as reference
USART
- USART example micro pascal based on PIC series
RTC
- RTC example micro pascal
MicroCalc
- An example spreadsheet in Turbo Pascal.
wtitle
- WTitle.pas - change DPMI application title in Windows console wt_test.pas - example program, TMT Pascal, DPMI Platform.
c-program-example
- c程序实例 其中包含递推 杨辉三角 冒泡等各种算法-the c program instance contains recursive Pascal' s Triangle bubbling algorithm
Main
- 给出 n 条线段(数轴上的整点线段),对于在其中选择 k 条的所有方案,求选中线段的交线段包含的整点数目的和。答案取模 1e9+7。 http://codeforces.com/problemset/problem/689/E n 条线段相互交叉,形成了多个小线段。计算每个小线段被多少给出的线段包含。例如一个长 5 的小线段被 9 个线段包含,而题目要求选择 3 个区间,那麽这个小区间对答案的贡献就是 5 × pascal(9, 3)。 说起来容易,写起来还是值得学