Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - solve
Search - solve - List
MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, interrupted proceedings automatically, but when interrupted return, the main program to re-enter the state of sleep. If in the event of disruption, from the main program needs sleep, then the need to interrupt proceedings to amend the SP stack, C language instruction can not change the contents of stack can be used C and Assembly Language Programming hybrid method to solve this problem.
Update : 2008-10-13 Size : 39890 Publisher : lj

matlab,对解决学习中遇到的实际问题会有很大的帮助-Matlab, learning to solve practical problems encountered in will be a big help
Update : 2008-10-13 Size : 4535 Publisher : 江跃勇

DL : 0
这是Maple下使用的“吴方法”推理求解多项式方程组的源代码。-use of the "Wu's Method" reasoning to solve polynomial equations source.
Update : 2008-10-13 Size : 21061 Publisher : 刘源

Linux内核是一个整体是结构,因此向内核添加任何东西,或者删除某些功能,都十分困难。为了解决这个问题引入了内核机制。从而可以动态的想内核中添加或者删除模块。-Linux is a kernel of the whole structure, it added to the kernel anything, or delete certain functions are very difficult. To solve this problem the introduction of core mechanism. Thus dynamic kernel to add or delete modules.
Update : 2008-10-13 Size : 3145 Publisher : 李明

这是一个用DES算法解决的加密解密文件的程序!-This is an algorithm used to solve the DES encryption and decryption procedures document!
Update : 2008-10-13 Size : 7995 Publisher : 过西荣

DL : 0
教你如何比较方便地求解一个大数除另外一个整数的余数。-teach you how to solve a convenient addition to a lump sum for another round of the remainder.
Update : 2008-10-13 Size : 2555 Publisher : 刘光熠

众所周知,在资源管理中双击一个VC工程文件,如果这时至少有一个VC在运行,系统总是用一个已打开的VC窗口来打开这个工程,这可能不是我们所希望的。使用这个COM组件可以解决这个问题。组件注册之后,当右键点击*.dsw文件时,弹出的菜单中多出 \"Open With new VC\" 这个菜单项,选择它就会启动新的VC并打开工程。-As we all know, in resource management projects VC double-click a document, then at least one VC in operation, the system has always used an open window to open the VC of this project, which might not be what we want. The use of the COM can solve this problem. Component registration later, when the Right click *. DSW paper, the pop-up menu over "Open With new VC" menu item, select it will launch a new VC and open the project.
Update : 2008-10-13 Size : 49337 Publisher : 江健

三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
Update : 2008-10-13 Size : 220312 Publisher : 刘源

DL : 0
频率计的设计报告,提供给大家,共享一下,望能解决大家的燃眉之急-Cymometer design reports to the public, sharing that we hope can solve the urgent needs
Update : 2008-10-13 Size : 103441 Publisher : 任自亮

用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This paper discusses how to use the standard template library (STL), the class template and the template function, as well as other programming techniques to solve practical problems. This involves a collection contains STL and vector function template, template type, constant testing, error handling and use of the STL file I / O. To read the paper, you should be familiar with C, familiar with the class template and template functions. This pooling a large amount of information to guide you gradually reading. This paper questions, and solutions designed to guide readers. I hope you will like.
Update : 2008-10-13 Size : 5082 Publisher : 海贵

你用过ASP.NET编程吗?这个ASP.NET导航栏控件可以帮你解决很多问题。你可以举一反三学习到更多的知识!-you used ASP.NET programming? The navigation bar ASP.NET controls can help you solve many problems. You can learn to draw inferences from more knowledge!
Update : 2008-10-13 Size : 37220 Publisher : 王历历

Otherants
DL : 0
用蚂蚁算法解决TSP的70点问题,没有密码,解压之后就能直接运行-ant algorithm used to solve the TSP 70 points, no password can be extracted directly after Operation
Update : 2008-10-13 Size : 35318 Publisher : 刘洋

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It can solve C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm. -Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It can solve C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm.
Update : 2008-10-13 Size : 461950 Publisher : 陈中

对于求解线性方程组,松迟法不为一种好方法.本程序着重于 用L D U来求解. -for solving linear equations, the late Tony not for a better method. This program focuses on D U of L to solve.
Update : 2008-10-13 Size : 1573 Publisher : lee

使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if we did not work in time to delete the directory Debug or Release directory, there will be a lot of garbage in the middle document retention in our system. We occupy a lot of hard drive space. However, if every time we build a project on End to manually delete these unnecessary documents, the trouble is a thing. To solve this inconvenience, and I spent some time writing a recursive delete specified files and directories of small tools.
Update : 2008-10-13 Size : 15827 Publisher : 涂飞

MATLAB边值问题求解的文档和源代码,好东西啊,强烈推举爱女-MATLAB to solve boundary value problems for the documentation and source code, good things ah, strongly favored daughter elected
Update : 2008-10-13 Size : 200178 Publisher : 和气会

程序源代码之二,关于VC++设计中的部件设计,能帮助你解决部分问题。-source code bis, VC on the design of components designed to help you solve some problems.
Update : 2008-10-13 Size : 1075700 Publisher : 小张

DL : 0
一个帮你解决令人头疼的离散数学的方案.希望对一些想提高效率的人有帮助-help you solve a baffling Discrete Mathematics program. Some hope to improve efficiency to help people
Update : 2008-10-13 Size : 293454 Publisher : 王安耀

本人是在写一个服务程序时遇到了无法获取映射驱动器的问题,通过解决该问题有一些体会. 关键词:服务,当前用户,映射驱动,令牌器,CreateService,ChangeServiceConfig2, ImpersonateLoggedOnUser-I was writing a service program encountered a lack of access to the drive mapping problem, to solve the problem through some experience. Key words : service, the current user, mapping drives, token devices, CreateService, ChangeServiceConfig2, ImpersonateLoggedOnUser
Update : 2008-10-13 Size : 2251 Publisher : xb

本程序是为了解决教务处对学生进行学习计划的辅助制定。一个学生在一个学期可以同时学习多门课程,同一学期的各门课程之间必须不存在次序关系,主要功能是制定课程计划使学生可以在最短时间内学完所有课程。-this procedure is to solve the office of student learning of supporting development. A student in a semester can also learn more courses, the same semester of the course do not exist between the priority, the main function is to develop programs so that students can learn in the shortest possible time to complete all courses.
Update : 2008-10-13 Size : 6538 Publisher : lucky100
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.