搜索资源列表
ASYOUT
- ASYOUT.C ---- Asynchronous Mode to dial out from D/300SC-E1
计算机端口介绍详细列表
- 计算机端口介绍[详细列表]我们常常会在各类的技术文章中见到诸如135、137、139、443之类的“端口”,可是这些端口究竟有什么用呢?它会不会给我们的计算机带来潜在的威胁呢?究竟有多少端口是有用的?想要了解的话,就跟我来吧:D,-port on the computer [listing] We often in various technical articles seen as 135,137,139,443 like "port", but these ports W
binarytreecount
- 给定一棵树的前序\\中序,构造出该树,并打印出树的后序 //例如,前序:a b d e h i c g 中序:d b h e i a c g-given a tree before the sequence \\ sequence were constructed out of the tree, and print out the following sequence tree / / For example, the former sequence : a, b d e g h i c
FileStorage.v3.0.1
- he FileStorage component capable to upload and hold any data files within your Delphi/BCB forms (within the body of the EXE-program). If your software requires any additional files (.DLL s, WAV s, .TXT s etc), these files could be uploaded straight o
zzcx
- The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system pas
findSaddledot
- 找出一个4行5列的二维数组的”鞍点”,即该位置上的元素在该行上最大,在该列上最小。也有可能没有鞍点。-identify a line 4 5 2-D array of "saddle point," that is the position of the element in the largest firms, out of the smallest. They may not saddle point.
4
- 学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open(\"name\", O_RDWR|O_CREAT, 0755)
score.cpp
- 题目: 已知全班有65人,期末考共8门课,每门功课成绩均用百分制(整数)计分,请输入全班同学成绩,在A盘上生成全班成绩文件:A:\\allscore.dat。输入形式为: 学号 成绩1 成绩2 ··· 成绩8 long int int int 从全班成绩文件中读出同学成绩资料,统计出至少有4门课成绩>=85分,其余>=70分的同学及其资料,在D盘上生成D:\\score.dat文件;从全班成绩文件中找出需要参加补考(有一门或一门以上课程成绩<60分)的同学及其资料在C盘上生成补
VC 十个评委评分系统
- 这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能,很有趣,不妨-Because of STL libary of C++ used in this grade system,it has little code.The system carries out all the function with just 30 rows code.It s very interesting,you d better have a look.
S7_200_PLC_driver.rar
- 开发工控程序时使用自由口协议比较麻烦,效率也不高,PPI的协议要么付费要么不公开要么不好用,在网上找了一下也没捷径,算了,自己搞,经过1个礼拜的劳作,用VC搞了此DLL用于西门子S7-200 PLC的通信,读100个数据耗时250ms,非常高效,在vc,delphi,vb,C#.NET平台进行测试,效果不错啊,开发效率提高数倍,特此与爱好者分享,附带源码,Development of procedures for the use of industrial free port agreement
HZK
- 此工程将HZK16和ASC16汉字字库合并为一个DAT文件,可以用于没有字库的液晶屏显示。工程中提供两个函数分别对HZK16和ASC16进行寻址,并且打印出输入的汉字和字符点阵图型。-This project will HZK16 and ASC16 character fonts into a DAT file, no character can be used for LCD screen display. Project to provide two functions and ASC16
d
- 约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序-Joseph Central (Joseph) a descr iption of the problem is: numbered 1
SkinPlusPlusDLLTestSkin
- 这个是用SkinPlusPlusDLL.dll 来进行对话框进行加载皮肤的 希望对这个有兴趣的学友有帮助-This is used to carry out the dialog box to load SkinPlusPlusDLL.dll the hope of the skin are interested in this helpful Xueyou
DXF_read_display_wxwidgets
- 编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。 程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应
WinForm
- C# 拖动图像,并放大和缩小,使用了不少三方插件,比如AxInterop.OWC10.dll、AxSHDocVw.dll、Interop.OWC10.dll、Microsoft.Office.Interop.Graph.dll、Microsoft.Office.Interop.PowerPoint.dll、SHDocVw.dll、office.dll等,觉得程序实现的方法不是太简,用了这么多额外的控件,与实现的功能好像不成正比,呵呵,个人之见。 -C# Drag the image and
outdll
- 程序提供了将四种字符表达式写成DLL形式,然后导出,共其它源文件调用。-program provides 4th DLL functions ,that could be called by other source files.
D-Garrage
- The header file describes functions that manage the read/write functionality of the program. It is basically a software that stores vehicles (Cars, buses and bikes) as the go in to a garage and out of the garage. It also calculates the aggregate weig
d.cpp
- 有n个长方形盒子,第i个长度为Li,宽度为Wi,我们需要把他们套放。注意一个盒子只可以套入长和宽分别不小于它的盒子,并且一个盒子里最多只能直接装入另外一个盒子 (但是可以不断嵌套),例如1 * 1 可以套入2 * 1,而2 * 1再套入2 * 2。套入之后盒子占地面积是最外面盒子的占地面积。给定N个盒子大小,求最终最小的总占地面积。-There are n rectangular boxes, the length of the Li is I, and the width is Wi, we
Out-Probability-BLAST
- Outage probability of DBLAST compared to STBC for a selected rate R=2 bits per transmission and a 4x4 MIMO i.i.d. Rayleigh slow fading channel. Elisabeth de Carvalho, April 2012 -Outage probability of DBLAST compared to STBC for a selected ra
高大上欧美风商务PPT模板
- 用A/d转换器,可以单片机结合进行,24位转换器(The A/d converter is used to carry out the 24 bit converter with single-chip microcomputer.)
