Description: 第1章 TURBO PASCAL高级编程技术
1.1 单元及其使用
1.2 与汇编语言混合编程
1.3 与C语言混合编程
1.4 过程类型及其使用
1.5 中断例程的编写方法
1.6 动态数组及其使用
1.7 扩充内存(EMS)及其使用
1.8 扩展内存(XMS)及其使用
1.9 程序的标准数据作代码处理的方法
第2章 实用工具单元
2.1 屏幕输入与输出单元ACRT
2.2 字符串处理单元ASTR
2.3 磁盘操作单元DISK
2.4 热键单元POPUP
2.5 数据库交互单元DBASE
2.6 扩充内存单元EMS
2.7 扩展内存单元XMS
2.8 数学函数单元MATH
2.9 矩阵运算单元MATRIX
2.10 概率分布函数单元PROB
2.11 复数运算单元COMPLEX
第3章 实用程序
3.1 软锁驱动器程序
3.2 锁硬盘逻辑盘程序
3.3 稿纸打印程序
3.4 源程序列表程序
3.5 查找并替换程序
3.6 备份硬盘主引导扇区程序
3.7 四通-PC文本文件转换程序
3.8 SPT文件与BMP文件的双向转换程序
3.9 数据库卡片打印程序
3.10 BATCH文件转换为COM文件程序
3.11 机密文件的有效销毁程序
3.12 释放内存程序
附录1 源程序文件索引表
附录2 各种显示卡及其显示模态表
-Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (CPU) and 1.9 The procedures for the use of the standard code for data processing method Chapter 2 2.1 Utilities modules screen input and output alone ACRT 2.2 billion string processing unit ASTR 2.3 disk operating unit DISK 2.4 hotkeys modules P OPUP 2.5 interactive database modules expand nutritional 2.6 2.7 EMS memory modules expand the memory modules Intel mathematical function modules 2.8 2.9 MATH matrix element MATRIX 2.10 probability distribution letter PROB 2.11 modular unit co Platform: |
Size: 112255 |
Author:zhangyoufu |
Hits:
Description: 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the size of the volatile data, and dynamic queue structure suitable for data processing variabl Platform: |
Size: 31045 |
Author:石大浪 |
Hits:
Description: 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the size of the volatile data, and dynamic queue structure suitable for data processing variabl Platform: |
Size: 30720 |
Author:石大浪 |
Hits:
Description: 第1章 TURBO PASCAL高级编程技术
1.1 单元及其使用
1.2 与汇编语言混合编程
1.3 与C语言混合编程
1.4 过程类型及其使用
1.5 中断例程的编写方法
1.6 动态数组及其使用
1.7 扩充内存(EMS)及其使用
1.8 扩展内存(XMS)及其使用
1.9 程序的标准数据作代码处理的方法
第2章 实用工具单元
2.1 屏幕输入与输出单元ACRT
2.2 字符串处理单元ASTR
2.3 磁盘操作单元DISK
2.4 热键单元POPUP
2.5 数据库交互单元DBASE
2.6 扩充内存单元EMS
2.7 扩展内存单元XMS
2.8 数学函数单元MATH
2.9 矩阵运算单元MATRIX
2.10 概率分布函数单元PROB
2.11 复数运算单元COMPLEX
第3章 实用程序
3.1 软锁驱动器程序
3.2 锁硬盘逻辑盘程序
3.3 稿纸打印程序
3.4 源程序列表程序
3.5 查找并替换程序
3.6 备份硬盘主引导扇区程序
3.7 四通-PC文本文件转换程序
3.8 SPT文件与BMP文件的双向转换程序
3.9 数据库卡片打印程序
3.10 BATCH文件转换为COM文件程序
3.11 机密文件的有效销毁程序
3.12 释放内存程序
附录1 源程序文件索引表
附录2 各种显示卡及其显示模态表
-Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (CPU) and 1.9 The procedures for the use of the standard code for data processing method Chapter 2 2.1 Utilities modules screen input and output alone ACRT 2.2 billion string processing unit ASTR 2.3 disk operating unit DISK 2.4 hotkeys modules P OPUP 2.5 interactive database modules expand nutritional 2.6 2.7 EMS memory modules expand the memory modules Intel mathematical function modules 2.8 2.9 MATH matrix element MATRIX 2.10 probability distribution letter PROB 2.11 modular unit co Platform: |
Size: 111616 |
Author:zhangyoufu |
Hits:
Description: ACM.. 动态规划讲义从入门到精通,动态规划在程设中是很重要的一种算法
-ACM .. dynamic programming handouts from entry to proficient, dynamic programming in the way set up is very important in an algorithm Platform: |
Size: 230400 |
Author:liangli |
Hits:
Description: 求字符串编辑距离 动态规划 设给定样本 ,样本P在文本T中的K-近似匹配(K-approximate match)是指P在T中包含最多K个差异的匹配,求K-For the string edit distance to the set of dynamic programming based sample, the sample P in the text T in the K-approximate match (K-approximate match) refers to P in T contains up to a difference in the match K, and K Platform: |
Size: 7168 |
Author:郭涛 |
Hits:
Description: PHP是一种易于学习和使用的服务器端脚本语言。只需要很少的编程知识你就能使用PHP建立一个真正交互的WEB站点。本教程并不想让你完全了解这种语言,只是能使你尽快加入开发动态web站点的行列。我假定你有一些HTML(或者HTML编辑器)的基本知识和一些编程思想。-PHP is an easy to learn and use server-side scripting language. Requires very little programming knowledge you can use PHP to build a truly interactive WEB site. This tutorial does not want you to fully understand the language, but enable you to develop dynamic web sites as soon as possible to join the ranks. I assume you have some HTML (or HTML editor) and some basic knowledge of programming ideas. Platform: |
Size: 345088 |
Author:王键 |
Hits:
Description: 编程实现最大子段和问题的求解(分别采用分治法和动态规划法求解)。-Programming the largest sub-segment and the problem solving (respectively divide and conquer and dynamic programming method to solve). Platform: |
Size: 1024 |
Author:liqiaowaner |
Hits:
Description: 单片机 Keil+proteus
并行口设计数字键盘实验
要求:掌握动态显示、动态扫描键盘的工作原理及硬、软件的设计、调试方法
掌握80C51接口硬件电路设计方法及软件编程方法
了解80C51外部中断的使用和编程方法
实验题目:并行口实现数字0~9、A~F、L、U、P、n总共20个键盘,将按键的结果用7段数码管显示出来。-Parallel Port numeric keypad test requirements: master the dynamic display, dynamic scan the keyboard works and the hardware and software design, debugging the means to acquire 80C51 interface hardware circuit design methods and software programming approach to understanding the 80C51 external interrupts use and programming methods Experimental subjects: parallel port for digital 0 ~ 9, A ~ F, L, U, P, n total of 20 keyboard, the result will be keys to use 7-segment digital tube display. Platform: |
Size: 47104 |
Author:ben202 |
Hits:
Description: 分别用动态规划的算法,用手工解决资源分配的问题。另一个是编程解决下面的问题:
一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T,使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一个三角形的权重是其各边的权重之和)。-Respectively dynamic programming algorithm, hand address the resource allocation problem. The other is programmed to solve the following problem: a convex 8-gon P, vertex clockwise of (v1, v2, ..., v8), any two vertices of the segment between the weight given by the matrix D. If vi and vj is the P is not adjacent to two vertices, then the line segment vivj known as P, a string. Seeking P, a set of strings T, makes the T all the strings just to P divided into non-overlapping triangles, and the weight of each triangle and for the minimum (the weight of a triangle is its weight of each side and) . Platform: |
Size: 322560 |
Author:liuxiaoxia |
Hits:
Description: 有几种货物,货物i的重量为W(i)价值为P(i).卡车的载重为C。问卡车依次装车如何选择货物最合算。
分别使用贪婪法和动态规划算法解决此问题。
-There are several cargo, goods, i, weight W (i) the value of P (i). Truck load of C. Q followed by loading a truck how to choose your best buy the goods. Respectively, using the greedy method and dynamic programming algorithm to solve this problem. Platform: |
Size: 43008 |
Author:vista |
Hits:
Description: aptina公司的最新MT9M033的datasheet。9M033能提供高达120dB的宽动态范围。本手册详细描述的该芯片的性能和编程说明。如果需要开发该芯片的驱动,本手册是不二之选。-aptina the company' s latest MT9M033 the datasheet. 9M033 can provide a wide dynamic range up to 120dB. This manual describes in detail the performance of the chip and programming instructions. If you need to drive the development of the chip, this manual is the best choice. Platform: |
Size: 980992 |
Author:letree |
Hits:
Description: VC++动态链接库编程,很实用的教程,看完之后就知道做一个库其实很简单,-VC++ dynamic link library programming, very useful tutorial, know what to do after reading a library is actually very simple, Platform: |
Size: 385024 |
Author:xiaofeng |
Hits:
Description: 异步串口uart的c语言编程,动态显示函数,参数p为待显示的数组名-Asynchronous serial uart c language programming, dynamic display function, parameter p array name to be displayed Platform: |
Size: 17408 |
Author:施宁 |
Hits:
Description: C++编程的基本参考资料
第一章 文件结构
第二章 程序的版式
第三章 命名规则
第四章 表达式和基本语句
第五章 常量
第六章 函数设计
第七章 内存管理
7.1内存分配方式
7.2常见的内存错误及其对策
7.3指针与数组的对比
7.4指针参数是如何传递内存的
7.5FREE和DELETE把指针怎么啦
7.6动态内存会被自动释放吗?
7.7杜绝“野指针”
7.8有了MALLOC/FREE为什么还要NEW/DELETE?
7.9内存耗尽怎么办?
7.10MALLOC/FREE的使用要点
7.12一些心得体会
第八章 C++函数的高级特性
第九章类的构造函数、析构函数与赋值函数
第十章 类的继承与组合
第十一章其它编程经验
11.1使用CONST提高函数的健壮性
1.1提高程序的效率
11.3一些有益的建议
-The basic C++ programming reference
The first chapter file structure
Layout Chapter II program
The third chapter naming
Chapter IV expression and basic statement
Chapter constants
Chapter VI Function Design
Chapter VII of the memory management
7.1 Memory allocation
7.2 common memory errors and countermeasures
7.3 Comparison of pointers and arrays
7.4 How to pass a pointer parameter memory
7.5FREE and DELETE pointer how it
7.6 Dynamic Memory will be automatically released it?
7.7 to eliminate "wild pointer"
7.8 With MALLOC/FREE why NEW/DELETE?
7.9 out of memory how to do?
7.10MALLOC/FREE use points
7.12 Some experiences
Chapter VIII of the advanced features of C++ functions
Chapter IX class constructor, destructor and assignment functions
Chapter inheritance and class combination
Chapter XI of other programming experience
11.1 Use CONST improve the robustness function
1.1 to improve the efficiency of the program
11.3 Some useful suggesti Platform: |
Size: 266240 |
Author:chenxi |
Hits:
Description: simulation and hardware implementation
of incremental conductance (IncCond) maximum
power point tracking (MPPT) used in solar array power systems
with direct control method. The main difference of the proposed
system to existing MPPT systems includes elimination of the
proportional–integral control loop and investigation of the effect of
simplifying the control circuit. Contributions are made in several
aspects of the whole system, including converter design, system
simulation, controller programming, and experimental setup. The
resultant system is capable of tracking MPPs accurately and
rapidly without steady-state oscillation, and also, its dynamic performance
is satisfactory. The IncCond algorithm is used to track
MPPs because it performs precise control under rapidly changing
atmospheric conditions. MATLAB and Simulink were employed
for simulation studies, and Code Composer Studio v3.1 was used
to program a TMS320F2812 digital signal processor. The p Platform: |
Size: 673792 |
Author:roshan |
Hits:
Description: 本书讲解了如何使用P川lOil来编写网络爬虫程序, 内容包括网络爬虫简 介, 从页面中抓取数据的三种方法, 提取缓存中的数据, 使用多个线程和进 程来进行并发抓取, 如何抓取动态页面中的内容, 与表单进行交互, 处理页 面中的验证码问题, 以及使用 Scarpy和Portia 来进行数据抓取, 并在最后使 用本书介绍的数据抓取技术对几个真实的网站进行了抓取, 旨在帮助读者活 学活用书中介绍的技术。 本书适合有一定Python 编程经验, 而且对爬虫技术感兴趣的读者阅读。(This book explains how to use P in lOil to write a web crawler program, including the introduction of web crawler, from three kinds of methods to grab the data page, extract the data in the cache, the use of multiple threads and processes for concurrent crawl, how to crawl dynamic content, interact with the form, page processing the verification code, and the use of Scarpy and Portia for data capture, data capture technology and in final use this book introduces on several real-world sites were designed to help the reader grasp, book of learning and using technology. This book is suitable for readers with some Python programming experience and readers interested in crawling technology.) Platform: |
Size: 14773248 |
Author:prvllue
|
Hits: