搜索资源列表
atlyfscript
- 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very c
wgui_draw_manager
- MTK平台(plutommi)各个控件的绘制函数以及模板绘制函数的实现-MTK platform (plutommi) the drawing of each control function and the realization of the function template to draw
33TcpipMultiHomingEx
- symbian 第二版,使用draw函数的一个例子,用于图形绘制很有用。-symbian second edition, the use of draw an example of function, useful for graphics rendering.
MTKformmappingmechanism(on)
- MTK窗体绘制机制(上)典型的窗口入口函数,窗口的进入都是通过类似的这种 entry××function() 来实现-MTK form mapping mechanism (on) the entrance of a typical window functions, to enter through the window similar to this entry × × function () to achieve
EComShape
- 实现绘制圆形、正方形、三角形三个图形的函数-To achieve draw circle, square, triangle 3 graphics functions
matlab_for_envelope
- 一个原来绘制信号包络的函数,希望对大家有帮助-An original drawing signal envelope function, we want to help
MTK_analog_clock
- MTK中的,模拟时钟绘制,阅读代码时发现这么一个函数,它根据输入的年月日,可以自动计算出星期几-MTK' s, analog clock drawing, reading code, and found such a function, it is based on the input day, month, can automatically calculate the day of the week
ResourceFile
- 使用资源文件读取字符串,在屏幕上绘制图形,并且图形自动移动。使用的回调函数和计时器。-Using a resource file to read string on the screen to draw graphics, and graphics automatically move. Use the callback function and timer.
MyCalculator
- 计算器程序,可以实现较为复杂的算式,还可以绘制由初等函数组成的任意函数的曲线,并绘制出其导数。-Calculator program, you can achieve a more complex formula, you can also draw from the primary function of an arbitrary function of the curve, and draw out its derivative.
MathPic
- 手机2D绘图软件-Eclipse Android SDK 功能: 1、绘制2D函数图像 可绘制3条 2、求零点 3、可移动,改变坐标值-Mobile 2D drawing software-Eclipse Android SDK Function: 1, 2D drawing functions to draw three images can be 2, find the zero 3, mobile, change the coordinate val
simulation-of-communication-
- 这个程序是有关通信系统的仿真,调制、解调、加噪、滤波以及统计误码率,和星座图的绘制,包含很多个独立的小函数以及一个主函数!-This program is a simulation of the communication system , modulation, demodulation , adding noise, filtering and statistical BER, and constellation mapping, contains many independent func
DCalc
- J2ME手机计算器源代码,实现了完整的数学函数运算和绘制函数图像功能。-J2ME phone calculator source code, to achieve a complete image function of mathematical functions and drawing functions.
sinDraw
- java手机开发编程语言java2me范例,绘制sin函数。-java programming language java2me mobile development paradigm, drawing sin function.
COM--communication
- 实现串口双向通信,并具有绘制函数图形(程序内绘制的是正弦函数图形需要可自己更改代码),并保存绘制的函数图片-Serial two-way communication, and has a graph a function (within the program are drawing a sine function graph need to change their code), and save the image drawing function
mousetrack
- 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。 实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (si
javafirework
- Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。 实现思路:Java模拟烟花效果,首先定义主线程的函数run()对一个烟花进行绘制。在函数run()中定义Graphics类的对象,通过程序中的算法来绘制烟花。然后实现烟花的缤纷闪烁效果,通过Thread类的Th
ballgame
- Android(迷宫小球)游戏源代码,MyCircle.java为绘制圆球主文件,在此构造圆形图形绘制函数,设置圆形图形的X、Y坐标和角度等参数;HButton.java为绘制按钮主文件,通过按钮坐标宽高与触屏的坐标进行判定按钮是否被点击;MySurfaceView.java为游戏控制,声明一个物理世界的范围对象,声明一个重力向量对象,声明胜利与失败的body,用于判定游戏的胜负,为了游戏暂停时,失败,胜利能继续可能到游戏中的状态,所以并没有将其写成一个状态,定义菜单、按钮、游戏背景图片资源等,
Desktop
- 简单地绘制BOC(1, 1)调制信号的功率谱密度及其自相关函数曲线,仅供参考。(Simple drawing BOC (1, 1) density and autocorrelation function curve of power spectrum of the signal modulation, for reference only.)
bandpass_r
- 本程序为带通滤波器函数,只需要输入序列,及相应参数,即可得到滤波后的数据及绘制出滤波后的序列频谱(This program is a band pass filter function. Only the input sequence and the corresponding parameters can be obtained, and the filtered data can be obtained and the sequence spectrum after the filter i
VC++数据曲线动态绘制显示类
- MFC编程 实现数据绘制成曲线。经兄弟推荐最终决定用两个控件MCSCOMM与TeeChart来完成此任务。MCSCOMM控件时vc自带的串口控件,TeeChart Pro是一个强大的VCL图表组件,支持上百种2D和3D图表风格,并提供40多个数学和统计函数、无限制的轴和22个调色板(MFC programming realizes data plotting into curves. After recommendation by brothers, we finally decided to