Welcome![Sign In][Sign Up]
Location:
Search - example of a procedure in c

Search list

[Crack Hackxlspass

Description: 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~12位密码,可扩展为15位。 可先以4位数字密码来测试本程序,然后再用其它组合。 我发现网上也有类似程序,是共享程序。可能速度快一些.-this procedure will only be used for personal EXCEL forgotten password when trying to detect passwords; To reduce duplication of work and not engage in other improper use, or face the consequences of the user pays; In the text box to import Excel files a full path name, for example : C : \\ doc \\ book1.xls; in windos95/98/NT systems, installation of Excel97. This open source welcome interested netizens optimization. Little changes can be used to detect ACCESS, Word document passwords. Appropriate changes or additions password dictionary : dict.DIC (plain text), can improve detection rate. Detectability of a ~ 12 passwords, which can be expanded to 15. Can first four-digit password to test the procedures, and then spend the other combinations. I found that the Internet has a similar procedur
Platform: | Size: 16299 | Author: chen | Hits:

[Windows Develop屏幕精灵

Description: 这是一个例子程序,主要是向初学者演示一下如何利用WINSOCK在几台计 算机之间互相传输屏幕图象。 抓屏对象为正在运行“屏幕精灵”的计算机,如果关闭“文件”菜单的 “开放端口”选项,别人就无法用“屏幕精灵”查看自己的屏幕了。新建窗 口以后会自动抓第一屏,以后双击窗口就是下一屏,全屏显示后可以通过双 击来关闭全屏窗口。 该程序用C++BUILDER 4.0编译(第一次会因为缺少文件报错,不用跟他计 较,重新编译一次会自动创建的),由于该程序仅供学习参考之用,且编写较 为仓促,故程序结构略显混乱,大家可以自行做相应修改,但若将其中模块 用于商业用途请来信通知作者本人。-example of this is a process, mainly to beginners demonstrate how to use the Winsock several transmission between computer screen images. Capturing the Screen object is to run "spirit screens" of the computer, if closed "document" menu "open port" option, others will not able to "screen genies" View of the screen. The new window will automatically grasping after the first screen, double-click the window is beyond the next screen, full-screen display after double-click to close the window full screen. The program BUILDER 4.0 C compiler (the first because of the lack of documentation errors, not with his mind, a recompile will be automatically created), as the learning process only reference purposes and in the preparation of short, the procedure is sl
Platform: | Size: 315229 | Author: 刘诚 | Hits:

[Other resourceArmEmulate

Description: S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是: 1. C:\\ArmEmulate\\GPIO\\ , 这个文件夹里是GPIO的程序例子。 2. C:\\ArmEmulate\\Include, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。 3. C:\\ArmEmulate\\make, 这个文件夹里是gnu 的make工具包,所有的程序都是用makefile管理的,没有工程文件。 4. C:\\ArmEmulate\\TIMER,这个文件夹里是TIMER的程序例子。 5. C:\\ArmEmulate\\UCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。 在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makefile时设置临时环境变量。 具体使用过程,请看C:\\ArmEmulate\\Readme.txt。 -S3C4510 simulator and examples of source installation ADS1.2, followed by the installation of simulators. Simulator installation path must choose to ADS bin directory, you must have the ADS. When installed simulator carefully reading the text. Simulator installation is completed, the speedy establishment of the desktop icon S3C4510B_Board. to run this fast icon can see the development board graphics, AXD will start in the above S3C4510B_Board see results. Simulator installation is complete, will also establish folders C : \\ ArmEmulate. speedy desktop icon S3C4510B_Board refers here. This folder has five sub-folders, which are : 1. C : \\ ArmEmulate \\ GPIO \\, the folder is GPIO example of the procedure. 2. C : \\ ArmEmulate \\ Include. this folder is only a first S3C4510B.h document, S3C4510B
Platform: | Size: 1378226 | Author: zidena | Hits:

[MultiLanguage314962354

Description: 整理资料时发现了大一时C程序设计的大作业,是一个简单的联系人管理系统,有一千多行代码吗,界面布局和菜单风格都是仿照 Turbo C 做的。 在C中表现图形界面是一件很痛苦的事情,于是就做了一个折中的选择,这个程序中的“图形界面”实际上是使用字符模仿的,但工程量仍然不小,大概有一半左右的代码花在了界面的描绘上。 程序的注释非常详细,现在看起来也一点不吃力,结构也比较清晰,界面和功能基本上是分开的,扩充和修改都很容易。对于C语言的初学者来说,应该是一个不错的范例,认真看一看肯定会有收获的。-collate information found for short C program designed large operations, is a simple contact management system, with more than 1,000 lines of code?, layout and the menu interface is modeled on the style of Turbo C to do. In C for performance graphics interface is a very painful thing, and then do the one compromise option, This process of "graphical interface" is used to imitate the characters, but the output is still small, probably have about half of the code of the interface spend on the extras. Notes procedure is very detailed, now seem a little hard, the structure of which is comparatively clear. interface and the basic function is separate from the expansion and modification is easy. C Language for beginners, this should be a good example, be sure to look at the harvest.
Platform: | Size: 147353 | Author: 江枫 | Hits:

[CommunicationControl_Development_of_Parallel_Port_Communication

Description: A self-designed control of PC parallel port communication is introduced in this paper.Taking advantage of the MFC ActiveX technology, it is developed in Visual C++ and offset the scarcity of the control of PC parellel paort communication. An example of frequency measurement shows the detail procedure and application of the control.
Platform: | Size: 152967 | Author: chengxin | Hits:

[Other resourcevc调用matlab

Description: 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c / cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Platform: | Size: 1756 | Author: 李震 | Hits:

[Windows Developntservicecpl

Description: 用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them -- NTServCpl : console is a procedure used to control NTService services; The remaining two were : NTService : is a simple Win32 service, which is described in this paper with the method; NTServCtrl : one is independent the procedure
Platform: | Size: 80585 | Author: 毛建孟 | Hits:

[Other resource21game

Description: /*这是本人学过C语言近两年之后写过的第一个象点样子的程序,也是从学过C之后一直想写的诸多程序之一,虽然不大,但毕竟是年轻手生,也倾注了我相当的心血。该程序用时两周,历经四次大的修改,数十次细节上的改动,最后形成现在的样子。还请各路大虾多多指教。其实程序还很简单,还有很多可以改进的地方,至少还可以引入C的图形机制,至少还可以用C++,VC++改写等。该程序在TC2.0下调试通过。经刘公烈老师一语点拨减少15处警告错误,但仍有一处尚未改正。*/-/ * this is my learned C language written nearly two years after the first point as an example of the procedures, as well as from academic C after always wanted to write one of the many procedures, although little, but after all, young Adam, I have devoted considerable effort. The procedure used when two weeks after four major changes, dozens of details on the changes, resulting eventually in what it is today. Also requested will provide tremendous exhibitions. In fact, very simple procedure, there is a lot of room for improvement, at least C can also introduce the graphic mechanism, at least can also use C, VC rewritten so. The procedures under WITH TC 2.0 debugging through. Sent by the strong language teachers a 15 Tips to reduce erroneous warning, but there is still not a correction. *
Platform: | Size: 1447 | Author: 静水流深 | Hits:

[Console编译原理实验_课程设计_词法分析

Description: 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared by me.
Platform: | Size: 139264 | Author: 谷穗 | Hits:

[Windows Develop屏幕精灵

Description: 这是一个例子程序,主要是向初学者演示一下如何利用WINSOCK在几台计 算机之间互相传输屏幕图象。 抓屏对象为正在运行“屏幕精灵”的计算机,如果关闭“文件”菜单的 “开放端口”选项,别人就无法用“屏幕精灵”查看自己的屏幕了。新建窗 口以后会自动抓第一屏,以后双击窗口就是下一屏,全屏显示后可以通过双 击来关闭全屏窗口。 该程序用C++BUILDER 4.0编译(第一次会因为缺少文件报错,不用跟他计 较,重新编译一次会自动创建的),由于该程序仅供学习参考之用,且编写较 为仓促,故程序结构略显混乱,大家可以自行做相应修改,但若将其中模块 用于商业用途请来信通知作者本人。-example of this is a process, mainly to beginners demonstrate how to use the Winsock several transmission between computer screen images. Capturing the Screen object is to run "spirit screens" of the computer, if closed "document" menu "open port" option, others will not able to "screen genies" View of the screen. The new window will automatically grasping after the first screen, double-click the window is beyond the next screen, full-screen display after double-click to close the window full screen. The program BUILDER 4.0 C compiler (the first because of the lack of documentation errors, not with his mind, a recompile will be automatically created), as the learning process only reference purposes and in the preparation of short, the procedure is sl
Platform: | Size: 315392 | Author: 刘诚 | Hits:

[ARM-PowerPC-ColdFire-MIPSArmEmulate

Description: S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是: 1. C:\ArmEmulate\GPIO\ , 这个文件夹里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。 3. C:\ArmEmulate\make, 这个文件夹里是gnu 的make工具包,所有的程序都是用makefile管理的,没有工程文件。 4. C:\ArmEmulate\TIMER,这个文件夹里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。 在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makefile时设置临时环境变量。 具体使用过程,请看C:\ArmEmulate\Readme.txt。 -S3C4510 simulator and examples of source installation ADS1.2, followed by the installation of simulators. Simulator installation path must choose to ADS bin directory, you must have the ADS. When installed simulator carefully reading the text. Simulator installation is completed, the speedy establishment of the desktop icon S3C4510B_Board. to run this fast icon can see the development board graphics, AXD will start in the above S3C4510B_Board see results. Simulator installation is complete, will also establish folders C : \ ArmEmulate. speedy desktop icon S3C4510B_Board refers here. This folder has five sub-folders, which are : 1. C : \ ArmEmulate \ GPIO \, the folder is GPIO example of the procedure. 2. C : \ ArmEmulate \ Include. this folder is only a first S3C4510B.h document, S3C4510B
Platform: | Size: 1378304 | Author: | Hits:

[Graph program128X64LCD_display_source_code

Description: 12864 LCD图形显示程序例子 这是一个在LCD128*64上显示图形的一个程序,一直以来都总是不知道怎么搞,现在终于都通了,想当初在网上总找,要不是程序不全,就是无法运行,或者是C51汇编语言,让人不爽,这样的痛苦不可以再让别人难受了。在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!-12,864 LCD graphics display program is an example of this in LCD128* 64 on the display graphics a procedure has been always do not know how this, now finally have access to the Internet in the first place to find the total, either incomplete process is not functioning, or C51 compilation of language, people quickly do not let the suffering of other people uncomfortable. Displayed on the LCD in an illustration of the "My Computer, My Documents." IC with PIC16F877A, 4 MHZ crystal oscillator, using eight parallel lines, LCD : TS12864-3, then in a process of definition, As long as this program COPY of your compiler downloaded PICC Lane, the target board can see that picture!
Platform: | Size: 2048 | Author: slam | Hits:

[MultiLanguage314962354

Description: 整理资料时发现了大一时C程序设计的大作业,是一个简单的联系人管理系统,有一千多行代码吗,界面布局和菜单风格都是仿照 Turbo C 做的。 在C中表现图形界面是一件很痛苦的事情,于是就做了一个折中的选择,这个程序中的“图形界面”实际上是使用字符模仿的,但工程量仍然不小,大概有一半左右的代码花在了界面的描绘上。 程序的注释非常详细,现在看起来也一点不吃力,结构也比较清晰,界面和功能基本上是分开的,扩充和修改都很容易。对于C语言的初学者来说,应该是一个不错的范例,认真看一看肯定会有收获的。-collate information found for short C program designed large operations, is a simple contact management system, with more than 1,000 lines of code?, layout and the menu interface is modeled on the style of Turbo C to do. In C for performance graphics interface is a very painful thing, and then do the one compromise option, This process of "graphical interface" is used to imitate the characters, but the output is still small, probably have about half of the code of the interface spend on the extras. Notes procedure is very detailed, now seem a little hard, the structure of which is comparatively clear. interface and the basic function is separate from the expansion and modification is easy. C Language for beginners, this should be a good example, be sure to look at the harvest.
Platform: | Size: 147456 | Author: 江枫 | Hits:

[Game Program100

Description: 本实例演示了一个用C语言编写的十全十美小游戏,使游戏在图形模式下运行 该游戏的思想很简单,就是用25个方块组成一个5乘5的矩阵,用户以一个方块为中心在整个矩阵中填充一个由五个方块组成的十字。当用户在重复位置填充时程序判断当前位置是否已经填充过,已填充过的 地方由于重复填充会2变为非填充状态。这样用户在不同位置一直填充下去,直到这个矩阵都被填满为止,游戏结束-The example of a presentation prepared by using C language perfect game, so games run in graphics mode of thinking of the game is very simple to use box 25 to form a 5 by 5 matrix, the user with a box as the center Fill in the entire matrix of a cross composed of five box. When the user when filling in the position to repeat the procedure to determine whether the current position had been filled, has been the place that had been filled will be filled as a result of repeat 2 into non-filled state. So that users in different locations have been filled until the matrix has been filled so far, Game is over
Platform: | Size: 1024 | Author: K | Hits:

[assembly languageTEA5767

Description: 5767例子程序,用C编程,很经典,大家直接复制来用-5767 examples of the procedure, using C programming, it is a classic, we directly copy to use
Platform: | Size: 1024 | Author: sballbobo | Hits:

[GDI-Bitmapscrnsave_code

Description: 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。   本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Software Development kit,即windows软件开发工具包)编写,可以说是在Windows下编程的最低层,也是windows程序的标准编写方式。相信本程序对理解在windows下编程的一般结构和思想有所帮助。   本程序用C语言编写,在Visual C++6.0下编译调试,在代码文件中有详细的注释,几乎是一行程序一行注释。具体问题可以看源程序的Readme.txt,其他问题可发邮件给我。-This is a platform for running under windows similar to the screen saver win98 "change line" Dongdong, but masked the Alt+ Ctrl+ Del, Alt+ Tab keys, run-time full-screen, only with a specific password exit, the password is: kkcocoon. Oh, remember, otherwise you may be forced to restart the machine. This procedure for each program under windows programmers (such as is the use of VC, VB, Delphi, C++ Builder and other friends), the trust will be a valuable example of the procedure. Since this procedure does not use MFC, VCL class library, etc., using Windows SDK (Windows Software Development kit, that is, windows software development kit) to prepare, it can be said that under Windows at the lowest level programming as well as standard windows procedure to prepare the way. Believe that the process of understanding at windows programming under the general structure and ideas help. This procedure using C language, in the Visual C++6.0 under the compiler debugging, in the code file
Platform: | Size: 17408 | Author: kk.h | Hits:

[CSharphuituchengxu

Description: 用C#编写的绘图板程序例子,为初学者提供参考。-Prepared using C# example of mapping procedure, in order to provide a reference for beginners.
Platform: | Size: 123904 | Author: 李志 | Hits:

[Windows DevelopRCF-04

Description: 一个远程调用框架的事例,是用C++编写的RCF-Example of a remote procedure call framework is the use of C++ written in RCF
Platform: | Size: 652288 | Author: 高手 | Hits:

[CSharpPROCEDUREWrite

Description: C#使用存储过程录入数据,测试前需要先连接好SQL数据库,一个很不错的了解存储过程与C#数据库应用配合的典型例子,希望初级用户下载源码参考研究-C# using a stored procedure data entry prior to the test, you need to connect the SQL database, with a typical example of a very good understanding of stored procedures in C# database applications, hope that the primary users download source reference
Platform: | Size: 206848 | Author: zpudn30 | Hits:

[Algorithm8-classical-algorithm-c-language

Description: 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+1/3*2/5 + 1/3*2/5*3/7 + 1/3*2/5*3/7*4/9+.....) 8.输入一个字符串,判断其是否为回文。回文字符串是指从左到右读和从右到左读完全相同的字符串。-1 to achieve the reverse order of the input string string output. 2 If a number is exactly equal to the sum of its factors, this number is called a "complete count." For example, 6 = 1+2+3 identify all End counts less than 10,000. 3 The following procedure is the function of a 4 × 4 array rotated 90 degrees counter-clockwise output, requiring random input data in the original array, the new array with 4 rows 4 way output 4 Programming printing Pascal s Triangle. 5 to achieve the output of the input string in reverse order 6. Achieve string copy function strcopy (char* src, char* dest) 7 Find the approximate value of Pi. Can use the formula (eg: pi/2 = 1+1/3+1/3* 2/5+ 1/3* 2/5* 3/7+ 1/3* 2/5* 3/7* 4/9+ .....) 8 Enter a string to determine whether it is a palindrome. Palindrome string is read from left to right and right to left reading the same string.
Platform: | Size: 471040 | Author: | Hits:
« 12 3 »

CodeBus www.codebus.net