-
The first time, the Provisional contains some source code. There is nothing that...
第一次来,临时载点儿源码。没有什么说明,就为自己能下一点儿源码而来。
如果真有所收获,我以后就常来这儿,就我自己的源码整理后在上传。-The first time, the Provisional contains some source code. There is nothing that they can for the next bit from the source. If the gain, I ll come here often on my own after finishing uploading source.
- 2022-11-10 15:10:03下载
- 积分:1
-
网站对尼日利亚国家的细节
网站提供了有关尼日利亚的的地方文化信息。该项目采用HTML的简单标签。易理解,给国家的有用信息。无域还提供了它。适用于小型项目。
- 2022-03-24 19:57:11下载
- 积分:1
-
Java版的飞机大战
Java版飞机大战,素材在src中,完整项目,可以正常运行,eclipse编写工程,可以直接导入到eclipse中进行测试。Thanks♪(・ω・)ノ
- 2022-04-11 14:49:57下载
- 积分:1
-
Some very simple c language program is just getting started to go bad as experim...
一些很简单的c语言程序,是恶刚刚入门的去当成实验来用。有一些帮助-Some very simple c language program is just getting started to go bad as experimental use. Have some help
- 2022-05-09 01:26:21下载
- 积分:1
-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1
-
一个类似Outlook address box的编辑控件代码。
一个类似Outlook address box的编辑控件代码。-Outlook address box similar to the edit control code.
- 2022-01-28 02:32:58下载
- 积分:1
-
虚拟代理服务器的源程序,很简单的
虚拟代理服务器的源程序,很简单的-Virtual Proxy Server source, a very simple
- 2022-07-27 11:34:46下载
- 积分:1
-
windows moblie
windows moblie入门大有帮助,大家快下载噢!! !! 1-windows moblie
- 2022-01-26 03:02:27下载
- 积分:1
-
该程序模拟了一个简单的神经元,神经networkreporting在稳定状态…
The program Neuron.c simulates a SIMPLE stable state neural networkreporting on both input and output states and energy levels after eachiteration (namely set up for 8, though usually the network stabilizes afterabout 4). The program demonstrates a very straight-forward method ofprogramming a content-addressable memory and receiving output from that memory.
- 2022-02-01 07:17:54下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 niControls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
- 2022-01-26 07:38:06下载
- 积分:1