资源列表

« 1 2 ... .65 .66 .67 .68 .69 1170.71 .72 .73 .74 .75 ... 66581 »

[Windows编程lab1-Calculator

说明:四则运算求值 求表达式的值的基本思想就是 后缀表达式求值以及如何实现 Knuth 将此概括为三个步骤: 对中缀表达式进行语法分析 中缀表达式到后缀表达式的转换 对后缀表达式求值 思路:首先利用栈A把四则运算的字符串从中序表达式转换成后序表达式;然后对后序表达式,如果是数字则保存到另一个栈B中,如果是运算符(+,-,*,/)就从栈B中依次获取栈顶两个操作数进行运算,运算结果再压栈B,如此反复,最终栈B中最后的值就是运算结果。-Cacluate t
<hinata> 在 2025-07-28 上传 | 大小:3kb | 下载:0

[数据库编程fastdb-376

说明:FastDB源码,可在Vistual studio中编译通过。 包含所有的源代码,根据需要编译动态链接库或者静态链接库。-FastDB source files
<ted.tu> 在 2025-07-28 上传 | 大小:1.71mb | 下载:0

[C#编程Opengl

说明:使用OpenGL程序接口,创建3维字体,可以使用上下键改变观察方向。-Use OpenGL programming interface, to create three-dimensional fonts, you can use the arrow keys to change the viewing direction.
<王伟> 在 2025-07-28 上传 | 大小:40kb | 下载:0

[C#编程Mutual

说明:Chaos Mutual Information
<Felipe> 在 2025-07-28 上传 | 大小:1kb | 下载:0

[C#编程FalseNearest

说明:Chaos False Nearest Neighbor
<Felipe> 在 2025-07-28 上传 | 大小:2kb | 下载:0

[控制台(字符窗口)编程profileINI

说明:library ultiplataforma to access the INI file
<tbandeira> 在 2025-07-28 上传 | 大小:2kb | 下载:0

[C#编程CSharpPhotoDeal

说明:C#图像处理源代码,比较全面,直接可以用,也可以嵌入到系统中,欢迎分享。-C# image processing source code, more comprehensive, can be used directly, can also be embedded into the system, please share.
<张张> 在 2025-07-28 上传 | 大小:2.39mb | 下载:0

[Windows编程Servlet-Hibernate-Pagination

说明:pagination project with combination of servlet and hibernate
<sonu> 在 2025-07-28 上传 | 大小:28kb | 下载:0

[其他小程序DebianPacker_1_3_2

说明:打包解包DEB 非常简单快捷。是ios破解爱好者的福音-Packing and unpacking DEB
<赵文> 在 2025-07-28 上传 | 大小:1.14mb | 下载:0

[控制台(字符窗口)编程Program

说明:implementation of gbest pso for given fitness function
<Sana Azam> 在 2025-07-28 上传 | 大小:3kb | 下载:0

[其他小程序multithreaded-server.c

说明:Multithreaded server with ZeroMQ
<onpe> 在 2025-07-28 上传 | 大小:1kb | 下载:0

[其他小程序ieee909beefc-66ce-20141108025618

说明:Array synthesis of antenna
<Mehrad> 在 2025-07-28 上传 | 大小:178kb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 1170.71 .72 .73 .74 .75 ... 66581 »

源码中国 www.ymcn.org