-
OSC
这是我网上找了很久的资料,开源的示波器资料,有源代码,原理图,器件数据手册,作者还分析了各个电路的原理,很详细,想要入手示波器的很值得拥有(This is the Internet to find information for a long time oscilloscope open source information, source code, schematic, the device data sheet, the author also analyzes the principle of each circuit, very detailed, you want to start the oscilloscope is worth having)
- 2012-07-21 10:40:21下载
- 积分:1
-
蚁群算法求解带时间窗的车辆路径问题 ant
本代码用蚁群算法求解带时间窗的车辆路径问题(The code with ant colony algorithm with time window of vehicle routing problem)
- 2009-04-09 21:03:54下载
- 积分:1
-
Hammer
本程序利用特征线法计算管道水击的压力和流量(The program uses the method of characteristics to calculate the value of the pipeline water hammer pressure and flow values.)
- 2014-01-16 21:07:52下载
- 积分:1
-
3Kg电子秤源代码(自编)
3Kg电子秤源代码、自己调试好的
int main(void)
{
Init_HX711pin();
delay_init();
BEEP_Init();
NVIC_Configuration(); //ÉèÖÃNVICÖжϷÖ×é2:2λÇÀÕ¼ÓÅÏȼ¶£¬2λÏìÓ¦ÓÅÏȼ¶
uart_init(9600); //´®¿Ú³õʼ»¯Îª9600
Get_Maopi(); //³ÆÃ«Æ¤ÖØÁ¿
delay_ms(1000);
delay_ms(1000);
Get_Maopi(); //ÖØÐ»ñÈ¡Ã«Æ¤ÖØÁ¿
while(1)
{
Get_Weight();
if(Weight_Shiwu>100)
GPIO_SetBits(GPIOB,GPIO_Pin_8);
delay_ms(1000);
GPIO_ResetBits(GPIOB,GPIO_Pin_8);
printf("¾»ÖØÁ¿ = %d g
",Weight_Shiwu); //´òÓ¡
delay_ms(1000);
}
}
- 2022-01-25 18:29:29下载
- 积分:1
-
应用itextsharp 创建pdf
应用itextsharp 创建pdf,插入超链接等,含有源代码。应用itextsharp 创建pdf,插入超链接等,含有源代码。应用itextsharp 创建pdf,插入超链接等,含有源代码。
- 2022-02-02 00:26:58下载
- 积分:1
-
二重指针代码
单重指针已经够蛋疼了,c语言中还引入了双重指针,甚至若干重指针。使得这个情况变得更加复杂。虽然以前一直觉得双重指针也不过如此,指针的指针嘛,还不是照样理解,但是上一次重删代码中,因为管理海量数据,引入了大量的指针操作,并且为了函数封装,采用了指针作为参数来传递。因此出现了较多问题
- 2022-02-22 05:57:16下载
- 积分:1
-
Material_MIS
物资管理系统,实现物资入库、出库、物资信息的增删查改等。(Materials management system, implementation of materials storage, a library, information material, etc. check the additions and deletions.)
- 2009-03-05 20:05:14下载
- 积分:1
-
CodeSmithBoat
CodeSmith三层构架开发通用模板,自动生成基础代码,很实用~(CodeSmith three-tier architecture to develop a common template, very useful ~)
- 2013-07-24 17:24:05下载
- 积分:1
-
SendToCS
This is 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<String^>
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 ni<OrderPanel->Controls->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")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
俄罗斯方块源码
俄罗斯方块游戏的源代码,不算太难,亲测可用,可以自行下载研究(Tetris game source code is not too difficult, pro test is available, you can download it yourself.)
- 2018-04-27 16:08:25下载
- 积分:1