搜索资源列表
Answer C2
- 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str
gsht
- 公司合同管理程序 用户名和密码为admin 下载后用记事本打开login.asp自己改 /// //// If ((UCase(\"admin\") = UCase(sUserId)) And (UCase(\"admin\") = UCase(sPassWd))) Then /////////////// -contract management procedures user name and password for the admin download using
myknapsack
- a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
7777777sw
- 一个简单的学生管理系统,是用C/C++混合写的,但由于时间不足。。。只有几个小时,所以做得不是很理想,但如果只是学习用,那就完全没问题了。-a simple student management system is the use of C / C was mixed, but because of the lack of time. . . Only a few hours, so do it is not ideal, but if only to study, it did not com
Bank_Simulation
- 银行业务情况模拟(银行有四个柜台。客户随机地进入银行办理业务,每个人办理业务需要的时间也是随机确定。客户进入银行后选择队列最短的队列排队,如果队列都一样长,则随机选择一个队列排队。客户进入队列后,如果是队列第一个,则接受银行服务,直到服务完成,然后离开银行。-banking business of simulation (4 bank counters. Random access to customer bank business, Everyone transacting business
NewApp
- vc工具开发的一个可以运行于windows平台的服务程序模板,可以稍加改动,使程序如系统的服务程序一样运行。-vc development of a tool can be run on the windows platform services for the template, can tamper with the process, if the system of services for the same operation.
ls
- LS by Cao Siqin, 2007.7.17 ls [-l/-w/-s][-d/-f][-acpo!?] [path or file name mask1] [mask2 ...] Options: -? : display this help -l : list details -a : list all files -w/s : list in a line, file names are sepatated by tab -p : file n
2005042718520726994
- 世界编程大赛一等奖作品 进去是一个3D游戏的旋转界面,还有一段美妙的音乐,真是牛!!! 快去看看吧-won the World Programming Contest entries into the game is a 3D rotating interface, there is still some wonderful music, really awesome! ! ! Giving vent to see if it
LOCK
- 一个可以锁屏幕的小程序,类似网吧的挂机锁。 1.本系统界面友好,容易操作。 2.本系统用于挂机,可以用于网吧游戏挂机锁住屏幕。 3.本系统能显示开始挂机时间和挂机所用时间。 4.本系统最大的特点是可以用屏幕键盘输入密码和隐藏窗口(类似QQ)。 5.本系统是通过修改注册表来禁止任务管理器的,不过系统退出会还原注册表。 下一版本改为远程注入来禁止任务管理器。 6.本系统还禁止了系统热键,任务条,开始键等。 7.本系统使用了不少技巧,其中参考了不少人的代码,这里不一一
1_Factorial
- 计算10000的阶乘,结果存储在out.txt中。 如果算更大的数,注意更改数组大小。-10000 calculated the factorial, the result is stored in the in out.txt. If a greater number of operators, pay attention to changes in the size of the array.
Texteditor
- 控制台的文本编辑器 很适用于新手学习 老手就算了-Console text editor is applicable even if the veteran novice learning
Pro
- Networking P2P, where one client sent request to share a file data while the other peers search the file, if found then send the file to the 1st peer-Networking P2P, where one client sent request to share a file data while the other peers search the
MLTITHRD.14
- 两个矩形,告诉你矩形1,矩形2的面积和他们的总面积,请你求两矩形重叠部分的面积。如果给你的情况不存在,就输出Impossible。-Two rectangles, to tell you a rectangle, rectangular area and two of their total area, please seek two rectangles overlap area. If you give your situation does not exist, the output Im
yuanma
- 串口和RAM通讯测试程序 你自己摸索吧 我也不知道怎么说明-i do not know how to say it sorry and if you need call me!
OA.WatcherFile
- 监视特定文件夹,如果该文件夹被删除,自动创建该文件夹-Monitor a specific folder, if the folder is deleted, the folder is automatically created
USBSerial
- 读取U盘序列号,保存在USBSerial数组里。 2). 验证 第一次运行程序读取U盘序列号存放在 C:\Windows\system32\USBSerial.dat文件中 以后运行检验读取到的U盘序列号与保存在文件中的是否一致, 若相同,置 gTag 为1 若不一致,置 gTag 为0 -Read U disk serial number, stored in an array USBSerial inside. 2). Verified for the firs
TrueColors_demo
- The effect you would like to display to the user, usually indicating what would happen if a drop occurred at this point with the selected data. Typically, this is the value returned by the most recent call to CView::OnDragEnter or CView::OnDragOver.
preprocessor
- Handling preprocessor directives. Write a program that processes a preprocessor directive in the file containing the program in C. Should properly handle the directive # include, # define, # ifdef and ifndef. In the implementation of # de
dtgh_basic_2
- 动态规划典型题型的加强版,本题有一点难度,如果弄懂对动态规划的概念肯定提升很大!-Typical Questions in strengthening the dynamic programming version, the title a bit difficult, if the hang of the concept of dynamic planning certainly enhance the great!
if-else-program
- C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition