搜索资源列表
MyDibPro1
- 在vc++6.0环境下,实现打开位图并进行LOG边缘检测。
logtransform_30
- this s the code for log transform of the image
OCSChart
- Office Communicator Log Chart
a-software-of-monitoring-the-LAN
- 本程序利用流式套接字实现的对局域网中其他主机屏幕图像,注册表信息,开机时间,网页浏览历史等信息的监视。 -The function of this program is monitoring the screen,log time ,IE browsing history of the user in the LAN.
TeeChart
- 利用TeeChart组件的特点,按照测井曲线显示功能要求,快速实现任意条曲线同坐标轴显示、动态修改曲 线显示参数、屏幕获取数值和任意深度曲线滚动显示功能,使测井数据的显示方式更加直观、灵活,为各类现场采 集软件开发了通用的曲线显示模块。 -TeeChart component is characterized by the use, in accordance with well logs show the functional requirements, quickly reali
VC_Graph
- 经过编译验证的VC++ gdi图形编程的例子,能画曲线图,柱状图,饼图,还能变换坐标到log空间非常适合通信行业的应用。-After verification of the compiled graphical programming VC++ gdi example, can draw graphs, bar charts, pie charts, can transform the coordinates into the log space is ideal for the applica
Desktop
- 实现了在system权限下的屏幕截图,支持远程用at命令或登录到system用户进行截取用户桌面而非黑屏。-Under the authority of the system to achieve a screenshot, use the at command or remote system users to log in to intercept the user' s desktop instead of black.
Analyse
- 彩色波形绘制保存,可以绘制6种颜色的带坐标的波形,有放大缩小,移动保存成TXT,LOG格式波形还能保存成BMP图像格式-Color waveform drawing to save, you can draw the waveform of the six kinds of color with coordinates, zoom, move saved as TXT, LOG-format waveform can be saved as BMP image format
123
- 社区视频监控系统 主要实现以下功能: 视频监控。 云台控制。 快照和录像。 录像回放。 定时自动监控。 监控管理及日志。 -Community video monitoring system Mainly realizes the following functions: video monitoring. yuntai
log
- vc实现图像滤波,阈值化,形态学相关功能。-vc achieve filtering, thresholding, morphology related functions.
angelClose
- vb关机程序,功能包括关机、定时关机、定点关机、注销、重启-vb shutdown procedures, functions, including shutdown, timed shutdown, fixed shut down, log off, restart
calculate127
- 大学时写的js计算器程序能进行简单加减乘除,和科学运算:(开根号,次幂,log……)-Js college calculator program written in simple addition and subtraction to multiplication and division, and scientific computing: (roots and the power, log ... ...)
GetCommandLines
- 可用来获取当前系统所有进程的命令行参数,并在程序目录中生成记录文件-The current system can be used to obtain all the process of command-line parameters, and directory in the log files generated
1-2
- 描述 公司有n个员工,编号1 ~ n。员工数量众多,需要你为他们编写一个管理系统。 员工上班时都要登录管理系统登记一个code,离开要从管理系统上注销,员工也可以随时更新自己的code。到了下班时间,所有员工都会自动注销。公司管理人员随时都可能想要知道有多少员工上班,以及任一员工登记的code。 输入 第一行两个整数n、m。接下来m行,每行都是以下内容之一: I a c //Log In:员工a登录,code为c。若a已登录,则将code更新为c O a