搜索资源列表
20040728c++huoqucdrom
- 一台机器可能有不止一个CD-ROM驱动器。现在CD-ROM已经是PC机的标准配置,此外再装个可擦写的光盘驱动,甚至是DVD都是很常见的事情。不管一台机器上装多少个不同的驱动器,如何找到它们呢?请用下程序-a machine may have more than one CD-ROM drive. Now CD-ROM is PC's standard configuration, in addition to rearm-erasable CD-ROM drive, even DVD i
汇编编写电话号码表
- 查找电话号码PHONE,建立一个存放50项的电话号码表,包括人名和电话号码,程序可以添加新号码,可以查询号码,可以显示全部号码,利用子程序结构编写-PHONE find telephone numbers, to establish a store 50 phone numbers table, include the names and telephone numbers, procedures can add new numbers, the number of inquiries can
li_0101
- /*DCT和IDCT快速变换的C语言实现 仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运 算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开, 寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节 点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagr
学生数据系统
- 学生数据系统,功能比较完整 操作菜单: (可以输入0~14共15个数字键操作,0是退出系统) 1)新建链表? 2)新建文件? 3)读取文件资料? 4)显示成绩的前几名? 5)查找并显示学生个人资料? 6)显示所有学生的成绩? 7)找出学生中重复的号码并显示? 8)删除学生资料? 9)把新建的链表添加到资料中? 10)查询并修改学生资料? 11)统计输入的学生资料总数? 12)排序 (总成绩\\语文\\数学\\英语\\
CoupleInt
- 寻找数对,所谓数对,即a+b与a-b都是自然数的平方-find a few right, a few so-called right, and that is a a b-b is the square of the number of natural
2006062809261810299
- 程序说明: 本程序可输入员工资料,并按姓名的升序存放到磁盘文件中, 可显示指定的工资表磁盘文件的所有内容, 可查找指定姓名的查找, 可根据姓名删除记录,还可以一次性插入多个个记录。-procedures Note : This procedure may import information staff, together with the names of ascending documents stored to disk, can show that the wage sp
cameradriverov511
- OV511+摄像头驱动开发 本篇适合没有接触过驱动或者初学驱动的朋友。运行本程序以及源代码都请先看 ReadMe.txt 文件。 在本文中阐述的驱动是用windriver做出来的,没有采用DDK或DriverStudio,可能看起来并不像是一个”很正式“的驱动,而且本文中的驱动程序不可以用于DirectShow接口。对于DDK和DriverStudio我也了解了一些内容,在刚开始的时候我是满怀激情的想用DDK或DriverStudio的,很快我的激情之火就被无情的熄灭了,对于一个完
charsearch
- Visual C++中 输入一串字符串 用户可查找其他任何字符 并统计次数-Visual C input string a bunch of other users can find any number of characters and Statistics
LibraryManagers
- 1)要求能够对图书资料进行管理,如登记新书,删除不存在的书目,对已经变更的图书信息进行修改,还可以根据多种条件从数据库中查询书目的详细信息。 2)要求能对新读者信息进行登记,对已经变更的读者信息进行修改,对不再借阅的读者信息进行删除。还可以查询读者的详细信息,以及读者借阅过的书目和正在借阅的书目。 3)提供借阅登记表和返还登记表来管理借阅,并且提供查询借阅次数最高的前10个书目。 -a) request to the library for information managemen
MASM_PHONE
- (1)要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; (2)程序可接收输入人名及相应的电话号码,并把它们加入电话号码表中; (3)凡有新的输入后,程序应按人名对电话号码表重新排序; (4)程序可接受需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上以如下格式显示出来。 -(1) require the establishment of a procedure can be stored 50 phone numb
Do_Disk
- 用于查看FAT表,查找扇区数,起始簇链,很好用的,多看看!! -to view FAT table, to find out the number of sectors, the initial cluster chain, the good, and see! !
simpleMathFunctions
- some simple but time wasting math logic 一些不难但麻烦(适合用电脑作)的数学函数的源码 1.Test for Prime numbers 2.Find the factorial of a number 3.Find the triangle(total sum) of a number 4.Reverse every integer of a number 5.Find any power of any value 6.Fin
c-program-find-palindrome
- to find whether the number is palindrome or not without using string functions,checking palindrome in C -to find whether the number is palindrome or not without using string functions,checking palindrome in C
codes
- 1) it is code which gives lcm and gcd of 2 numbers. 2) to check if a number satisfies 2 out of 5 condition. 3) to check if the number is odd or even. 4) to square a given number. 5) to find number of 0s and 1s in a given binary number.
Find-QQ-friends
- 查找QQ好友,根据朋友网信息,查找熟悉的朋友但是不知道他QQ号。-Find QQ friends, friends network, find familiar friends but do not know his QQ number.
the-maximum-number
- 查找最大数程序,从内部数据存储器50H~59H中找出最大的数把它存在20H中-Find the maximum number of programs, find the largest number from the internal data memory 50H ~ 59H 20H put it there in the
find
- 有n个整数(1<=n<=100)按由小到大顺序存放在一个数组中,输入一个数m,要求用折半查找法找出该数是数组中第几个元素的值。如果该数不在数组中,则输出“Not found.” -There are n integers (1 <= n <= 100) by ascending sequence stored in an array, enter a number m, asked to use a binary search method to find the
prime-number-in-1~100
- 求1~100中间的素数代码, -Find a prime number to 100 in the middle of the code, find a prime number to 100 in the middle of the code,
Find-Max-Min
- 生成随机数字点击查询后自动查找最大值最小值-Automatically find the maximum value of the minimum random number generated after clicking Query
number-of-negative
- 统计负数个数以及找出真值数最大与最小的数字输出-Statistical negative number and find out the true value of the maximum and minimum number of digital output