搜索资源列表
-
0下载:
8279可编程键盘/显示器接口8279的c语言练习 虽然说8279是过了气的老产品了 但编程设计上要比ch451等简单好多 所以在要求不高的情况下 先拿来练习练习,8279 programmable keyboard/display interface language for the c 8279 exercises Although 8279 is over gas the old product but the design programming than many other simp
-
-
0下载:
编写程序,从键盘输入任意一个字符串,将其内容保存到当前目录的myfile.dat文件中,然后以字符方式从文件中读取该字符串并显示。
-Programming, any keyboard input from a string, save its contents to the current directory myfile.dat files, and then approach the characters read from the file and display the strin
-
-
1下载:
编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。
-Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
-
-
1下载:
编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。
假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。
示例:括号内是说明
-Programming: programming a simple calculator four operations: from the keyboard to enter a fou
-
-
0下载:
这是一个简单的c程序计算器编程,用c程编写一个程序 可以从键盘输入一个公式,回车后得到结果:
2+44*0-7/7回车得 1
-This is a simple calculator c program programming, using c-way to prepare a procedure to keyboard input from a formula that results after the carriage return: 2+ 44* 0-7/7 Enter a
-
-
0下载:
经典编程900例(C语言)。包括DOS_BIOS编程、KEYBOARD、STRINGS等源码内容。-900 cases of classic programming (C language). Including DOS_BIOS programming, KEYBOARD, STRINGS, such as content source.
-
-
0下载:
C语言小程序大集合
几乎覆盖DOS下所有应用编程,从键盘到BIOS、内存、文件处理,再到扩展的数学库等。-C language big collection of small programs cover nearly all application programming under DOS, from the keyboard to the BIOS, memory, document processing, to expand the mathematical library.
-
-
0下载:
用C++编写的一个可以用键盘控制3D角色移动的小程序,学习游戏编程的兄弟们应该可以参考使用-Using C++ to prepare a keyboard can be used to control the movement of 3D role of small procedures, learning game programming brothers should be able to refer to the use of
-
-
0下载:
最新键盘编程,三端口即可实现16个按键。大大的节省了端口的使用!-The latest keyboard programming, three-port 16 keys can be realized. Greatly saves the use of port!
-
-
0下载:
演示键盘输入时所产生的消息序列,并在窗口的客户区显示对应的字符
-Demonstration of keyboard input when the sequence information generated, and the customer area of the window shows the corresponding characters
-
-
0下载:
Google Maps API Advanced Programming
├─6.1 GPolyline折线对象和GPolygon多边形对象
6.2 Google地图中的事件监听及响应
│ └─6.3 Google地图技巧集锦
│ ├─6.3.1 在信息窗口GInfowWindow中嵌入Flash动画
│ ├─6.3.2 Google地图的画中画效果
│ ├─6.3.3 利用鼠标和键盘事件简化操作
│ ├─6.3.4 利用GeoCoder地理编码查询信息
│ └─
-
-
0下载:
hook编程实例,里面含有两个文件夹,hook工程里面做的一个dll文件,目的是使hooktest工程页面能够在所有页面起作用。本程序一旦运行,将屏蔽所有鼠标键盘消息。请误将其适用于非正当用途-hook programming examples, which contains two folders, hook works inside to do a dll file is intended to enable hooktest project page to work on all page
-
-
0下载:
一个基于单片机的键盘扫描小程序,编程的关键在于键盘的消除抖动-A microcontroller-based keyboard scan applet, programming keyboard is the key to the elimination of jitter
-
-
0下载:
这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。
-This is a Windows API used to write on-screen keyboard. Is a good programming reference code.
-
-
0下载:
编写程序,由键盘输入一个年份(2000~2099)和月份(1~12),显示出该月的月历。
-Programming from the keyboard to enter a year (2000 ~ 2099) and the month (1 ~ 12), showing the month calendar.
-
-
0下载:
键盘输入一个高精度的正整数s(<=240位),去掉任意k个数字后剩下的数字按原左右次序将组成一个新的正整数。编程对给定的s和k,寻找一种方案,使得剩下的数最小。
输入:
s
k
输出:
最后剩下的最小数
{样例输入}
178543
4
{样例输入}
13-Keyboard input of a high-precision positive integer s (< = 240 bit), remove any remaining k-digit
-
-
0下载:
请按以下要求编程实现:
① 从键盘输入两个升序排列的整数序列linka和linkb, 每个序列以输入0为结束标记。
② 将链表linka和linkb归并为linkc,linkc仍然为升序排列。归并完成后,linka和linkb为空表。输出linkc。
③ 对linkc进行处理,保持升序不变,删除其中重复的整数,对重复的整数只保留一个,输出删除重复整数后的链表。
-Please click the following requirements programming: ① asce
-
-
0下载:
这是一个屏幕贪吃蛇的游戏编程,能够通过键盘操作,这是学C++开发必定要学的一个东西-This is a screen Snake game programming, operation through the keyboard, which is bound to learn C++ developers to learn a thing
-
-
0下载:
51单片机关于独立键盘和矩阵键盘的使用代码,使用的编程工具是uversion3(keil3)-51 SCM on the independent use of the keyboard and the keyboard matrix code, the use of programming tools is uversion3 (keil3)
-
-
0下载:
编程实现DISABLE键盘和鼠标,在生产中经常会编程控制第三方软件完成IC程序下载,此工具可有效防止在下载过程中操作员动用键盘和鼠标。-DISABLE programming keyboard and mouse, often in the production of third-party software to complete IC programming control program download, this tool can effectively prevent the ope
-