登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:Asm
  2. 代码类别:Windows编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. final

  1.写一个程序,它先接收一个字符串,然后显示其中数字符的个数、英文字母的个数和字符串的长度。 2.模拟密码输入:假设数据库中有密码5201314,用户输入一个字符串,显示的时候全都以*出现,然后判断用户输入的字符串是否与数据库中密码相同,若相同,输出“Password Right!”,否则输出 “Password Error!” 3.写一个程序,它先接收一个字符串,然后抽去其中的空格,最后按相反的顺序显示这个改变后的字符串。 4.找出负数的个数 5.求阶乘(1. Write a program that first receives a string and then displays the length in which the number of characters and English letters and the number of strings. 2. Analog password: 5201314 suppose password, the user enters a string of all time display to* appear, and then determine if the string entered by the user and the same password , if the same output Password Right! otherwise, output Password Error! 3. Write a program, it first receives a string, and then removing all spaces, and finally display the string in reverse order after this change. 4. Find the number of negative 5. factorial)

12
下载
83
浏览
2020-07-01发布

2. Detect It Easy 2.03汉化版

  WIndows编程的PE工具,可以查看导入导出函数,和查壳等等,非常好用(WIndows programming PE tools, you can see import and export functions, and shell search, etc., very useful)

0
下载
126
浏览
2020-06-21发布

3. Detect It Easy 2.03汉化版

说明:  WIndows编程的PE工具,可以查看导入导出函数,和查壳等等,非常好用(WIndows programming PE tools, you can see import and export functions, and shell search, etc., very useful)

1
下载
90
浏览
2020-06-21发布

4. IBMPC汇

  基础汇编语言介绍,对初学者有一定的帮助。。。(The introduction of basic assembly language is helpful for beginners.)

0
下载
103
浏览
2020-06-19发布

5. IBMPC汇

说明:  基础汇编语言介绍,对初学者有一定的帮助。。。(The introduction of basic assembly language is helpful for beginners.)

1
下载
103
浏览
2020-06-19发布

6. 88-16in1-driver

  unit Login 02 with delphi 071222222222212222

0
下载
119
浏览
2019-02-10发布

7. 88-16in1-driver

说明:  unit Login 02 with delphi 071222222222212222

0
下载
82
浏览
2019-02-10发布

8. mm3

  PSCAD simulation.Investigation D-STATCOM and DVR Operation for Voltage Control in Distribution Networks with a New Control Strat

6
下载
108
浏览
2018-05-04发布

9. ay171

  The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of image segmentation PLS PLS toolbox, matlab implements five gray correlation degree computing model.

1
下载
112
浏览
2017-08-21发布

10. word-change

  接收从键盘输入的字符串(字符串中包含数字、大写字符、小写字符及标点符号等等,字符串以回车符作为结束符),编写程序将其中的小写字符转换成大写字符,然后将转换后的字符串显示在屏幕上。(Receiving (string contains numbers, uppercase characters, lowercase characters and punctuation marks, etc., as the end string carriage return character) a string of keyboard input, write a program in which lowercase characters to uppercase characters, and then the converted string is displayed on the screen.)

1
下载
115
浏览
2016-06-19发布

11. baoshu

  设有n(设为17)个人围坐在圆桌周围,按顺时针给他们编号(1,2,...,n),从第1个人开始按顺时针方向加1报数,当报数到m(设为11)时,该人出列,余下的人继续进行,直到所有人出列为止。编写程序模拟这一过程,求出出列人的编号顺序。(Has n (set to 17) people sitting around the round table, clockwise to them number (1,2, ..., n), starting clockwise plus one number off the first person, when the number of reported m (to 11) to the person out of the line, the rest of the people continues until all of the columns so far. Programming simulation of this process, determine the number of people out of the column order.)

2
下载
97
浏览
2015-12-13发布

12. RTTY

  The program for the Teletype works with LTP port. Assembler i386.

1
下载
125
浏览
2015-05-30发布

13. streetlight

  street light monitoring and lighting in the domain of embedded system. It contains the embedded c coding..

1
下载
101
浏览
2015-02-27发布

14. q1

说明:  Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案。 输入 第一行包含三个正整数n、p和q。n表示扑克牌的数量,p表示魔术师的挥一挥次数,q表示师傅的问话次数。 接下来共p+q行,每行包含一个操作,操作分为2种: H i j 魔术师挥一挥,改变了第i张牌到第j张牌的正反 Q i j 师傅问话:截至目前,第i张到第j张牌中有多少张正面朝上 操作中恰好包含p次H操作,q次Q操作,与第一行的p和q吻合。H操作和Q操作的范围均包含边界(即第i张和第j张牌)。 对于每个操作,输入保证1 ≤ i ≤ j ≤ n。 输出 对于每次Q操作,输出一行,包含一个整数,表示问题的答案。 提示:线段树(Pokeface Title Description The magician will stack poker table sequentially in a row, all the initial face-up. He then every wisp will flip a series of poker pros and cons of changing their orientation. The rules handed down ancient times, the master magician Jie, they be ready to answer the teacher s questions. Question of the form: Currently playing cards i to j-card poker, there are a few face-up? As a magician s assistant, you are required to learn programming, algorithms and data structures. Now, the magician put this question to you, you need to write a program to maintain appropriate data structure to hold the cards on the table face the situation, while the master for each question, and you want to use as quickly calculate the answer. Enter The first line contains three positive integers n, p and q. n represents the number of poker, p represents the wave of the magic number, q represents the number of master s questioning. Next, a total of p+ q rows, each containi)

0
下载
116
浏览
2015-01-18发布

15. masm_smb

  Scanner Utility for shared resources. You can customize the remote password cracker. This is just blank, there are errors. Works is simple - you need to specify IP companies with open port 445 and you can get a list of all shared resources if they exist.

1
下载
93
浏览
2014-04-18发布

16. MICROPROCESSOR-PROGRAMS

  microprocessor programs.......

1
下载
89
浏览
2014-04-04发布

17. int

  windows int IRQ3中断是使用(windows int IRQ3 interrupt is using)

1
下载
99
浏览
2013-12-17发布

18. int

  windows int IRQ3中断是使用(windows int IRQ3 interrupt is using)

1
下载
75
浏览
2013-12-17发布

19. huibian

  本程序采用两重循环来实现。内层对应学生的名词计算,外层对应所有学生的名次;以GRAED为首地址的10个字来保存学生的成绩,RANK为地址的10个字填入学生的而名次(This procedure uses the double loop to achieve. Inner layer corresponds to the term student computing, the outer layer corresponds to the ranking of all students to GRAED headed by the address words to save the 10 student achievement, RANK for the address of the 10 words fill in the ranking of students)

76
下载
83
浏览
2009-12-03发布

20. trafficlights

  主要是实现完成对道路交通控制灯的设计,在(Mainly to achieve complete control of road traffic lights on the design, in)

4
下载
85
浏览
2009-07-04发布