CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Win32
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - Win32 - List
[
Mathimatics-Numerical algorithms
]
fibnum.zip
DL : 0
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。
Date
: 2025-12-21
Size
: 67.88kb
User
:
[
Mathimatics-Numerical algorithms
]
win32下pascal词法分析程序的源程序
DL : 0
这是一个用来编译pascal的一个小程序有些还不行但也发了-This is a compiler for a small pascal procedures it is not enough for some but also made a
Date
: 2008-10-13
Size
: 36.19kb
User
:
张事实
[
Mathimatics-Numerical algorithms
]
fibnum
DL : 0
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
Date
: 2025-12-21
Size
: 68kb
User
:
杨广铭
[
Mathimatics-Numerical algorithms
]
win32下pascal词法分析程序的源程序
DL : 0
这是一个用来编译pascal的一个小程序有些还不行但也发了-This is a compiler for a small pascal procedures it is not enough for some but also made a
Date
: 2025-12-21
Size
: 36kb
User
:
张事实
[
Mathimatics-Numerical algorithms
]
NLpack1-eclipse-SDK-3
DL : 0
这是个ACM 方面的号资料,你要 学习的帮手 要号号的利用它-This is a No. ACM regard the information you need to study helper to use it the No. No.
Date
: 2025-12-21
Size
: 6.32mb
User
:
andy
[
Mathimatics-Numerical algorithms
]
floorplan-source-win32
DL : 0
test the resut l llke mjhue hbjhw -test the resut l llke mjhue hbjhw hhww
Date
: 2025-12-21
Size
: 14kb
User
:
amu
[
Mathimatics-Numerical algorithms
]
DouglasPeucker-Win32
DL : 0
道格拉斯普客算法 简化数据 去除毛刺 暑期实习-Douglas Pu-off algorithm to simplify data
Date
: 2025-12-21
Size
: 14kb
User
:
亦舒雪
[
Mathimatics-Numerical algorithms
]
guitusaipao
DL : 0
模拟兔子和乌龟赛跑,用线程来控制兔子和乌龟的随机休息,和奔跑。最后报告赢家。用Vc++的win32 应用程序编的-Rabbit and tortoise race simulation with threads to control the hare and the tortoise random break and run. Final report of the winner. With Vc++ win32 application compiled
Date
: 2025-12-21
Size
: 33kb
User
:
萧潇
[
Mathimatics-Numerical algorithms
]
black-hole
DL : 0
“黑洞数又称陷阱数,是类具有奇特转换特性的整数。 任何一个数字不全相同整数,经有限“重排求差”操作,总会得某一个或一些数,这些数即为黑洞数。"重排求差"操作即把组成该数的数字重排后得到的最大数减去重排后得到的最小数。" 经过用LCC-WIN32的不断调试,终于把程序写出来了;不怎么好 还用了goto ,请大家多多提意见。源程序打包在此-"Black hole number, also known as trap number, the class has a peculiar characteristic of conversion integer number of the same failure of any integer, the limited" rearrangement poor demand "operation, will always have one or some few of these numbers is the number of black holes. "rearrangement poor demand" operation that is composed of the number of rearrangement of the number obtained by subtracting the maximum number obtained after rearrangement of the minimum number. " After continuous use of LCC-WIN32 debug, and finally write out the program not very good also with a goto, please speak up more. Source code packaged in this
Date
: 2025-12-21
Size
: 58kb
User
:
黄明
[
Mathimatics-Numerical algorithms
]
CurveFit-2.0-win32-vc10
DL : 0
CurveFit是一个用于曲线拟合优化的开发包(SDK)。在许多领域都有广泛的应用如广告,标识,服装,皮革等。在这些领域设计的图形经常使用样条曲线等高阶线条表达的,切割加工的时候需要把他们转换成机器能接受的直线和圆弧。CurveFit是这样一个库,他实现在保证几何图形精度的前提下尽可能地优化拟合这些图形,输入一些参数和数据他就能生产优化后的结果,他可以减少高达90 的线段数量。这个开发包 (SDK,曲线拟合库) 支持大多数平台,从 32位/64位Windows到Linux/Unix 系统,他也支持 .NET和 JAVA 环境. CAD/CAM系统的开发人员可以把它集成到自己的软件里面拥有超强的曲线拟合功能, 提供的详细的演示程序及源代码可以帮助你只需要很少的编程知识就能方便地集成到你的系统里面去。 - CurveFit is a software development kit (SDK) to optimize curves. In many industries like ads, clothing, leather, the designed drawing by special software is in curves, the curves would be converted to line and arcs if user want to cut out them by machine. CurveFit is the library achieves this function that simplifies the lines and arc and keep the drawing in acceptable accurate level. This library accepts solver parameters and data , then generate optimized result. It can decrease up to 90 lines and arcs quantity significantly. This SDK (curve fitting library) supports most platform from 32-bit/64-bit Windows to Linux/Unix system, it supports .NET and JAVA environment also. Developers of CAD/CAM-systems can integrate it into their software, sample demo program with source code help you integrate it with your existing system or product and minimal programming knowledge required.
Date
: 2025-12-21
Size
: 12mb
User
:
nestprofessor
[
Mathimatics-Numerical algorithms
]
pathfinding-0.1.1-win32-dist
DL : 0
Curently five algorithms are included: 1. A* (using Manhattan distance) 2. A* (using Euclidean distance) 3. A* (using Chebyshev distance) 4. Dijkstra 5. Bi-Directional Breadth-First-Search- Curently five algorithms are included: 1. A* (using Manhattan distance) 2. A* (using Euclidean distance) 3. A* (using Chebyshev distance) 4. Dijkstra 5. Bi-Directional Breadth-First-Search
Date
: 2025-12-21
Size
: 6.14mb
User
:
lishanmin
[
Mathimatics-Numerical algorithms
]
ball
DL : 0
C++ WIN32 程序,模拟跟踪子弹。-C++ win32 program,Simulation bullets
Date
: 2025-12-21
Size
: 132kb
User
:
李凡
[
Mathimatics-Numerical algorithms
]
dda2d-win32-src.zip
DL : 2
dda2d 石根华博士的DDA文件
Date
: 2014-05-05
Size
: 343.27kb
User
:
yuqingam
[
Mathimatics-Numerical algorithms
]
BFGS
DL : 0
win32 sdk 编写的对话框程序模板,不懂的可以参考- win32 sdk program written dialog template, you can not understand the reference win32 sdk program written dialog template, you can not understand the reference
Date
: 2025-12-21
Size
: 588kb
User
:
nkj
[
Mathimatics-Numerical algorithms
]
Recources_Dlg1
DL : 0
基于WIN32的模态对话框应用程序,调试通过,适合初学者学习。-Based on the modal dialog box WIN32 application, debugging through for beginners to learn.
Date
: 2025-12-21
Size
: 7kb
User
:
xinag3ie978
[
Mathimatics-Numerical algorithms
]
ZASSeyviceService
DL : 0
Win32 RAS Remote Access Service API example
Date
: 2025-12-21
Size
: 34kb
User
:
semijoin
[
Mathimatics-Numerical algorithms
]
cs-svm
DL : 0
pso优化SVM分类,直接调用win32的SVM(PSO optimizes the SVM classification and calls directly the SVM of Win32)
Date
: 2025-12-21
Size
: 16kb
User
:
scheng
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.