搜索资源列表
MITK.rar
- 关于mitk的所有程序及文章 ,Mitk about all the procedures and article
Java_applet
- 程序功能:在Applet 上使用鼠标在屏幕上随意画直线和画点。用户点击“画线”按钮可画直线,点击“画点”按钮可画连续点,点击“清除”按钮可清除画面上的所有内容。-The program features: the Applet, use the mouse to draw a straight line anywhere on the screen and draw points. The user clicks on the " drawing a line" button
mytoopad
- 可以将个人编程资料和心得进行加密存储,Windows桌面管理,搜索机器上所有的自启动程序并任意增删,优化Windows的INTERNET参数.-programming can be personal information and experiences encrypted storage, Windows desktop management, search all the machines since the commencement of the proceedings and any a
yuesefu
- 首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为下次报数上限,如此循环,直至所有人都出列为止。-Should first enter a value assigned to the initial reported that the maximum number of m, the procedure should be able to automatically save a list of the serial number of peo
czichengxu
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -There are numbers 1,2,3,4, how many can be composed of mutually exclusive and non-duplication of the same three-digit numbers? How many are? 1. P
ZigBee-API-
- 此文件列举了 ZigBee2006 规范兼容 Z-Stack1.4.0 版本中所有组件的 API 接口。有关各个接口的 细信息,包括数据结构和函数调用已做出详细说明,以便于程序员在开发过程中理解和使用。 PI 接口从上(应用层)至下依次介绍。-Z-Stack Programing for developer
Excel-2003-vba
- Excel 2003 vba开发,1. 比如有个工作表,经常需要更新数据,打开数据源,调整格式,添加运算公式,等等相对固定重复的工作,就可以使用Marco宏。 某天当你工作的时候,点工具-宏-录制,然后从头到尾做一次,VBA会将你的所有动作写成一个宏程序。这个宏程序有基本的语言常识都可以弄懂,但是也会有许多无用的语句。至少,以后运行宏可以节约你的重复工作时间。 2. 进一步,学习条件、循环、变量等高阶用法。-Excel 2003 vba
java3
- 实验四:毕达哥拉斯三元组 实验目的:1.嵌套的for循环。 2.使用计数器控制的循环。 3.使用“强力(brute force)”来解决问题。 问题描述:直角三角形的各边长度都可以为整数。这组代表直角三角形各边的整型值称为 毕达哥拉斯三元组。这3条边必须满足如下关系:两条直角边的平方和等于斜边的平方。在1到500的范围内,找出所有适合于side1,side2和hypotenuse的整形毕达哥拉斯三元组。使用一个3层嵌套的for循环尝试所有可能的情况。该程序是“强力
example1
- 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去-Title: 1, 2, 3, 4 digital, can be composed of a number different from each other and no duplicate numbers three digits? Are how many? Program analysis: can be fille
1
- 八皇后问题是求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局(皇后可以沿着纵横和两条斜线4个方向相互捕捉)的问题。是一种比较常见的练习C语言递归或者栈使用的程序问题。-Eight queens problem is to find an nn chessboard, place of n are not mutually capture chess " queen" of all the layout (Queens and two along the
77885
- 程序产生N个随机的整数,存放在数组a中。然后根据数组a建立线性链表, 再删除链表中所有重复元素,并输出无重复元素结点的链表结点的值 -Program generates a random integer N, stored in the array a. Then establish a linear list of the array,     Then delete all duplicate elements in the list, and output
spectrum-analysis-
- 图像频谱分析MATLAB程序,适合于所有需要的波形-Image spectrum analysis MATLAB program
rensame
- 本程序可以批量修改文件名称:打开excel,启动宏,选择文件夹,选择任意一个文件,程序把所有文件显示在第一列,用户把目标文件名写在第二列对应位置,然后运行rename程序-The macro rename file batchly, start the macro, a file, the origin file name listed in the colum 1,the user pue the destination file name in the colum 2,then run RE
Peering_Inside_the_PE
- 一种操作系统之上的可执行文件格式从许多方面反映了这种操作系统本身的情况。尽管研究可执行文件格式并不是大多数程序员的首要任务,但从中你却能够获得许多知识。在本文中,我要带你游历可移植可执行(Portable Executable,PE)文件格式,它是Microsoft设计用于所有基于Win32® 的系统,包括Windows NT® 、Win32s™ 以及Windows 95之上的可执行文件格式。在可预见的将来,PE格式会在Microsoft的所有操作系统中扮演重要角色,其中包
Database-System-Tutorial
- 数据库系统教程第三版课后答案(施伯乐),里面是这本书所有章节的课后答案,有很多SQL程序-After-school tutorial third edition answer system (Shi Bole), which is all the chapters of this book after-school answer, there are many SQL procedures
C_pristin
- 读者可以考虑一下倘若编译程序能够正确地指出代码中的所有问题, 那相应程序的错误情况会怎样?这不单指语法错误,还包括程序中的任何问题,不管它有多么隐蔽。-Readers can consider if the compiler can correctly point out all the problems in the code, and that the corresponding program error, what would happen? This not only refers t
shizhong
- 时钟所有程序,包括手表机芯,还包括秒表机芯。-Clocks All programs, including watch movements, also include stopwatch movements.