搜索资源列表
pasconvert
- 我自己写的Delphi下数据类型转换函数集,是多年积累而成的。-I wrote it myself Delphi data type conversion function set is from an accumulation of years.
wenMatlabFit_dn05
- 利用Matlab工具在VC dotNet中实现聚点拟合以及直径测算的程序-Matlab tool in achieving VC dotNet accumulation diameter calculation and fitting procedures
惯性矩的计算
- 一个材料力学课程的作业,用于惯性矩的计算,虽然比较小,但也是我平时学VB的积累。-a mechanical operation of the courses, for the moment of inertia, although relatively small, but I always learn is the accumulation of VB.
12684
- 清达光电的开发和技术服务人员在内部调试和协助用户调试过程中积累的一些经验,希望能对您做调试工作有所帮助, 同时希望能与您共享您的调试经验。 -Tatsu-ching photoelectric development and technical service personnel in the internal debugging and to help users debug the process of accumulation of experiences, hoping to w
windows_JNI_64bit
- Ictclas分词系统,文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System)-Ictclas segmentation system, the lexical analysis is the basis of Chinese information processing and key.
PdfMaker
- 一个Pdf文件的小程序的源码,可以用来积累文件的制作经验-Pdf document of a small program source code can be used to document the accumulation of production experience ~ ~ ~
jiaoxuedalingxitong
- 用LED数码管显示时、分、秒时间,尽量减少时间积累误差,具有秒闪功能。 最多能设置40个打铃时间点,打铃时间点数据用非易失存储器存储,防止掉电丢失数据;能逐个检查、修改、删除已设置的打铃时间点和增加打铃时间点。 对时、打铃时间点用键盘设置,键盘设计简单、易于操作。 具有强电驱动功能,便于控制220V的电铃。-LED digital display with hours, minutes, seconds, to minimize the time error accumulation
ICTCLASchinesewordsegmentation
- 中文词法分析是中文信息处理的基础与关键,中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS主要功能包括中文分词-Chinese lexical analysis is the basis for Chinese information processing and key, Chinese Academy of Sciences Institute of Computing Technology, the accumulation of years of
ADO
- 这个不多说了,程序员必备的东西,ADO最全面的中文帮助电子书,本人花了3年的时间整理积累的结晶,收录了各种实例代码等,无论新手老手都适合。-This much said, what must the programmer, ADO help the most comprehensive Chinese language e-book, I spent 3 years to organize the accumulation of crystals, a collection of various
bootloader
- 本篇文章将以开发中的 pyos 系统引导程序为例,pyos 是一个正在开发中的实验型操作 系统,它并不打算以目前任何一种运行中的操作系统为模式,而只想通过自己编写一个从头 到尾的操作系统来学习知识,积累技术-This article will guide the development process in the case pyos system, pyos is being developed in the experimental operating system, it does
7-3
- 编写一个程序,计算 1 + 2 + 3 + 4 + … + N的累加和,并把累加和以十进制形式显示出来。(不能使用公式计算“累加和=N×(N+1)/2”,必须使用程序实现循环累加来计算)。-Write a program to calculate the 1++++ 4 ... the+ N accumulation, and the sum of the decimal form is displayed. (Can not use the formula " sum = N (N+1
Monitor
- 这个模块是将板卡采集到信息按通道积累性选择性显示的模块~ -This module is the board collected information channel accumulation selectivity module ~
multi16
- 有符号16位乘法器。经典booth编码。拓扑结构为wallance树。加法器类型是进位选择加法器。-Number system: 2 s complement Multiplicand length: 16 Multiplier length: 16 Partial product generation: PPG with Radix-4 modified Booth recoding Partial product accumulation: Wallace t
sy
- 功能1:通过手动输入油管和油杆的长度按回车或添加按键到表格二中,表格中的第一列自动排序从1开始。在表格的第三列中累加每10的倍数序号长度。例如:每根油管或油杆的长度都是10 米则1-10累加一次为100,在序号10的第三列显示100, 1-20累加一次为200,在序号20的第三列显示200以此类推。在软件中有一个导出按键将这个表格导出成word或者excel中(最好是word)。 功能2:通过手动输入特殊工具的名称、长度以及入井深度(通过所有手动输入特殊工具的长度和所有手动输入加上油管或者油
changing-integration-rate-PID
- 对积分的累加速度进行改变,使之与偏差的大小相对应。-The accumulation speed of change points, so as to correspond to the size of the deviation
Robot-Simulator-LV85
- labview的机器人控制和累加,便于程序的继续设计和计算-labview robot control and accumulation, and to facilitate the calculation of the design process continues
Desktop
- OPENGL PROJECT for accumulation buffer to generate antialising
echarts
- echarts.js,支持折线图、柱状图、散点图、K线图、饼图、雷达图、地图、和弦图、力导向布局图、仪表盘以及漏斗图,同时支持任意维度的堆积和多图表混合展现。-Echarts.js support line chart, histogram, scatter map, K line graph, pie chart, radar charts, maps, and chordal graphs, force directed layout, instrument panel and a funn
自功率谱VI
- 自功率谱是分析非平稳信号频谱的重要手段。对于非平稳信号来说,利用自功率谱分析能够更容易找到信号中能量聚集区域,对信号中的频率分布有更好的了解。本文件中将其制作成独立子VI方便程序直接调用。(Self power spectrum is an important method to analyze the spectrum of non-stationary signals. For non-stationary signals, it is easier to find the energy a
Calculator
- 使用Win32编程设计一个功能及界面风格类似于Windows计算器的计算器程序,只要求实现标准型计算器。 主要实现的功能:包含基本的四则运算、倒数运算、平方根运算。并支持存储区的存储、清除、调出、累加等功能。(Using Win32 programming to design a calculator program with function and interface style similar to Windows calculator, only standard calculator