搜索资源列表
pictureshow2005
- C#编写的图片浏览程序,解决了FileListBox在C#中不能得到目录文件数。-C# prepared by the Photo View procedure to solve the FileListBox in C# is not the catalog number.
罚函数内点法程序
- 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C + + compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
md5编码生成器
- md5的反编码生成器, 测试可以破解五位字符的md5加密,六位以上需要大量的空间。-md5 anti-generator coding, testing can solve the problem of five characters md5 encrypted, six more than needed a lot of space.
ACDSee2.44
- A.文件系统不能解决数据冗余和数据独立性问题,而数据库系统可解决这类问题 B.文件系统只能管理少量数据,而数据库系统则能管理大量数据 C.文件系统只能管理程序文件,而数据库系统则能管理各种类型的文件 D.文件系统简单,而数据库系统复杂 -A. file system can not solve the data redundancy and data independence, and database systems solve these problems B. do
shenchanxiaofei
- 实现多线程通信,生产这与消费者问题在次的到解决。-multi-thread communication, and production of these consumer issues in the time to solve.
OfficePlat
- 这是使用AspnetUpload控件来将文件的上传到服务器,基于网络的,可解决大文件上传问题,演示请先下载AspnetUpload控件-AspnetUpload This is the use to control file uploads to the server, network-based, large file uploads solve the problem, please download demo AspnetUpload Controls
Duo_xiang_shi_c
- 多项式求值问题的解决,数据由文件输入-polynomial evaluates solve the problem, the importation of data from the document.
jifen124
- 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
tsp.c
- 用C语言解决TSP问题的部分源代码,编译环境DOS-C language to solve the TSP source code, compile DOS environment
8queenc
- 1) 【八皇后问题】设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试编写一个递归算法,求解并输出此问题的所有合法布局。-1) [8 Queen's problems -- in the initial state in the international chess pieces on no
2004061422341
- C编译器源码,包括各各代码 但可能还存在一定问题,希望大家能帮忙解决 -C compiler source code, including Calvary code may still exist on certain issues, I hope you will help solve Thank you
Sorting
- 各种解决序列问题-solve various problems sequence
30
- 解决奇偶间的问题-solve the problems between Parity
genetic_src
- Genetic algorithm written in C#. It can be used to solve TSP, Time series, non-convex programming problems.
N_queue
- 根据回朔法思想来求解N皇后问题,用递归来实现回朔.-Thought to solve N Queen's problems, and use recursion to achieve back Schomburg.
hanoihanoi1
- 一个典型的问题hanoi问题,这里用了一个递归函数来解决的-a typical problem Hanoi, here used a recursive function to solve the
TreeViewRightClick2
- 解决wpf控件Treeview的鼠标右键无法选中Item问题-Wpf control to solve the right Treeview problem can not be selected Item
Nonlinear-equation-solve
- 非线性方程,方程组求解,利用求非线性方程实根的对分法和求非线性方程组一组实根的梯度法-Nonlinear equation solve
solve-sudoku-game
- solve sudoku game, using csharp, incomplete software but it can solve all sudoku game
Solve Third Order Equation
- How to find the solutions of a third order equation by using C#.