Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - ask
Search - ask - List
DL : 0
Ask the user for two filenames. The first filename specifies the input file and the second filename specifies the output file. You can assume the filenames do not contain any whitespace characters. Your objective is to sort all the triangles represented in the input file in ascending order based on their area sizes and output the sorted list of triangles to the output file following the same file format. Among all the triangles with the same area size, sort them in ascending order according to their IDs. You must use Triangle objects in your program to represent the triangles you read from the file. If your program fails to open a file, it should display an error message and terminate immediately. -Ask the user for two filenames. The first filename specifies the input file and the second filename specifies the output file. You can assume the filenames do not contain any whitespace characters. Your objective is to sort all the triangles represented in the input file in ascending order based on their area sizes and output the sorted list of triangles to the output file following the same file format. Among all the triangles with the same area size, sort them in ascending order according to their IDs. You must use Triangle objects in your program to represent the triangles you read from the file. If your program fails to open a file, it should display an error message and terminate immediately.
Update : 2024-05-09 Size : 1024 Publisher : alan

DL : 0
班级管理系统。提高班级是日常维护。功能:注册,登陆,上传相片,发表留言,请假申请-Class management system. Improving class is routine attention. Function: The logon , landing , upload photo, announce MSG|WTG , ask for leave applies
Update : 2024-05-09 Size : 119808 Publisher : tanghui

DL : 0
very simple application generate 6 winning numbers between 1 and 49 randomly and ask the user to guess these number. The user may win or lose depend on how many correct numbers he guess .-very simple application generate 6 winning numbers between 1 and 49 randomly and ask the user to guess these number. The user may win or lose depend on how many correct numbers he guess .
Update : 2024-05-09 Size : 3072 Publisher : kmarwani

0,本程序适用于飞天诚信公司的安全锁ePass1000 1,本程序的功能 在.NET环境下,对ePass1000进行操作,包括读锁内信息,向锁内写入相关信息,验证密码,改密码等等, 还有部分对数据库的操作。 2, 运行环境:.NET framework 2.0; 3,运行之前,必须安装ePass1000的驱动程序“eps1k_full.exe”, 在目录“ePass1000 Windows 环境下私有接口的完整开发包(PRI)eps1k_pri_fullpkg \Private\Redist\CN”下; 4,软件第一次运行时,会询问“是否 已经 安装驱动程序”,如果已经安装,点“是”;否则,点“否”; 5,软件功能介绍 开锁 打开ePass1000锁,读取相关信息,生成Label号,Guid号 标签 标签号的样式 写锁 向锁内写入密钥1,密钥2,随机数,Guid号 验证 验证超级密码和普通密码 改密码 该超级密码或普通密码 切换的控制台界面 切换到飞天公司提供的控制台程序界面 清空界面 另外,在“验证密码”和“该密码”之处,还提供了更多的功能(通过调用飞天公司提供的 eps1k_mgr.exe实现的);-0, this procedure applies to fly the company s safety lock ePass1000 integrity 1, the program s functionality In the. NET environment, the right ePass1000 operate, including the reading of information within the lock, to lock in writing-related information, verify passwords, change passwords, etc., Moreover, some database operation. 2, operating environment:. NET framework 2.0 3, run, you must install ePass1000 driver "eps1k_full.exe", In the directory "ePass1000 Windows environment, the private interface is a complete development kit (PRI) eps1k_pri_fullpkg \ Private \ Redist \ CN "next 4, the software for the first time to run, it will ask "whether the driver is already installed", if you have installed, point "yes" Otherwise, the point of "No" 5, Software Functions Open ePass1000 unlocking the lock, read relevant information, generate Label number, Guid No. Tag tag number style Within a write lock to lock into a key, key 2, a random
Update : 2024-05-09 Size : 5033984 Publisher : myd

通讯原理的ask仿真系统的matlab语言仿真-Communication principle ask the simulation system simulation matlab language
Update : 2024-05-09 Size : 63488 Publisher : 王亚雷

DL : 0
賈伯轉換 這個軟件應該是運行在Unix系統。 它還需要更多的三個軟件運行。他們是 pbmplus , xloadimage的 和 XView系統 。 如果你不能找到他們。請詢問管理員那裡是他們的道路,並將其添加在你的註冊文件。-gabor wavelet transfer for UNIX This software is supposed to be run on Unix system. It also requires the additional three softwares to run. They are pbmplus , xloadimage and xview . In case you can t find them. Ask your administrator where are their path and add them in your login file. In case, your system don t have these softwares, you can download pbmplus from here, xloadimage from here and xview from here. Large system space is required to successfully run this program because many large image files would be generated in the program. Installation
Update : 2024-05-09 Size : 139264 Publisher : 徐子祥

DL : 0
提供滑鼠連點程式,使用者可以自由使用壓縮檔內的原始碼,有問題可以問我.-Providing the mouse with points programs, users can freely use the source code within the compressed file, there are questions can ask me.
Update : 2024-05-09 Size : 3072 Publisher : 王啟毓

It is a implementation of FSK, ASK, modulation.
Update : 2024-05-09 Size : 9216 Publisher : elpable

Language used : JAVA platform : Windows XP Compiler used : JCreator How to execute this code? :- *Name of my source file is lab5.c. *Compile and execute it. *It asks for the input file name. *Submit the name of the input file as "input.txt". *Give any arbitrary output file name when it ask for it. *A sample output is there in the folder. *Open the output file name that u submitted. *It contains all the output information. - Language used : JAVA platform : Windows XP Compiler used : JCreator How to execute this code? :- *Name of my source file is lab5.c. *Compile and execute it. *It asks for the input file name. *Submit the name of the input file as "input.txt". *Give any arbitrary output file name when it ask for it. *A sample output is there in the folder. *Open the output file name that u submitted. *It contains all the output information.
Update : 2024-05-09 Size : 2048 Publisher : nuke88

DL : 0
Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2) - Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2)
Update : 2024-05-09 Size : 1024 Publisher : naresh

DL : 0
Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2) plot(A) - Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2) plot(A)
Update : 2024-05-09 Size : 1024 Publisher : naresh

DL : 0
Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end- Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end
Update : 2024-05-09 Size : 1024 Publisher : naresh

DL : 0
编程产生一组随机的0、1二进制比特序列,分别用2ASK, 2FSK, 2PSK和2DPSK四种调制方式把它们调制到一个较高的载频上,调制参数自定,请给出前8个比特所对应的时域波形。 画出上述四种信号通过高斯白噪声信道后的相干解调器和非相干解调器的原理框图,并给出判决前的观测值的数学表达式。注: 如果某些调制方式无法进行非相干解调,请给出原因。 根据题2中的观测值的数学表达式,分别编程实现判决过程,将判决结果与原数据作比较,统计出各自在不同比特信噪比 值下的误比特率 ,然后画出 与 (dB)的曲线。建议 的范围为 0dB 到10dB, 以1dB为间隔。 将上述仿真得到的误比特率曲线与各自的理论值画在同一张图上进行比较并讨论。同时, 比较和讨论不同调制与解调方式的差错性能区别。-emulate 2ASK, 2FSK, 2PSK and 2DPSK using matlab
Update : 2024-05-09 Size : 14336 Publisher : yiyuzhiming

DL : 0
可以询问用户的详细资料,方便使用,下载-Can ask the user more detailed information, easy to use
Update : 2024-05-09 Size : 1024 Publisher : 利益

在CSDN上转悠经常看到有网友寻求PowerDesigner相关资料的帖子,Baidu,Google上找找还真很少;同时也有不少网友发来Email询问相关PowerDesigner问题或索要相关资料的,故下定决心制作本文档。折腾二十多天,终于输出了现在的文档,其中绝大部分内容都是依照PowerDesigner自带的帮助文档翻译过来,乐意啃英文的朋友最好还是看其”原汁”教程,同时本文档仅用于帮助分析设计人员更快熟悉掌握PowerDesigner的使用方法,不包含分析设计方面的理论,所以要作好系统的分析设计工作还是需要用户深厚的项目实践功底。-The CSDN often seen on the cruise for PowerDesigner User post relevant information, Baidu, Google on the look for really small the same time, there are many incoming Email User PowerDesigner ask questions or ask for the relevant information, and therefore determined to make this document. Toss more than 20 days, and finally the output of the current document, in which most of what comes with the help of documentation in accordance with PowerDesigner translated willing to bite the English friend is best to see its " juice" courses, while this document is only analysis and design staff to help master the PowerDesigner are familiar with the use of a faster method, does not include an analysis of design theory, it should be placed on a systematic analysis of the design work, or require users to a strong grounding in project practices.
Update : 2024-05-09 Size : 9923584 Publisher : 小胡

tis about dpram... if u have any quries fell free to ask -tis is about dpram... if u have any quries fell free to ask
Update : 2024-05-09 Size : 1024 Publisher : kumar

DL : 0
丢手绢游戏,n个人围成一圈,报数,报到第m个人出列,问最后剩下的是原来的第几号(吴泽乐友情提示,本题也可用指针链表更方便!)-Diushou Juan game, n personal circle, reported that the number of individuals to report the first m out of line to ask what is left is the original article a few number (WU Ze-Le-Friendly Tips, this question can also be more convenient pointer to the list!)
Update : 2024-05-09 Size : 178176 Publisher :

DL : 0
一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。 Visual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.-Developed using JAVA produced a small chat software, which with the installer and the JAVA source code. Visual Chat 1.91 Developer Edition- Customize the Visual Chat code regarding your own requirements- Use customchatdev.html for developing/testing- Create. Jar and. Cab-files containing client-specific. Class-files and the images-folder (use zip and cabarc compressing tools)- Adapt the customchat.html file- Upload all the files to your webserver- Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline- I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is- but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.
Update : 2024-05-09 Size : 220160 Publisher : zhoudh1980

DL : 0
两年前吧,在网上看到别人用C写的一个简单的U盘小偷源程序,确实很简单,因为没什么功能,也没什么错误检测。因为自己需要(当然是干坏事了^_^,不过不是什么伤天害理的坏事),也就简单的编译了那个小程序。 后来想起这个东东,就自己亲手用VC++重新编写了一个,而且是以Windows服务形式工作的,功能还勉强。现在把一些不足的代码完善完善,经测试可用。如有不足或好的想法请提出,一起交流交流~~~ -Two years ago it, to see someone else on the Internet using C to write a simple U-disk thieves source, is indeed very simple, because no function, but also no error detection. Because of his own needs (of course, do bad things in ^ _ ^, but not a murderous bad things), also compiled a simple applet that. Then you think of this Dongdong, on his own hands with the VC++ to re-write one, but the form of services based on Windows to work, it will be barely functional. Now put some code in less than perfect sound, tested available. If inadequate or good ideas please ask, along with the exchange of communication ~ ~ ~
Update : 2024-05-09 Size : 56320 Publisher : wanmei2010

DL : 0
健康管理系统--有问必答,添加问题,修改问题,删除问题!-Health Management Systems- Insider, adding the problem, modify the problem, remove the problem!
Update : 2024-05-09 Size : 749568 Publisher : fujiawei
« 1 2 ... 45 46 47 48 49 50»
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.