搜索资源列表
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
KTL
- 从专业设备上读取数据图像,并对其进行分析的代码。-from professional equipment to read data from images and analysis of its code.
Metaparllel
- 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
tsfilter
- 可以从数字电视系统的TS(Transport Stream)流文件中找出到指定包(由用户设置PID、TableID等参数)数量及在流中的位置,对开发数字电视用户很有用-from digital TV system TS (Transport Stream) flow document to identify specific packages (PID set by the user, TableID parameters) volume and flow in the location of
deskcalulator
- 包含一个源文件,实现一个简单的计算器功能,如自己再扩充功能,可实现自定义变量,自定义方程等。-contains a source, the realization of a simple calculator functions, such as further expansion of their functions can be realized from the definition of variables, since the definition of equations.
对称矩阵相乘
- 一个“对称矩阵相乘”的实例。其中包含5个源文件。编译运行后,由用户输入两个矩阵,程序自动输出结果-a "symmetric matrix multiplication" examples. Containing five source files. Compiling and running, two from user input matrix, automatically output
递归枚举模板
- 递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: // abcba 满足条件 // abcbc 不满足条件 //输入:n p //输出:所有满足条件的字串及总数-recursive template Problem descr iption : n generation length of the string and its 26 characters from the
querydot
- 在三维系统中求从圆外一点到平面圆上的投影点的坐标,是我在工作中遇到的-in 3D systems seek from outside the circle 1:00 into the plane circle the projection coordinates, I encountered in the work
usb控制
- USB接口IO控制器 Win32 applications that run on Windows NT can programmatically eject media from drives that have hardware support for media removal. However, they must do so correctly to avoid corrupting the media. This article explains how to eject med
用VB编写OPC客户端访问WINCC
- 此方法实现比较简单,只要根据提供的名子循环从组列表中找到该组的接口指针,并返回给客户端-this method is relatively simple. as long as the basis of the name from the group circulating the list to find the target group interface, and back to the client
BY2003
- 在程序加载时出现,可以点击画面跳过。 2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。 3.主体窗口 主体窗口中显示的是当天的话费清单。 4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。 5.打印窗口 可以打印当天的话费清单。 6.退出程序 退出程序。 7.当前费用 可以结算出从当天的00:00:00到些时的费用总和,以及通话时第总和。 -in loading procedures there, click on the pic
HTMLParser
- 一个用于从html页面中提取输入表单的应用程序,自动获得当前系统中打开的页面,分析页面内容并返回输入表单。版权说明:为网上开源代码,希望对大家有用。-for an html page from the input from the application form, the current system automatically open pages, page content analysis and returned to the input form. Copyright : sourc
osdesign
- 这是一个操作系统课程设计之文件系统管理,实现了多级目录管理,先开放20M空间。完成树形目录操作-courses on operating system design from the file system management, and the realization of the multi-level directory management, first 20M open space. Complete tree directory operations
gou1
- 从键盘输入N个数字,程序将对这些数进行由大到小的排序。程序采取的的冒泡排序法,且程序输出了其每一趟排序的具体过程-N input from the keyboard figures, the number of these procedures will be conducted importance of the ranking. The procedures Bubble Sort of law and its procedures output per trip sequencing of
mydraw1986
- 设计一个库,可以在控制台窗口 (1)绘制矩形、直线 (2)绘制矩形或者直线的字符可以更改 (3)从指定的种子点出发用指定的符号填充种子点所在的封闭区域 (4)在指定位置输出字符串 -design of a library that is the console window (1) draw a rectangle, straight (2) mapping of linear or rectangular characters can be altered (3) the
Uat89c51
- 通用串行总线(USB Universal Serial Bus)是一种计算机与外部设备连接的新技术,相对于PC传统的串/并行接口,USB具有较高的数据传输率、即插即用、热插拔、易扩充和低成本等优点。从USB标准颁布以来的短时间内,USB已成为PC必备的标准接口。-Universal Serial Bus (USB Universal Serial Bus) is a computer and external device connectivity, the new technology, c
programs
- 一个可以将大文件分割的小程序。注意写路径得时候最后一个文件夹一定要加上\\,文件编号从0开始-a large file can be divided in small programs. Path to write the final time in a folder must add \\, document number, starting from 0
MarkManagement
- 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
labview_chuji
- labview的初级程学。来源于销售的服务部门,在调试labview的pci6221时所使用。-PC-school junior. Sales from the service sector, in the debugging PC pci6221 when used.
bundler-v0.4-source
- 基于图像序列的三维重建,开源软件,无序图片 Bundler: Structure from Motion (SfM) for Unordered Image Collections-3d reconstruction Bundler: Structure from Motion (SfM) for Unordered Image Collections