-
实时内存统计
实时内存统计-It is a project to realize real time memory Statistics
- 2022-05-05 01:56:10下载
- 积分:1
-
程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投
程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投稿 超强用户权限设置- Programming: Flyangel used vb.net c# asp.net xml and so on most
greatly specially is the core function module Characteristic: The
formidable backstage management function anonymous supports two levels
of classified supports to submit a piece of writing for publication
the ultra strong user jurisdiction to establish
- 2022-07-22 15:36:56下载
- 积分:1
-
综合信息平台SP接入协议
综合信息平台SP接入协议-integrated information platform SP Access Protocol
- 2022-03-04 14:37:50下载
- 积分:1
-
为无LIB的DLL制作LIB函数符号输入库
为无LIB的DLL制作LIB函数符号输入库-without LIB production LIB DLL function symbols for the importation
- 2022-08-13 09:57:03下载
- 积分:1
-
SQL Server 2000 学习心得
SQL Server 2000 学习心得-learning experience
- 2022-02-14 09:38:57下载
- 积分:1
-
DriverWorks开发PCI驱动流程(转载 龙亚春先生 大作)
DriverWorks开发PCI驱动流程(转载 龙亚春先生 大作)-DriverWorks development of PCI-driven processes (Mr. Long Yachun reproduced masterpiece)
- 2022-03-19 17:38:54下载
- 积分:1
-
MySQL参考手册,文档的在线MySQL的大部分都是英文的,T.
MySQL中文参考手册,网上MYSQL的文档大多数是英文的,此文档是MySQL编程者的福音-MySQL reference manual, online MYSQL majority of the documents are in English, this document is MySQL Programming the Gospel
- 2022-01-28 04:34:38下载
- 积分:1
-
程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游...
程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。在整个字符串结束后直接退到dos环境-procedures hello first definition of a function call int 21 hours mov ah, 09 to show string, ds : dx definition string position to use a 80 x 25 interface to make the whole process more attractive game int main program called BIOS on the 9th of 10 functions to achieve the goal of text color and positioning. Game int main program can use 16 mov ah, 00 input from the keyboard to read characters in the call int 21 mov ah, 01 for keyboard input the screen were al = input characters using cmp directive of input text and the text more goals and used the wrong choice of words to the imported characters shown as red, to the correct input characters shown as green. The entire string after the end of direct retreated dos environmen
- 2022-04-22 08:58:00下载
- 积分:1
-
怎样在系统中设置Java的环境变量
怎样在系统中设置Java的环境变量-how to set up the system environment variables Java
- 2022-02-10 01:29:14下载
- 积分:1
-
classic procedures hundred cases == 1
经典c程序100例==1--10 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("
") for(i=1 i
- 2022-05-24 10:08:08下载
- 积分:1