搜索资源列表
求24点,学递归
- 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢。但你有没有遇到过求不出解的情况呢?是自己没有想出来还是确实无解?很难判断吧!有没有想过用电脑来求解呢。如果你有一点点VB的基础,那就让我们一起来看看该怎样用VB来求算24点吧。-calculating 24 is a very interesting public intellectual games, won many people like it. But you have never met before seeking solut
如何在LINUX下实现硬件的自动检测
- 如何在LINUX下实现硬件的自动检测?这是一个问题,如何解决,请看书!-How to do hardware detection in linux? It s a question. How to solve it? Just read the book!
xcg-XMS
- 你有没有用c语言编程时申请不到内存(申请内存太多的原因)的情况,如果有,怎么解决呢?用扩展内存吧。这里提供扩展内存支持的源程序。本程序经过本人精心编写,操作扩展内存就象在操作文件一样,非常方便!你不妨试试!-c programming language used when applying less than memory (memory for many reasons). If there is, how to solve? It used to expand memory. Here pr
DelCloseBtnInFloatToolBar
- 如何从浮动工具条中去掉Close钮,大家知道,浮动中的工具条是带X(Close)按钮的,有时候我们不想显示它,怎样解决呢?-from the floating of the tools and remove the Close button, as you know, The floating tool belt is X (Close) button, and sometimes we do not want to show it, how to solve it
AIandnetcode
- the code tell you how to solve the problems for internet using AI, and it make you master the technology and methods and so on, it will be useful to you.
asimplenetmenegmentcode
- it make you master the technology and methods and so on, it will be useful to you.the code tell you how to solve the problems for internet using AI
sa07023029
- 本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer
cvery_47098510
- attendance.exe个人考勤软件是我的一个习作,去年初调试完成后,我把它的全部源码在VC知识库网站(http://www.vckbase.com/)发表,那可以称为1.0版,当时的初衷是介绍我在开发基于对话框的VC++应用程序时如何解决打印和打印预览这个难点问题的。最近我把它又作了一些修改、完善,算作2.0版,准备上传到贵网站介绍给大家。算不上有什么多大的实用价值,一般朋友也就拿来玩玩吧,对于那些遭遇到刻薄、自私、不通人情的老板的打工朋友,可以拿它来统计一下你为你的老板没日没夜工作花费
renshiguanlixinxixitong
- 本系统是人事管理系统,它主要实现管理员如何对普通用户进行授权,如何插入、删除一个员工的信息,用户如何浏览员工的所有信息,以及用户如何查询自己想要的结果,也即是通过输入查询条件,显示符合条件的员工记录以及如何显示这个员工的全部信息。最后得提供一下如何使用这个系统,如何解决用户可能会遇到的问题以及这个系统中的难点和开发技巧等等。 -This system is the personnel management system, it is the main achievement of the adm
Bit_Saving_Algorithm
- 位存储算法的思想是按顺序存储一个一个以位为单位的数据,我们知道位不可以定义为数组,也不可以在结构体中使用,如何来解决这个问题呢?位存储算法给出了很好的解决办法-Digital storage algorithm is based on a sequence of storage spaces for a unit of data, we know that place can not be defined as an array, it can not be used in the struct
Addison.Starting.Out.with.Python.Mar.2008
- This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student
BaHuangHou
- 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
Python-ebook
- Python语言是少有的一种可以称得上即简单又功能强大的编程语言。你将惊喜地发现Python语言是多么地简单,它注重的是如何解决问题而不是编程语言的语法和结构。-Python language is rare that could be described as a simple and powerful programming language. You will be pleasantly surprised to discover how Python language is simple
settleeeaay
- it is a source about how to solve the problem in the c language learning ,aiming to explain the course of the evelator
OSdeadlock
- Deadlock and how to solve it with mutex a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW and 4 server server 1 simple server. server 2 shows wrong answer an withdraw(2 terminal - 2 threads) server 3 solve 2 server 4 sol
Cube-attack-on-toy
- 对Cube攻击的一些评价,正面和反面的都有-Hundreds of cryptographers were sitting in a dark lecture room at the University of California at Santa Barbara in the morning of Tuesday 19 August 2008 listening eagerly to Adi Shamir s hour-long talk "How to solve it: new tech
How-to-Solve-It
- 经典算法入门书籍,适合各种需要算法入门人了解比较常见的算法-Classical algorithm introductory book, suitable for all kinds of people need to understand the more common algorithms start the algorithm
How-Use-ODE45-to-solve-Boundary-Value-ODE
- In MATLAB, usually we use function bvp4c() to solve boundary value problem (BVP) of ODE. However, we also can use function ode45() to solve BVP of ODE too. However, ode45() needs all initial values at one point. Therefore we have to construct an auxi
img
- java programme how to solve it and describe
share
- 像往常一样打开了网上邻居,当双击对应的局域网电脑时却出现提示:“Workgroup无法访问.您可能没有权限使用网络资源.请与这台服务器管理员联系以查明您是否有访问权限”。遇到这样的问题应该怎样解决呢?-As usual, open My Network Places, double-click the corresponding LAN computer when prompted Shique: " Workgroup is not accessible. You might not